Cheers mate! :cheers: Have been hiding under piles of vinyl LPs. :) To be honest, I was logging in here just to reply to a PM. But then I decided to read around a bit ... Not yet ready to re-enter the Atari world, but some day I guess. I don't write bugs. ;-) Not this one, at least. :) I remember th...
EDIT: Fire and Ice works just fine in both MiNT and TOS with the SuperVidel activated. Must be something wrong with the Lemmings port then. Hey there! Just a quick note (from the grave): ;) Indeed, Lemmings had been patched before I knew about the SuperVidel, so I'm quite sure the fault lies with m...
Hi all! thanks for the warm 'welcome'. :) I have been freelance for over a year now after 15 years at my last company - it is the best decision I have ever made. Thanks Dal, that's reassuring. I still feel a bit unsure about my descision, but that's only natural, I guess. Being 52 years of age now, ...
Hi friends! :D I'm really sorry for not replying for such a long time, but as you might imagine, there were a lot of things going on in 'real' life! Well, I'm still alive (obviously ;-) ), and right now I'm planning to quit my regular job and try to make a living as a self-employed used vinyl record...
I'm taking a break right now, but I guess I'll be back sometime in autumn/winter. Metal Masters is a nice game anyway, and it sure would deserve a patch.
Do things really need to be packed in this day and age (especially when we're talking about 56KB)? Well, exactly what Christos said. :) It sure ain't needed for newer machines, but the patches will also work on plain STs from a floppy drive or from an old MegaFile30, so packing is sensible. To mudd...
Dal, I had some issues with the self extracting program file format under FireTOS. I thought these issues were gone now after changing the cache flushing code in the unpacker. Looks like there still might be something wrong with that. Anyway, I have attached an unpacked version of Arkanoid to this p...
Exactly, and Klapauzius is counting it still as "Alpha" software!! Incredible isn´t it? 8O That's mainly because USB keyboards and mice can't work in the game. I guess many people would like to use a shiny new and smooth USB optical mouse with their FireBee, instead of that old blocky Ata...
Some new bits today: Erik has been updated for the CT60/3 now. AtFaCT has provided new icon sets for two games: Spot and Kid Gloves Thanks again for your great work! Swiv had a bug in the highscore list that resulted in the scores not being sorted properly when a new high score was achieved. Fixed n...
I recently got my FireBee, which is really a nice piece of hardware! However, because of the very different architecture of this machine, the current game patches unfortunately can't work on the FireBee. After some fiddling around and getting lots of help from the nice people at the ACP (special tha...
I'm running Geneva in Steem, but I'm using a Pasti hard disk image for that - not a mounted folder. I can't remember having any problems installing and running it that way, but it's been a long time since I last used it.
Just a few pics of how she looks like at the moment, with the lid removed: :) FireBee day.jpg More or less fully loaded. Note that the speaker doesn't come with the Bee, but it matches nicely with the Bee's blue colour. :) There is a built-in speaker in the FireBee, nevertheless. The debugging featu...
Seems that A0 points to an odd address. A move.l will cause a crash in this case. Try to replace these two lines: move.l (a0)+,wave_params move.w (a0)+,wave_params+4 with something like that: movem.l d0/a1,-(a7) lea wave_params(pc),a1 moveq #5,d0 Lcop1: move.b (a0)+,(a1)+ dbra d0,Lcop1 movem.l (a7)+...
perhaps like the TV show Catchphrase where you tile the screen and 'reveal' after each guess, with a 16 point/tile decreasing score? I really think this is a great idea. :) We could do this as a special sub round, say one tiled picture every 5 pics or so? We'd have to use really popular games and o...
Hi, try to insert an EVEN directive in front of the definition of wave_params near the end of the source file. The label wave_params may not be word aligned, so a move.l to this address would crash. USE_PITC DC.B 'M',$00,$00 BSS EVEN wave_params: wave_a_step: ds.b 1
useful values for the IPL/sr - all in supervisor mode: $2100: allows HBL, VBL, MFP $2300: allows VBL, MFP $2500: allows MFP only After the ikbd interrupt has been triggered the sr will have an IPL of 6 (for example sr = $2600), which means no other MFP interrupts will happen as long as the ikbd inte...
How do games with lots of Timer B handle the issue then? For me I have the feeling, any IKBD interrupt, even a small non-TOS one, still takes cycles to offset timers and thus makes rasters jitter. Just put a "move #$2500,sr" as the first thing in your ikbd interrupt routine and you should...
Alrighty, so this round has officially ended now. Bullis1 is the winner! :cheers: Zogging Hell will carry one point into round 7 and may start the new round. Before starting round 7, I have made a poll about rules/mode for round 7: http://www.atari-forum.com/viewtopic.php?f=3&t=23627 Please giv...
there was a thread about the PP/Med loading techniques on dhs.nu recently, think that's maybe more filing to 'fast load' or the technique used in SWIV? ( perhaps Klaz could enlighten you ) The thread on dhs was about not loading the entire program file into RAM by modifying the program header (segm...
Is the prize offer still valid Klaz? I wouldn't claim it for a while seeing as your hands are busy with the firebee (and ct60 still you lucky man). Yes, of course it is. Would be nice if you could give me some extra time for this. Yeah, the FireBee is keeping my busy. :) So ... everyone is ok with ...
Hey, I'm not the chieftain here, so if you want to continue this round, just do so. If you want to start a new one, that's fine for me as well. I can also do the book keeping again.