summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namcos22.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-06-15 16:57:31 +0200
committer hap <happppp@users.noreply.github.com>2020-06-15 16:57:42 +0200
commit906cf6a70308e3ffe91a4a2380edc9af2525be91 (patch)
treeef6ddaceef9e0aa9381e5d9712280e29b2885409 /src/mame/includes/namcos22.h
parent23437da456fe7870ba6c8dd88f4eaf3dd136ea6c (diff)
mmdisplay2: adjust internal layouts (nw)
Diffstat (limited to 'src/mame/includes/namcos22.h')
-rw-r--r--src/mame/includes/namcos22.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/namcos22.h b/src/mame/includes/namcos22.h
index 8216965e19a..7e2998bd7e4 100644
--- a/src/mame/includes/namcos22.h
+++ b/src/mame/includes/namcos22.h
@@ -308,8 +308,8 @@ protected:
u16 dsp_slave_port8_r();
u16 dsp_slave_portb_r();
void dsp_slave_portb_w(u16 data);
- u32 namcos22_sci_r(offs_t offset);
- void namcos22_sci_w(u32 data);
+ u16 namcos22_sci_r(offs_t offset);
+ void namcos22_sci_w(offs_t offset, u16 data);
u16 namcos22_shared_r(offs_t offset);
void namcos22_shared_w(offs_t offset, u16 data, u16 mem_mask = ~0);
u16 namcos22_keycus_r(offs_t offset);