diff options
Diffstat (limited to 'src/mess/machine/6883sam.h')
-rw-r--r-- | src/mess/machine/6883sam.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/6883sam.h b/src/mess/machine/6883sam.h index a62617e3270..a47427faa60 100644 --- a/src/mess/machine/6883sam.h +++ b/src/mess/machine/6883sam.h @@ -155,7 +155,7 @@ private: { public: sam_space(sam6883_device &owner); - void point(const sam_bank *bank, UINT16 offset, UINT16 mask = 0); + void point(const sam_bank *bank, UINT16 offset, UINT16 mask); private: sam6883_device & m_owner; |