How to get Lily's Saga to work on SX-2 FPGA

Page 1/4
| 2 | 3 | 4

Par Swami

Expert (91)

Portrait de Swami

11-01-2023, 23:18

I'm trying to play the ROM of Lily's Saga from my SD card on my FPGA SX-2, I have all the dip switches on, so I should have 4MB of RAM. What could be the issue? The dots (lower case "o") run across the screen and a few more in the next row before loading, which I assume is due to the large size of the ROM loading. Then I get a green and then black screen that stays black as if not enough RAM. I change the dip switches around, but then I get "No suitable device found".

Thanks

!login ou Inscrivez-vous pour poster

Par mcolom

Champion (320)

Portrait de mcolom

11-01-2023, 23:55

With srom it'll work if you specify the mapper type: srom lil.rom /R1

Par Swami

Expert (91)

Portrait de Swami

12-01-2023, 00:00

I'll try that. Also, with Diced, I get just the green screen, which stays green. But Ghostly Manor works. (256k vs 1MB ROM)

Par Swami

Expert (91)

Portrait de Swami

12-01-2023, 01:28

mcolom wrote:

With srom it'll work if you specify the mapper type: srom lil.rom /R1

I get "can't open rom file lillysag.rom".

Same thing with Diced

Par ducasp

Paladin (712)

Portrait de ducasp

12-01-2023, 14:07

Using sofarun you can force it to mapper ascii 16 and it should work, but the clod stages will not work properly unless you've update it with ocm 3.9.1 repack (note the repack, plain 3.9.1 won't do)

Par Manuel

Ascended (19678)

Portrait de Manuel

12-01-2023, 22:26

Swami wrote:
mcolom wrote:

With srom it'll work if you specify the mapper type: srom lil.rom /R1

I get "can't open rom file lillysag.rom".

Same thing with Diced

I'm pretty sure that you got the file name wrong then Wink

Par Swami

Expert (91)

Portrait de Swami

13-01-2023, 03:51

Manuel wrote:
Swami wrote:
mcolom wrote:

With srom it'll work if you specify the mapper type: srom lil.rom /R1

I get "can't open rom file lillysag.rom".

Same thing with Diced

I'm pretty sure that you got the file name wrong then Wink

It's not lil.rom on my SD card. It is lillysag.rom -8 letters, the sofarun max without using zip

Par sdsnatcher73

Enlighted (4298)

Portrait de sdsnatcher73

13-01-2023, 05:25

You may have some corruption on your SD card, also the issue with SofaRun settings points to this. Best to recreate the sd card using the tools in the OCM distribution (create_sd.cmd).

Par mcolom

Champion (320)

Portrait de mcolom

13-01-2023, 14:37

Swami wrote:

I get "can't open rom file lillysag.rom".
Same thing with Diced

Perhaps a silly question, but is the file in the current directory and srom in the PATH?
Otherwise, try to write the complete path. For example srom a:\games\lillysag.rom, or the location where you have it.

Par Sebbeug

Champion (405)

Portrait de Sebbeug

13-01-2023, 17:42

Just tested on my SX2 :

- It works well too with Sofarun/sofarom (but select ASCII16 manually in rom settings)

- and mglunch/mglocm if you select ASCII16 in menu selection (press F to force ASCII16 mapper)

Par Manuel

Ascended (19678)

Portrait de Manuel

13-01-2023, 19:44

Swami wrote:
Manuel wrote:
Swami wrote:
mcolom wrote:

With srom it'll work if you specify the mapper type: srom lil.rom /R1

I get "can't open rom file lillysag.rom".

Same thing with Diced

I'm pretty sure that you got the file name wrong then Wink

It's not lil.rom on my SD card. It is lillysag.rom -8 letters, the sofarun max without using zip

The 8.3 character filename limit is a limitation of MSX-DOS (or actually the FAT filesystem), not of sofarun.

Page 1/4
| 2 | 3 | 4