From c9b78d57c435f745ebf0f2e90493507ce68934a8 Mon Sep 17 00:00:00 2001 From: Willem Date: Sun, 30 Jun 2024 12:50:51 +0200 Subject: [PATCH] Fixed HX-21 rom target name. --- lib/make/mb_msxrom.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/make/mb_msxrom.mk b/lib/make/mb_msxrom.mk index 24121a7..a991e66 100644 --- a/lib/make/mb_msxrom.mk +++ b/lib/make/mb_msxrom.mk @@ -94,7 +94,7 @@ define mb_msxrom_machine_Philips_NMS_8250 $(call mb_msxrom_file,$(1)-omsx/share/systemroms/machines,machines/philips/nms8250_disk.rom) endef -define mb_msxrom_machine_Toshiba_HX-21.xml +define mb_msxrom_machine_Toshiba_HX-21 $(call mb_msxrom_file,$(1)-omsx/share/systemroms/machines,machines/toshiba/HX21-IC2.BIN) $(call mb_msxrom_file,$(1)-omsx/share/systemroms/machines,machines/toshiba/HX21-IC3.BIN) endef