trunk/src/mess/drivers/pc2000.c
| r32214 | r32215 | |
| 1015 | 1015 | ROM_CART_LOAD( "cart", 0, 0x40000, 0 ) |
| 1016 | 1016 | ROM_END |
| 1017 | 1017 | |
| 1018 | ROM_START( pc1000 ) |
| 1019 | ROM_REGION( 0x20000, "bios", 0 ) |
| 1020 | ROM_LOAD( "27-00780-002-002.u4", 0x000000, 0x020000, CRC(705170ae) SHA1(825ce0ff2c7d0a7b1e2577d1465a37f7e8da383b)) |
| 1021 | |
| 1022 | ROM_REGION( 0x40000, "cart", ROMREGION_ERASEFF ) |
| 1023 | ROM_CART_LOAD( "cart", 0, 0x40000, 0 ) |
| 1024 | ROM_END |
| 1025 | |
| 1018 | 1026 | ROM_START( misterx ) |
| 1019 | 1027 | ROM_REGION( 0x20000, "bios", 0 ) |
| 1020 | 1028 | ROM_LOAD( "27-00882-001.bin", 0x000000, 0x020000, CRC(30e0dc94) SHA1(2f4675746a41399b3d9e3e8001a9b4a0dcc5b620)) |
| r32214 | r32215 | |
| 1035 | 1043 | /* Driver */ |
| 1036 | 1044 | |
| 1037 | 1045 | /* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS */ |
| 1046 | COMP( 1988, pc1000, 0, 0, misterx, pc1000, driver_device, 0, "Video Technology", "PreComputer 1000", GAME_NOT_WORKING) |
| 1038 | 1047 | COMP( 1988, misterx, 0, 0, misterx, pc1000, driver_device, 0, "Video Technology / Yeno", "MisterX", GAME_NOT_WORKING) |
| 1039 | 1048 | COMP( 1993, pc2000, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "PreComputer 2000", GAME_NOT_WORKING) |
| 1040 | 1049 | COMP( 1993, gl2000, 0, 0, gl2000, pc2000, driver_device, 0, "Video Technology", "Genius Leader 2000", GAME_NOT_WORKING) |