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:
Patrick Mackinlay 2020-10-07 19:30:15 +07:00
parent 4fb2dfeb69
commit 088cf0ad19
2 changed files with 186 additions and 200 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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>