diff options
author | 2012-12-24 12:51:26 +0000 | |
---|---|---|
committer | 2012-12-24 12:51:26 +0000 | |
commit | 9dda561d380855cbaf4f4753a54c59b030bf7e0f (patch) | |
tree | a6f789dd8383bebc86ee704ad0739df7c29c024e /src/mess/drivers/tim100.c | |
parent | 6f17bd21f4bec883fb47beefc7f62a5cc05a165d (diff) |
Tim100 : modified the note. (nw)
Diffstat (limited to 'src/mess/drivers/tim100.c')
-rw-r--r-- | src/mess/drivers/tim100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/tim100.c b/src/mess/drivers/tim100.c index af6c9556db9..5280c52cb04 100644 --- a/src/mess/drivers/tim100.c +++ b/src/mess/drivers/tim100.c @@ -157,7 +157,7 @@ ROM_START( tim100 ) ROM_REGION( 0x10000, "maincpu", ROMREGION_ERASEFF ) ROM_LOAD( "tim 100 v.3.2.0.u16", 0x0000, 0x2000, CRC(4de9c8ad) SHA1(b0914d6e8d618e92a87b4b39c35391541251e8cc)) - // The first and 2nd halves of these roms are identical, possibly overdumped? + // The first and 2nd halves of these roms are identical, confirmed ok ROM_REGION( 0x2000, "chargen", ROMREGION_INVERT ) ROM_SYSTEM_BIOS( 0, "212", "v 2.1.2" ) ROMX_LOAD( "tim 100kg v.2.1.2.u12", 0x0000, 0x0800, CRC(faf5743c) SHA1(310b662e9535878210f8aaab3e2b846fade60642),ROM_BIOS(1)) |