diff options
Diffstat (limited to 'src/mess/includes/x1.h')
| -rw-r--r-- | src/mess/includes/x1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/x1.h b/src/mess/includes/x1.h index b1cdd0663bc..43cc3314fd3 100644 --- a/src/mess/includes/x1.h +++ b/src/mess/includes/x1.h @@ -223,7 +223,7 @@ public: int priority_mixer_pri(int color); void cmt_command( UINT8 cmd ); UINT16 jis_convert(int kanji_addr); - + DECLARE_READ8_MEMBER(memory_read_byte); DECLARE_WRITE8_MEMBER(memory_write_byte); DECLARE_READ8_MEMBER(io_read_byte); |
