diff options
| author | 2014-07-22 06:14:55 +0000 | |
|---|---|---|
| committer | 2014-07-22 06:14:55 +0000 | |
| commit | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch) | |
| tree | 59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/mess/drivers/einstein.c | |
| parent | c4e9058ee26841baae4c0fd51e081949747d5f48 (diff) | |
Cleanups and version bump
Diffstat (limited to 'src/mess/drivers/einstein.c')
| -rw-r--r-- | src/mess/drivers/einstein.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/einstein.c b/src/mess/drivers/einstein.c index c7bfa8c20a6..b02be808ab0 100644 --- a/src/mess/drivers/einstein.c +++ b/src/mess/drivers/einstein.c @@ -717,7 +717,7 @@ static MACHINE_CONFIG_START( einstein, einstein_state ) /* video hardware */ MCFG_DEVICE_ADD( "tms9929a", TMS9929A, XTAL_10_738635MHz / 2 ) - MCFG_TMS9928A_VRAM_SIZE(0x4000) /* 16k RAM, provided by IC i040 and i041 */ + MCFG_TMS9928A_VRAM_SIZE(0x4000) /* 16k RAM, provided by IC i040 and i041 */ MCFG_TMS9928A_SET_SCREEN( "screen" ) MCFG_TMS9928A_SCREEN_ADD_PAL( "screen" ) MCFG_SCREEN_UPDATE_DEVICE( "tms9929a", tms9929a_device, screen_update ) |
