summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-04-24 23:21:48 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-04-24 23:21:48 +0000
commit78c28738ff9b6a2daf4ac22358011de23e373a52 (patch)
treed0bb490220da4d2493f76eb821e4828534d76973
parent4c18b439bc0d7114963558d643043ce5fc616e47 (diff)
Fixed a model1.c assert
-rw-r--r--src/mame/drivers/model1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/model1.c b/src/mame/drivers/model1.c
index 32bb121faaa..4254ebf746f 100644
--- a/src/mame/drivers/model1.c
+++ b/src/mame/drivers/model1.c
@@ -1560,6 +1560,8 @@ static MACHINE_CONFIG_START( model1_vr, model1_state )
MCFG_MACHINE_RESET(model1_vr)
MCFG_NVRAM_ADD_0FILL("nvram")
+ MCFG_S24TILE_DEVICE_ADD("tile", 0x3fff)
+
MCFG_VIDEO_ATTRIBUTES(VIDEO_UPDATE_AFTER_VBLANK )
MCFG_SCREEN_ADD("screen", RASTER)