Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

Nice little Pacman clone. It would be nice, if the game could also be started with 512kb Chipram + 512kb Slowram and not only with 1MB Chipram, because 512kb+512kb is the standard, that the vast majority of the Amiga500 computers have (it's the original 512kb Chipram plus the A501 memory-expansion hardware that alot of users have and which offers 512kb Slowram additionally). At the moment, Pumpkin sadly can not be started on the most Amiga500 machines, but if the game could also use Slowram, it would work on all of these machines and the A500 is the most widely used Amiga model. So it would make sense, to update Pumpkin at this point.

If there is fast ram in the machine, the game is currently using it! These things don't work in such a way that if I have fast ram, I use it for anything.  On the one hand, the sounds and the images to be displayed must be stored in the chip RAM, in this case it makes no sense to copy these things in and out of the fast RAM. On the other hand, Amos also uses RAM for things that are not a matter of choice on my part, and believe it or not, this 512 chip limit can be reached very quickly, so the need for 1mb of chipram comes from this, and yes, it can be quite annoying if it is only a few kilobytes, but there is no way to cut it down! I would also like our ideas to fit in 512Kb chipram, but this is not possible without sacrifices. Despite all this, I dealt with the request and as an intermediate solution I shortened the game by a couple of sounds, so now it starts with 512c+512f config.I don't consider it an "update", but now it works. You are welcome.

(2 edits)

Great. Copied it over to a real disk and now it runs on all Amiga-500 machines with A501 expansion, just like most of the old Amiga classic-games from the 90s do. The sound-restrictions, that were necessary for this, are more than bearable. Thanks, nice work.