dyreschlock / pocket-utils

Collection of Java programs and Shell scripts to update and manage the content on my Analogue Pocket
3 stars 0 forks source link

CreatePocketGame : Multi-disc/disk games #15

Closed dyreschlock closed 1 year ago

dyreschlock commented 1 year ago

Some Amiga games (and also MSX games later) have multiple disks. In the database, we only want to create a single Game entry rather than one for each disk. Create Pocket Entries should be modified to check for this and create only one entry.

dyreschlock commented 1 year ago

For computer cores and other cores with an actual OS, this isn't going to work. Games will either be installed on a virtual image or loaded by disks through the menu. We still have no idea how the Library may actually work with openFPGA (if it ever will) but I think it's not as easy as loading a ROM on a Gameboy, for example.

This idea may need to be revisited for CD-games, though, but I'm going to close it for now.