mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
m68hc16: Update CPU16 core
- Reduce code duplication by making most loads subroutines in the state machine - Add ASLW, ASRW, LSRW, ROLW and RORW instructions to emulation - Fix overflow flag for 16-bit shifts
This commit is contained in:
parent
439bc76f2b
commit
ecd02a067f
File diff suppressed because it is too large
Load Diff
@ -114,6 +114,7 @@ private:
|
||||
|
||||
// misc. state
|
||||
seq m_sequence;
|
||||
seq m_return_sequence;
|
||||
u32 m_ea;
|
||||
u16 m_tmp;
|
||||
bool m_start;
|
||||
|
Loading…
Reference in New Issue
Block a user