trunk/src/mame/drivers/imolagp.c
| r20157 | r20158 | |
| 78 | 78 | #include "machine/i8255.h" |
| 79 | 79 | #include "sound/ay8910.h" |
| 80 | 80 | |
| 81 | #include "imolagp.lh" |
| 81 | 82 | |
| 83 | |
| 82 | 84 | #define HLE_COM |
| 83 | 85 | |
| 84 | 86 | |
| r20157 | r20158 | |
| 623 | 625 | ROM_END |
| 624 | 626 | |
| 625 | 627 | |
| 626 | | /* YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR, COMPANY, FULLNAME */ |
| 627 | | GAME( 1981, imolagp, 0, imolagp, imolagp, driver_device, 0, ROT90, "Alberici", "Imola Grand Prix (set 1)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE ) |
| 628 | | GAME( 1981, imolagpo, imolagp, imolagp, imolagp, driver_device, 0, ROT90, "Alberici", "Imola Grand Prix (set 2)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE ) |
| 628 | /* YEAR, NAME, PARENT, MACHINE, INPUT, INIT, MONITOR, COMPANY, FULLNAME, FLAGS */ |
| 629 | GAMEL(1983?, imolagp, 0, imolagp, imolagp, driver_device, 0, ROT90, "RB Bologna", "Imola Grand Prix (set 1)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_SUPPORTS_SAVE, layout_imolagp ) // made by Alberici? year not shown, PCB labels suggests it's from 1983 |
| 630 | GAMEL(1983?, imolagpo, imolagp, imolagp, imolagpo, driver_device, 0, ROT90, "RB Bologna", "Imola Grand Prix (set 2)", GAME_IMPERFECT_GRAPHICS | GAME_IMPERFECT_COLORS | GAME_SUPPORTS_SAVE, layout_imolagp ) // " |