summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/g65816/g65816op.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-04-27 09:18:17 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-04-27 09:18:17 +0000
commit9eb86548bbb847ca2fc01f04fc3a4caa3568aefe (patch)
tree7bc8d0a67746251f1ec2dc38d52a1e8da5c381be /src/emu/cpu/g65816/g65816op.h
parent5d4816b66528f07a78ce8470413c524cbb57c799 (diff)
Added missing casts and made other tweaks. The entire project
can now be optionally compiled with the C++ compiler (mingw g++ only for the moment; MSVC still has issues).
Diffstat (limited to 'src/emu/cpu/g65816/g65816op.h')
-rw-r--r--src/emu/cpu/g65816/g65816op.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/cpu/g65816/g65816op.h b/src/emu/cpu/g65816/g65816op.h
index a45c250983c..c4ef95fa652 100644
--- a/src/emu/cpu/g65816/g65816op.h
+++ b/src/emu/cpu/g65816/g65816op.h
@@ -2253,6 +2253,7 @@ OP(ff, OP_SBC ( ALX ) ) /* SBC alx (G) */
+extern TABLE_OPCODES;
TABLE_OPCODES =
{
O(00),O(01),O(02),O(03),O(04),O(05),O(06),O(07),