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 geco on 2023.September.05. 18:24:37 »
if you upload the source, i can add the mentioned modifications
92
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 :-)
93
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.
94
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)
95
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).
96
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 ]
97
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.
98
Programming / Re: COM file size
« Last post by SlashNet on 2023.September.02. 23:48:30 »
Please wait.

Oh. 52 seconds from the end of the download to the start screen. :smt107
99
Programming / Re: COM file size
« Last post by geco on 2023.September.02. 10:55:31 »
This file produces only black screen :(
Please wait.
100
Programming / Re: COM file size
« Last post by SlashNet on 2023.September.02. 10:14:00 »
The problem is incorrect file size entered into EXOS header 5, it contains the corrected file size.

This file produces only black screen :(
Pages: 1 ... 3 4 5 6 7 8 9 [10]