This ROM Emulator is developed by Mr.Yoshikazu Yura.
Possible to reduce turn around time at debugging.
This ROM Emulator has 8bit data bus, We can apply to use at developing not only
GB but also SNES.
Over View
The GB is portable game console, therefore we have to develop by actual console
& CART. Usually, developed by Flash CART. But inconvenience at insert & extract.
And exceeding durability times of connector. So we should make envrionment as
directly download to ROM emualtor. This ROM Emualtor is downloadable via paralell
interface. Transfer command as follows,
MS-DOS...
COPY file_name LPTx: [ENTER]
UNIX.....
cp file_name lpx [ENTER]
Usually, this command is put in makefile. After compling, target program will be
downloaded & excuted in automatically.
Appearance
Very simple circuit. However, quite powerful at debugging.