mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Applied mainline PCem commit: Added code generation for RMW versions of ADD/SUB/OR/XOR/AND.
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
/* Copyright holders: Sarah Walker
|
||||
see COPYING for more details
|
||||
*/
|
||||
typedef uint32_t (*RecompOpFn)(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_t *block);
|
||||
|
||||
extern RecompOpFn recomp_opcodes[512];
|
||||
|
||||
Reference in New Issue
Block a user