make iplrom30.dat optional
you only need iplrom.dat and cgrom.dat for core to work.
This commit is contained in:
parent
92abf4e27c
commit
d4a8ae9e85
|
@ -19,5 +19,5 @@ firmware1_path = "keropi/cgrom.dat"
|
||||||
firmware1_opt = "false"
|
firmware1_opt = "false"
|
||||||
firmware2_desc = "iplrom30.dat (X68000 BIOS 3)"
|
firmware2_desc = "iplrom30.dat (X68000 BIOS 3)"
|
||||||
firmware2_path = "keropi/iplrom30.dat"
|
firmware2_path = "keropi/iplrom30.dat"
|
||||||
firmware2_opt = "false"
|
firmware2_opt = "true"
|
||||||
notes = "[i] Place BIOS files in system/keropi folder.|[i] F12 or Retropad L2 for Emulator Menu.|[i] Define your disks path in system/keropi/config StartDir line."
|
notes = "[i] Place BIOS files in system/keropi folder.|[i] F12 or Retropad L2 for Emulator Menu.|[i] Define your disks path in system/keropi/config StartDir line."
|
||||||
|
|
Loading…
Reference in New Issue