mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
ns32000: many bug fixes
* fixed many instruction bugs * implemented cmpm instruction * reworked pc increment to better support prefetch * tightened up decoding
This commit is contained in:
parent
4fb2dfeb69
commit
088cf0ad19
File diff suppressed because it is too large
Load Diff
@ -142,6 +142,7 @@ private:
|
||||
bool m_nmi_line;
|
||||
bool m_int_line;
|
||||
bool m_wait;
|
||||
bool m_sequential;
|
||||
};
|
||||
|
||||
class ns32008_device : public ns32000_device<0>
|
||||
|
Loading…
Reference in New Issue
Block a user