Hi MSX gurus
Today, I've decided to code on MSX using SDCC 4.0.0
I code on w10 using programmer's notepad and MEISEI/EMULICIOUS/CATAPULT-openMSX to test my rom
I have got some troubles as usual
First step I had to do is to modify a pletter 'to nvram' decompression routine and it works (I really hope )
After compiling the program, I've tested it using catapult, for these MSXs :
- nms 8245 : it works
- hbf501 : get some troubles while displaying : I see the 3 parts displaying after each one (if I switch off the screen (call 0x41) before displaying picture) !
- hb75P : get some troubles : the display is buggy
- canon V20 : same as hb75p
I want this code running on all msx1 based machines and have lot of to learn
What I'm doing
- switch off the screen
- turn into screen 2 mode
- display the 'picture'
- switch on the screen
Maybe I've forgotten important things (interruption, allocate memory, ...) I don't know because I'm studying msx today
I used to code on colecovision and wanted to convert my games
Maybe it's a compiling mistake (my .rom is 16ko instead of 32ko. maybe I have to fill the rom with a program I've forgotten the name to have a 32ko rom)
I'll be happy if someone could help me friends
here is the rom > romfile
TIA
Eric
ps :I can post the program, the makefile