summaryrefslogtreecommitdiff
path: root/src/cpu/addressing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/addressing.h')
-rw-r--r--src/cpu/addressing.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/cpu/addressing.h b/src/cpu/addressing.h
index c520535..2c9c63a 100644
--- a/src/cpu/addressing.h
+++ b/src/cpu/addressing.h
@@ -13,8 +13,11 @@ void* current_instruction;
#define getInstructionLength(c) fAddressGetLength(*getInstructionTableAddressing(c))
-int fAddressGetLength(Addressing addr);
-AddData fAddress(Addressing addr, short x);
+address fAddressGetAddress (Addressing mode, short x );
+int fAddressGetLength (Addressing mode );
+byte fAddressGetValue (Addressing mode, short x, address addr);
+int fAddressGetCycles (Addressing mode, short x, address addr);
+AddData fAddress (Addressing mode, short x);
#endif \ No newline at end of file