mirror of
https://github.com/holub/mame
synced 2025-05-04 05:23:22 +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
|
#undef NOP
|
||||||
#define NOP \
|
#define NOP \
|
||||||
m4510.interrupt_inhibit = 0; \
|
m4510.interrupt_inhibit = 0;
|
||||||
/* SEI */
|
|
||||||
|
|
||||||
/* c65 docu says transfer of axyz to the mapper register
|
/* c65 docu says transfer of axyz to the mapper register
|
||||||
so no readback!? */
|
so no readback!? */
|
||||||
|
@ -954,7 +954,7 @@
|
|||||||
* TSY Transfer stack pointer to index y
|
* TSY Transfer stack pointer to index y
|
||||||
***************************************************************/
|
***************************************************************/
|
||||||
#define TSY \
|
#define TSY \
|
||||||
Y = SPL; \
|
Y = SPH; \
|
||||||
SET_NZ(Y)
|
SET_NZ(Y)
|
||||||
|
|
||||||
/* 65ce02 ******************************************************
|
/* 65ce02 ******************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user