From 1644167370dd350daa08d32b6d3323ca9c8bc316 Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 13 Apr 2019 08:43:59 -0400 Subject: isa_hercules: Add dump of Mazovia Polish alternate character set [MCbx Old Computer Collection] --- src/devices/bus/isa/mda.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/devices/bus/isa/mda.cpp b/src/devices/bus/isa/mda.cpp index f1f6cae6257..dfaf7dc436e 100644 --- a/src/devices/bus/isa/mda.cpp +++ b/src/devices/bus/isa/mda.cpp @@ -519,8 +519,11 @@ static GFXDECODE_START( gfx_pcherc ) GFXDECODE_END ROM_START( hercules ) - ROM_REGION(0x1000,"gfx1", 0) - ROM_LOAD("um2301.bin", 0x00000, 0x1000, CRC(0827bdac) SHA1(15f1aceeee8b31f0d860ff420643e3c7f29b5ffc)) + ROM_REGION(0x1000, "gfx1", 0) + ROM_SYSTEM_BIOS(0, "cp437", "Code page 437") + ROMX_LOAD("um2301.bin", 0x0000, 0x1000, CRC(0827bdac) SHA1(15f1aceeee8b31f0d860ff420643e3c7f29b5ffc), ROM_BIOS(0)) + ROM_SYSTEM_BIOS(1, "mzv", "Mazovia (Polish)") // dumped from a Taiwanese-made card using the SiS 86C22 chip + ROMX_LOAD("hgc_mzv_2301.bin", 0x0000, 0x1000, CRC(9431b9e0) SHA1(3279dfeed4a0f5daa7b57d455c96eafdcbb6bf41), ROM_BIOS(1)) ROM_END //************************************************************************** -- cgit v1.2.3