Thanks!, that's it, I've found a detailed description in "Einstein Compendium", AUTO-BOOTING chapter in page 59.
In the meanwhile, as it's only to finish the toolchain with an autoexecution, I've used a MAME feature and added some autoboot commands to autoexecute my compiled program:
Code: Select all
-autoboot_delay 4 -autoboot_command "PROG\n"
The above parameters make MAME to wait 4 seconds and then, auto-type PROG+ENTER to run PROG.
Good enough!
Now, the hard job, learn how interrupts work and look for the best way to detect vertical sync...