summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/ms1_tmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/ms1_tmap.cpp')
-rw-r--r--src/mame/video/ms1_tmap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/ms1_tmap.cpp b/src/mame/video/ms1_tmap.cpp
index 4b4471d050b..baf05535713 100644
--- a/src/mame/video/ms1_tmap.cpp
+++ b/src/mame/video/ms1_tmap.cpp
@@ -36,7 +36,7 @@ static constexpr int TILES_PER_PAGE = TILES_PER_PAGE_X * TILES_PER_PAGE_Y;
*/
-const device_type MEGASYS1_TILEMAP = &device_creator<megasys1_tilemap_device>;
+const device_type MEGASYS1_TILEMAP = device_creator<megasys1_tilemap_device>;
megasys1_tilemap_device::megasys1_tilemap_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, MEGASYS1_TILEMAP, "Mega System 1 Tilemap", tag, owner, clock, "ms1_tmap", __FILE__),