summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0480scp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0480scp.h')
-rw-r--r--src/mame/video/tc0480scp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/tc0480scp.h b/src/mame/video/tc0480scp.h
index b79373d4617..7146d6bbdf4 100644
--- a/src/mame/video/tc0480scp.h
+++ b/src/mame/video/tc0480scp.h
@@ -35,9 +35,9 @@ public:
may be needed when tilemaps use a palette area from sprites. */
u16 ram_r(offs_t offset);
- void ram_w(offs_t offset, u16 data, u16 mem_mask);
+ void ram_w(offs_t offset, u16 data, u16 mem_mask = ~0);
u16 ctrl_r(offs_t offset);
- void ctrl_w(offs_t offset, u16 data, u16 mem_mask);
+ void ctrl_w(offs_t offset, u16 data, u16 mem_mask = ~0);
void tilemap_update();
void tilemap_draw(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int layer, int flags, u32 priority);