Can you also add the posibility to start the game by pressing space instead if the "N" key?
@Taylor, if you use the converted BIOS (COLECO_BIOS_v3_COM38h.asm + COLECO_Joystick_Emulator.asm) from the source code I've sent you, space and/or joy fire button can both start the game automatically.
Okay then, I will still study this.
I have an idea. Maybe would it be a good idea to replace values like...
Output FF changed to CFh 00h
Input FC changed to CFh 01h
Input FF changed to CFh 02h
Output 80 changed to CFh 03h or filled with 00h.
Output C0 changed to CFh 04h or filled with 00h.
Output DF changed to CFh 05h or filled with 00h.
Hopefully this will be useful.
So, for the one user who asked for Miner 2049Er, I did it, though there are still some changes to do. Here's a video demonstration, also, the audio is not displayed in the game. https://drive.google.com/file/d/1V7n3fTyi1XAVrPIZvW8dd127UyX...
So, for the one user who asked for Miner 2049Er, I did it, though there are still some changes to do. Here's a video demonstration, also, the audio is not displayed in the game. https://drive.google.com/file/d/1V7n3fTyi1XAVrPIZvW8dd127UyXnB-ZI/view?usp=sharing
GREAT!!! :)
Looks good, Miner 2049er is a true classic arcade, thanks!
More work is being done. Here as you can see in this video, the VDP is fixed because the VDP codes were in the controller, so that's done. Sound is next.
https://drive.google.com/file/d/1VFY7CYYnJFOq6ltAtJDYa9Cilhe...
Nice seeing the progress you're making
Taylors, Would you be able to ensure that the 3 sound voices are played by PSG and that of noise by an SCC or a second PSG? I think this is the best compromise to convert Coleco games to MSX. Otherwise, using an SN76489 is the best solution.