Welcome, Guest. Please login or register.


Recent Posts

Pages: 1 ... 3 4 5 6 7 8 9 [10]
91
Programming / Re: COM file size
« Last post by Zozosoft on 2023.September.06. 08:59:03 »
What do you think about the "force an immediate re­load of the line parameter base pointer" (reset b7 of 83h)? Then probably will work the original memory layout? (anyway more EXOS compatible don't ruin the FFh segment :oops: )
92
Programming / Re: COM file size
« Last post by geco on 2023.September.06. 07:57:01 »
I would change the sequence of LPT setting and video memory deletion, LPT would contain 3F left margin, after deleting video memory left margin would set to 0B, by this 52 sec problem, and dirt on the screen can be avoided if default EXOS system segment is used as video memory. The easiest way (and not 100% sure) if you check if page0 contains FC, if it is, then the machine is EP64. You do not use the extra memory, and after 52 seconds the original version would run on EP64, but after my patch it does not, it even does not use extra memory, but by changing video memory from FF to FD the game will overwrite 2nd game page by video memory, because it is loaded to FC and FD.
93
Programming / Re: COM file size
« Last post by Under4Mhz on 2023.September.06. 04:44:39 »
Other small thing could be added, using FF segment if it is an ep64 machine, in this case the game could run on ep64
Just a few questions on that. Won't that cause the 52 second problem? What's the default EXOS segment for the EP64? How do I detect a EP64? Won't it run on a EP64 as it is now? I'm not using the extended 128K.
94
Programming / Re: COM file size
« Last post by geco on 2023.September.05. 18:24:37 »
if you upload the source, i can add the mentioned modifications
95
Programming / Re: COM file size
« Last post by geco on 2023.September.05. 18:17:48 »
I gave up at level 10 also after some attempts :-D , then i turned into fixing the 52 seconds issue :-)
Other small thing could be added, using FF segment if it is an ep64 machine, in this case the game could run on ep64, and a soft reset routine could be added also :-)
96
Programming / Re: COM file size
« Last post by szipucsu on 2023.September.05. 15:21:06 »
It is a cool game. I played until level 10 and it was too hard for me.
I miss the sound effects.
97
Programming / Re: COM file size
« Last post by SlashNet on 2023.September.05. 09:21:05 »
Cool! :)
That's much better.

I found 2 not critical bugs:

The first one came from the CPC version.
When the level is restarted, the cursor outside the redrawable area does not disappear.
[ Guests cannot view attachments ]

Second - keyboard has some strange keys definition
IJKL keys - OK
Classic QAOP keys (P doesn't work - ` instead)

External Joy 1 has wrong definitions
ExtJoy1Up - not used
ExtJoy1Down - Left
ExtJoy1Left - not used

ExtJoy1Right - Right (OK)
ExtJoy1Fire - not used
ExtJoy1Fire2 - Restart level (OK)
98
Programming / Re: COM file size
« Last post by Under4Mhz on 2023.September.05. 03:50:00 »
Woah, that was some serious rom hacking.

Thanks, that made it simple to fix, I would have spent days trying to figure out the LPT page issue.

I've fixed that problem as well the header size byte. I've added some sound effects and updated the colours (I had the rgb colour bits around the wrong way).
99
SOUND: / Re: MIDI
« Last post by szipucsu on 2023.September.03. 15:48:42 »
Kicsit mégis túl gyors volt a tempó, visszavettem belőle. A zene közben is változik most már a tempó, ez talán nem feltűnő. Így is maradt benne rész, ahol a tempó ugyanaz, mint a korábbi verzióban. Egy részen átírtam a kíséretet más hangzásokra, hogy ne fájduljon meg az ember feje a sok berregő gitárhangtól. Talán jobb lett.
[ Guests cannot view attachments ]
[ Guests cannot view attachments ]
100
Programming / Re: COM file size
« Last post by geco on 2023.September.03. 14:51:27 »
The problem was that FF segment was used for Graphics page, EXOS LPT is located on FF segment, and the program deleted Graphich page 1st and then changed the LPT from EXOS LPT to Game LPT, so LPT pointer remained on empty segment, and took 52 seconds until it reached a "reload" bit somewhere in the memory.
I changed Graphics segment from FF to FD, 2 byte should be patched 1 where FF segment was paged in, and other at Graphics address in LPT.
Now the game starts immediately.
Pages: 1 ... 3 4 5 6 7 8 9 [10]