diff options
author | 2012-10-30 07:07:38 +0000 | |
---|---|---|
committer | 2012-10-30 07:07:38 +0000 | |
commit | 6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 (patch) | |
tree | 85ed98268eb2848966ebfef9c284b7d359f82e8f /src/mess/video/pds30_mc30.c | |
parent | 05e6b5ff93f294d0bc11f7680af87786ada1f124 (diff) |
Clean-ups and version bumpmame0147u2
Diffstat (limited to 'src/mess/video/pds30_mc30.c')
-rw-r--r-- | src/mess/video/pds30_mc30.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 //************************************************************************** |