1. I'm currently developing a mini-game-ROM for MSX1 in Assembler (using tniASM). I've already run small tests to check my emulator-setup.
Unfortunately I'm wasting too much time ripping gfx from VRAM (of course for testing purposes only ), editing them, and writing small converters in order to use them.
So I'm wondering whether there exist some cross-dev tools..?
2. One n00b-problem for the experts out there
After switching to screen 2 (using INIGRP), I can't display anything on the screen. I've already copied my char-set into the VRAM and put some chars on the screen. But even that's not working...
Anyone having a clue?
And which emulator is best suited for dev+debugging? I want to trace my code and check for problems that way.
3. BTW, after switching to a screen mode, how are the VDP-tables (PN, CT, PG, SA, SG, TC, BD) initialized? Guess there's a predefined setup, rite?
Thanks in advance!