changeset 2876:1ca5c484c7a7

joydrv_6551L.asm: Remove spurious ! (OR) from expression
author Tormod Volden <debian.tormod@gmail.com>
date Sun, 24 Nov 2013 15:48:17 +0100
parents 3231faca9642
children 7563dd60bfb3
files level2/modules/joydrv_6551L.asm
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level2/modules/joydrv_6551L.asm	Sun Nov 24 15:28:44 2013 +0100
+++ b/level2/modules/joydrv_6551L.asm	Sun Nov 24 15:48:17 2013 +0100
@@ -201,7 +201,7 @@
 	 lda	DataReg,x	dump it to the bitbucket
 	 lda	StatReg,x	likewise, clear any irq's pending
 * Now, enable the IRQ's
-	 ldd	#(TIC.RTS!Cmd.DTR!)*256+(DB.7!Ctl.RClk!BR.01200) enable rx IRQs
+	 ldd	#(TIC.RTS!Cmd.DTR)*256+(DB.7!Ctl.RClk!BR.01200) enable rx IRQs
 	 std	CmdReg,x and enable Rx IRQ's
 	 puls	cc	Fix the stack!
 	 rts	so stack = 0 now