Fixed parsing the ram2mb setting for openMSX.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2m16s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2m16s
This commit is contained in:
parent
4428c413d8
commit
0098016626
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ $(MB_ᕽᕽᕽ )$(if $(filter ram16k,$(3)),-ext ram16k) \
|
|||
$(MB_ᕽᕽᕽ )$(if $(filter ram64k,$(3)),-ext ram64k) \
|
||||
$(MB_ᕽᕽᕽ )$(if $(filter ram512k,$(3)),-ext ram512k) \
|
||||
$(MB_ᕽᕽᕽ )$(if $(filter ram1mb,$(3)),-ext ram1mb) \
|
||||
$(MB_ᕽᕽᕽ )$(if $(filter ram4mb,$(3)),-ext ram2mb) \
|
||||
$(MB_ᕽᕽᕽ )$(if $(filter ram2mb,$(3)),-ext ram2mb) \
|
||||
$(MB_ᕽᕽᕽ )$(if $(filter ram4mb,$(3)),-ext ram4mb) \
|
||||
$(MB_ᕽᕽᕽ )$(MB_OPENMSX_ARGS) \
|
||||
$(MB_ᕽᕽᕽ )-control stdio < $(1)$(MB_@WORK)$(notdir $(1))/stdio.xml \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue