summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model1.cpp
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-06-05 14:03:02 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-06-05 14:03:02 +0200
commitc50981a046fac38d73403fa8767625e0c4d7a9ef (patch)
tree6153d3ec13af0ca58b19ecc143f769bbcab1e199 /src/mame/drivers/model1.cpp
parentdb42aea7331c33675fa05e9a17801b22ee9b6f05 (diff)
More custom MCFG results, nw
Diffstat (limited to 'src/mame/drivers/model1.cpp')
-rw-r--r--src/mame/drivers/model1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/model1.cpp b/src/mame/drivers/model1.cpp
index 03f6c5ccf7b..fe88e425d4a 100644
--- a/src/mame/drivers/model1.cpp
+++ b/src/mame/drivers/model1.cpp
@@ -1696,8 +1696,8 @@ MACHINE_CONFIG_START(model1_state::model1)
MCFG_DEVICE_ADD("dpram", MB8421, 0)
- MCFG_S24TILE_DEVICE_ADD("tile", 0x3fff)
- MCFG_S24TILE_DEVICE_PALETTE("palette")
+ MCFG_DEVICE_ADD("tile", S24TILE, 0, 0x3fff)
+ MCFG_GFX_PALETTE("palette")
MCFG_SCREEN_ADD("screen", RASTER)
MCFG_SCREEN_VIDEO_ATTRIBUTES(VIDEO_UPDATE_AFTER_VBLANK )