Previous 199869 Revisions Next

r20158 Wednesday 9th January, 2013 at 19:00:35 UTC by hap
(placeholder)
[src/mame]mame.mak
[src/mame/drivers]imolagp.c
[src/mame/layout]imolagp.lay*

trunk/src/mame/layout/imolagp.lay
r0r20158
1<?xml version="1.0"?>
2<mamelayout version="2">
3   <view name="Simple LEDs">
4      <screen index="0">
5         <bounds left="0" top="0" right="3" bottom="4" />
6      </screen>
7   </view>
8</mamelayout>
trunk/src/mame/drivers/imolagp.c
r20157r20158
7878#include "machine/i8255.h"
7979#include "sound/ay8910.h"
8080
81#include "imolagp.lh"
8182
83
8284#define HLE_COM
8385
8486
r20157r20158
623625ROM_END
624626
625627
626/*    YEAR, NAME,     PARENT,  MACHINE, INPUT,   INIT,              MONITOR, COMPANY,    FULLNAME */
627GAME( 1981, imolagp,  0,       imolagp, imolagp, driver_device, 0,  ROT90,   "Alberici", "Imola Grand Prix (set 1)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE )
628GAME( 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 */
629GAMEL(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
630GAMEL(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 ) // "
trunk/src/mame/mame.mak
r20157r20158
21252125
21262126$(DRIVERS)/igspoker.o:   $(LAYOUT)/igspoker.lh
21272127
2128$(DRIVERS)/imolagp.o:   $(LAYOUT)/imolagp.lh
2129
21282130$(DRIVERS)/jankenmn.o:   $(LAYOUT)/jankenmn.lh
21292131
21302132$(DRIVERS)/jpmimpct.o:   $(LAYOUT)/jpmimpct.lh

Previous 199869 Revisions Next


© 1997-2024 The MAME Team