mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
mess.flt: add micom_mahjong
This commit is contained in:
parent
141b81bd3b
commit
6c5757077f
@ -479,6 +479,7 @@ miltonbradley/vectrex.cpp
|
||||
mips/mips.cpp
|
||||
misc/3do.cpp
|
||||
misc/eva.cpp
|
||||
misc/micom_mahjong.cpp
|
||||
misc/monon_color.cpp
|
||||
mit/tx0.cpp
|
||||
mits/altair.cpp
|
||||
|
@ -67,10 +67,9 @@ private:
|
||||
|
||||
void main_map(address_map &map);
|
||||
|
||||
u8 input_r();
|
||||
void vram_w(offs_t offset, u8 data);
|
||||
|
||||
void input_w(u8 data);
|
||||
u8 input_r();
|
||||
void sound_w(u8 data);
|
||||
|
||||
u8 m_inp_matrix = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user