Compare commits

...

2 commits

Author SHA1 Message Date
5b809ee5bd Added named IDE disks for newer openMSX versions
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -1s
2025-04-27 17:04:14 +02:00
20c06250ec Added missing inner named scope indicators 2025-04-27 17:01:58 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,6 @@ endef
define mb-make-space-white-to-comma define mb-make-space-white-to-comma
$(MB_ᕽᕽᕽ   )$(subst $(call mb-make-call,mb-make-space-white),$(MB_MAKE_COMMA),$1) $(MB_ᕽᕽᕽ   )$(subst $(call mb-make-call,mb-make-space-white),$(MB_MAKE_COMMA),$(1))
endef endef

View file

@ -20,6 +20,7 @@
<master> <master>
<type>IDEHD</type> <type>IDEHD</type>
<filename>image-hda.dsk</filename> <filename>image-hda.dsk</filename>
<name>MSXHDA</name>
</master> </master>
</SunriseIDE> </SunriseIDE>
</secondary> </secondary>