diff options
| author | 2021-06-16 14:35:53 +1000 | |
|---|---|---|
| committer | 2021-06-16 14:35:53 +1000 | |
| commit | 6c505bedfdfd8e145a59cdb1fcc29d29a8ee448d (patch) | |
| tree | 1824ea58dd2001fd49019f616646a7daabfd682b | |
| parent | 1a280581ba00b4559bf293fa3528876d46f0275a (diff) | |
vectrex: updated comment
| -rw-r--r-- | src/mame/drivers/vectrex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vectrex.cpp b/src/mame/drivers/vectrex.cpp index 0556d7d6b74..da2be7804b5 100644 --- a/src/mame/drivers/vectrex.cpp +++ b/src/mame/drivers/vectrex.cpp @@ -150,7 +150,7 @@ ROM_START(vectrex) // The following fastboots are listed here for reference and documentation // ROM_SYSTEM_BIOS(2, "bios2", "us-fastboot hack") -// ROMX_LOAD("us-fastboot.bin", 0x0000, 0x2000, CRa6e4dac4) SHA1(e0900be6d6858b985fd7f0999d864b2fceaf01a1), ROM_BIOS(2) ) +// ROMX_LOAD("us-fastboot.bin", 0x0000, 0x2000, CRC(a6e4dac4) SHA1(e0900be6d6858b985fd7f0999d864b2fceaf01a1), ROM_BIOS(2) ) // ROM_SYSTEM_BIOS(3, "bios3", "intl-fastboot hack") // ROMX_LOAD("intl-fastboot.bin", 0x0000, 0x2000, CRC(71dcf0f4) SHA1(2a257c5111f5cee841bd14acaa9df6496aaf3d8b), ROM_BIOS(3) ) |
