summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/viper.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/mame/drivers/viper.c
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/mame/drivers/viper.c')
-rw-r--r--src/mame/drivers/viper.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/drivers/viper.c b/src/mame/drivers/viper.c
index ad4c2812fe5..77aa5bc784d 100644
--- a/src/mame/drivers/viper.c
+++ b/src/mame/drivers/viper.c
@@ -191,14 +191,14 @@ An additional control PCB is used for Mocap Golf for the golf club sensor. It co
Driver by Ville Linde
- DASM code snippets:
-
- 00FE0B8C: addi r31,r3,0x0000
- 00FE0B90: lwz r3,0x0040(r1)
- 00FE0B94: cmpi r31,0x0000 ;offending check, understand where r3 comes from!
- 00FE0B98: lwz r4,0x0044(r1)
- 00FE0B9C: addic r5,r1,0x0058
- 00FE0BA0: bne 0x00FE0C00
+ DASM code snippets:
+
+ 00FE0B8C: addi r31,r3,0x0000
+ 00FE0B90: lwz r3,0x0040(r1)
+ 00FE0B94: cmpi r31,0x0000 ;offending check, understand where r3 comes from!
+ 00FE0B98: lwz r4,0x0044(r1)
+ 00FE0B9C: addic r5,r1,0x0058
+ 00FE0BA0: bne 0x00FE0C00
*/