diff options
author | 2014-02-25 22:24:52 +0000 | |
---|---|---|
committer | 2014-02-25 22:24:52 +0000 | |
commit | 9e8a7f19b1d356a7bea4e28cad143796701b7514 (patch) | |
tree | 08a8c8bee4c607d37baec08548ec7745da591b23 /src/mess/includes/cosmicos.h | |
parent | d6a74a31b40ddf2be46b9952af8e3c0afd79931b (diff) |
cdp1802: devcb for the state codes. (nw)
Diffstat (limited to 'src/mess/includes/cosmicos.h')
-rw-r--r-- | src/mess/includes/cosmicos.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/cosmicos.h b/src/mess/includes/cosmicos.h index d489b8b2683..9941d4b732f 100644 --- a/src/mess/includes/cosmicos.h +++ b/src/mess/includes/cosmicos.h @@ -98,6 +98,7 @@ public: DECLARE_READ_LINE_MEMBER( ef4_r ); DECLARE_WRITE_LINE_MEMBER( q_w ); DECLARE_READ8_MEMBER( dma_r ); + DECLARE_WRITE8_MEMBER( sc_w ); DECLARE_INPUT_CHANGED_MEMBER( data ); DECLARE_INPUT_CHANGED_MEMBER( enter ); DECLARE_INPUT_CHANGED_MEMBER( single_step ); |