mirror of
https://github.com/holub/mame
synced 2025-05-29 09:03:08 +03:00
Minor cleanup.
This commit is contained in:
parent
a32c0764e9
commit
21920d4e44
@ -76,8 +76,6 @@
|
||||
/* execution semantics */
|
||||
#define OPFLAG_READS_MEMORY 0x00080000 /* instruction reads memory */
|
||||
#define OPFLAG_WRITES_MEMORY 0x00100000 /* instruction writes memory */
|
||||
#define OPFLAG_VARIABLE_SHIFT 0x00200000 /* instruction performs a variable count shift */
|
||||
#define OPFLAG_MULTIPLY_DIVIDE 0x00400000 /* instruction performs a multiply/divide */
|
||||
|
||||
|
||||
|
||||
|
@ -29,18 +29,6 @@
|
||||
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
CONSTANTS
|
||||
***************************************************************************/
|
||||
|
||||
/* this defines a branch targetpc that is dynamic at runtime */
|
||||
#define BRANCH_TARGET_DYNAMIC (~0)
|
||||
|
||||
|
||||
/* opcode branch flags */
|
||||
#define OPFLAG_IS_UNCONDITIONAL_BRANCH 0x00000001 /* instruction is unconditional branch */
|
||||
|
||||
|
||||
/***************************************************************************
|
||||
FUNCTION PROTOTYPES
|
||||
***************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user