mirror of
https://github.com/holub/mame
synced 2025-04-24 17:30:55 +03:00
fix TSY instruction in M4510 cpu (used in MESS)
This commit is contained in:
parent
3d339e51f7
commit
58be08f089
@ -38,8 +38,7 @@
|
||||
|
||||
#undef NOP
|
||||
#define NOP \
|
||||
m4510.interrupt_inhibit = 0; \
|
||||
/* SEI */
|
||||
m4510.interrupt_inhibit = 0;
|
||||
|
||||
/* c65 docu says transfer of axyz to the mapper register
|
||||
so no readback!? */
|
||||
|
@ -954,7 +954,7 @@
|
||||
* TSY Transfer stack pointer to index y
|
||||
***************************************************************/
|
||||
#define TSY \
|
||||
Y = SPL; \
|
||||
Y = SPH; \
|
||||
SET_NZ(Y)
|
||||
|
||||
/* 65ce02 ******************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user