mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Removed a misleading warning message, this is already supported by the CPU core (not worth mentioning
This commit is contained in:
parent
4817bef0ec
commit
00c96e8632
@ -1096,8 +1096,7 @@ INLINE void WRMEM(h6280_Regs* cpustate, offs_t addr, UINT8 data) {
|
|||||||
* SET Set t flag
|
* SET Set t flag
|
||||||
***************************************************************/
|
***************************************************************/
|
||||||
#define SET \
|
#define SET \
|
||||||
P |= _fT; \
|
P |= _fT;
|
||||||
logerror("%04x: WARNING H6280 SET\n",PCW)
|
|
||||||
|
|
||||||
/* 6280 ********************************************************
|
/* 6280 ********************************************************
|
||||||
* SMB Set memory bit
|
* SMB Set memory bit
|
||||||
|
Loading…
Reference in New Issue
Block a user