From 6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 30 Oct 2012 07:07:38 +0000 Subject: Clean-ups and version bump --- src/mess/video/pds30_mc30.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mess/video/pds30_mc30.c') diff --git a/src/mess/video/pds30_mc30.c b/src/mess/video/pds30_mc30.c index 374dac51852..809681ce686 100644 --- a/src/mess/video/pds30_mc30.c +++ b/src/mess/video/pds30_mc30.c @@ -1,7 +1,7 @@ /*************************************************************************** Micron/XCEED Technologies MacroColor 30 - + Similar to the 30HR, but registers are rearranged and 24bpp support was added. @@ -25,7 +25,7 @@ MACHINE_CONFIG_END ROM_START( xceedmc30 ) ROM_REGION(0x8000, XCEEDMC30_ROM_REGION, 0) - ROM_LOAD( "0390.bin", 0x000000, 0x008000, CRC(adea7a18) SHA1(9141eb1a0e5061e0409d65a89b4eaeb119ee4ffb) ) + ROM_LOAD( "0390.bin", 0x000000, 0x008000, CRC(adea7a18) SHA1(9141eb1a0e5061e0409d65a89b4eaeb119ee4ffb) ) ROM_END //************************************************************************** -- cgit v1.2.3-70-g09d2