Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@2791 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -342,7 +342,7 @@ STATUS: lda ACIA_STATUS
|
|||||||
|
|
||||||
IOCTL: lda #<SER_ERR_INV_IOCTL ; We don't support ioclts for now
|
IOCTL: lda #<SER_ERR_INV_IOCTL ; We don't support ioclts for now
|
||||||
ldx #>SER_ERR_INV_IOCTL
|
ldx #>SER_ERR_INV_IOCTL
|
||||||
; rts ; Run into IRQ instead
|
rts ; Run into IRQ instead
|
||||||
|
|
||||||
;----------------------------------------------------------------------------
|
;----------------------------------------------------------------------------
|
||||||
; IRQ: Called from the builtin runtime IRQ handler as a subroutine. All
|
; IRQ: Called from the builtin runtime IRQ handler as a subroutine. All
|
||||||
|
|||||||
Reference in New Issue
Block a user