diff options
author | 2018-05-02 10:02:33 +0200 | |
---|---|---|
committer | 2018-05-02 10:02:33 +0200 | |
commit | e99eb08e420cf55762808755087847d1a9249ae8 (patch) | |
tree | 1f40c75cfe7374227927fd479316ebb9533e6407 /src/devices/machine/tms9914.h | |
parent | 17b6f525de8a53af4ced344447d396cd3d991626 (diff) |
tms9914: improved emulation. HPIB test of IPC diagb ROM now passes.
Diffstat (limited to 'src/devices/machine/tms9914.h')
-rw-r--r-- | src/devices/machine/tms9914.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/machine/tms9914.h b/src/devices/machine/tms9914.h index 8b57c27694c..cb91a3ff87e 100644 --- a/src/devices/machine/tms9914.h +++ b/src/devices/machine/tms9914.h @@ -275,6 +275,7 @@ private: bool listener_reset() const; bool talker_reset() const; bool controller_reset() const; + bool sh_active() const; void update_fsm(); bool is_my_address(uint8_t addr); void do_LAF(); |