again... I have a question about well... a best practice? I hope I use that term correctly. I'm still a beginner with the PsyQ, haven't even loaded a texture yet but also I have never worked with a CD based console yet. I collected some expierence with the SEGA MasterSystem, so you can say... All I'm used to are cartridges. I belive this leads to some natrual question so I wanted to ask the experts here x3
When I was working with the SMS I created tilemaps to render my backgrounds. Those information were stored in the ROM of course and then read on demand. But with the CD-ROM things seem to be a bit different. I noticed that I could store all my game relevant information in my programm, but if I get it correctly, this means that they are loaded into my 2MB RAM at boot time, which... might be a waste of memory. So wouldn't it be better to store it on the disk and read it into memory?
If so, would I create one file for each map I have? Containing tilemap, information and so on, or would I do a larger file and then partially load it into memory?
Because of the SMS I'm used to 2D games and would like to start doing that with the PSX as well. But I worry about the textures. 1MB is not sooo much (more as the SMS has ofc

My last question is about burning games. I plan on running my "game" on my PSX at one point and wanted to use a Swapdisk for that. But is there anything I should keep in mind about the disk I use? I read a PSX disk contains 624MB - should I use a disk with that size or can I use a bigger one?
I hope my questions make sense :'D (And are somewhat good questions xO)