mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
Fix a reg-ex replace issue - Thx Andrew Gardner!
This commit is contained in:
parent
e4550f0b66
commit
e6b9dd6ef7
@ -46,7 +46,7 @@
|
|||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
PCU
|
PCU
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
//static CPU_RESET( pcu );
|
static void pcu_reset(void);
|
||||||
#define PC (core.PCU.pc)
|
#define PC (core.PCU.pc)
|
||||||
#define LA (core.PCU.la)
|
#define LA (core.PCU.la)
|
||||||
#define LC (core.PCU.lc)
|
#define LC (core.PCU.lc)
|
||||||
|
Loading…
Reference in New Issue
Block a user