trunk/src/mess/drivers/poly.c
| r20386 | r20387 | |
| 198 | 198 | /* ROM definition */ |
| 199 | 199 | ROM_START( poly1 ) |
| 200 | 200 | ROM_REGION( 0x10000, "maincpu", 0 ) |
| 201 | | ROM_SYSTEM_BIOS(0, "BIOS0", "Standalone") |
| 201 | ROM_SYSTEM_BIOS(0, "bios0", "Standalone") |
| 202 | 202 | ROMX_LOAD( "v3bas1.bin", 0xa000, 0x1000, CRC(2c5276cb) SHA1(897cb9c2456ddb0f316a8c3b8aa56706056cc1dd), ROM_BIOS(1) ) |
| 203 | 203 | // next 3 roms could be at the wrong location |
| 204 | 204 | ROMX_LOAD( "v3bas2.bin", 0xb000, 0x1000, CRC(30f99447) SHA1(a26170113a968ccd8df7db1b0f256a2198054037), ROM_BIOS(1) ) |
| r20386 | r20387 | |
| 207 | 207 | // boot rom |
| 208 | 208 | ROMX_LOAD( "plrt16v3e9.bin", 0xf000, 0x1000, CRC(453c10a0) SHA1(edfbc3d83710539c01093e89fe1b47dfe1e68acd), ROM_BIOS(1) ) |
| 209 | 209 | |
| 210 | | ROM_SYSTEM_BIOS(1, "BIOS1", "Terminal") |
| 210 | ROM_SYSTEM_BIOS(1, "bios1", "Terminal") |
| 211 | 211 | // supplied by Andrew Trotman, author of Poly1 emulator (PolyROM v3.4) |
| 212 | 212 | ROMX_LOAD( "v2bas1.bin", 0xa000, 0x1000, CRC(f8c5adc4) SHA1(b1a16d7d996909185495b15a52afa697324e1f8d), ROM_BIOS(2) ) |
| 213 | 213 | ROMX_LOAD( "v2bas2.bin", 0xb000, 0x1000, CRC(a2b0fa4d) SHA1(05ab723eb2e2b09325380a1a72da5ade401847d1), ROM_BIOS(2) ) |