summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/lh5801/lh5801.h
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2020-02-23 18:41:18 +0100
committer mooglyguy <therealmogminer@gmail.com>2020-02-23 18:43:15 +0100
commit907b59116073df15eaa3313eb60cff64c5104fd9 (patch)
tree0223982df73e6a1c2f44b016b0bd4c29114a36b0 /src/devices/cpu/lh5801/lh5801.h
parent6b02c2bb13254bd0754d9284fb3a4e9ea6802f46 (diff)
New machines marked as NOT_WORKING
---------------------------------- Nintendo Computer Mahjong [Ryan Holtz, Sean Riddle, Yasuhiro Ogawa] -lh5801: Cleaned up spacing, nw
Diffstat (limited to 'src/devices/cpu/lh5801/lh5801.h')
-rw-r--r--src/devices/cpu/lh5801/lh5801.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/devices/cpu/lh5801/lh5801.h b/src/devices/cpu/lh5801/lh5801.h
index 904369a35bf..85ca6598f4d 100644
--- a/src/devices/cpu/lh5801/lh5801.h
+++ b/src/devices/cpu/lh5801/lh5801.h
@@ -160,11 +160,11 @@ private:
void lh5801_push(uint8_t data);
void lh5801_push_word(uint16_t data);
void lh5801_jmp(uint16_t adr);
- void lh5801_branch_plus(int doit);
- void lh5801_branch_minus(int doit);
+ void lh5801_branch_plus(int taken);
+ void lh5801_branch_minus(int taken);
void lh5801_lop();
void lh5801_sjp();
- void lh5801_vector(int doit, int nr);
+ void lh5801_vector(int taken, int nr);
void lh5801_aex();
void lh5801_drl(address_space &space, int adr);
void lh5801_drr(address_space &space, int adr);
@@ -174,7 +174,6 @@ private:
void lh5801_shr();
void lh5801_am(int value);
void lh5801_ita();
-
};