Debug the rs232 routines. This involved using two new segments, STARTUP
and NMI to make sure the NMI handler is loaded into the low 16K of memory which are active when the control is passed from the ROM NMI stub to the user handler. git-svn-id: svn://svn.cc65.org/cc65/trunk@1086 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -172,6 +172,7 @@ CIA2_CRB = $DD0F
|
||||
; I/O: MMU
|
||||
|
||||
MMU_CR = $FF00
|
||||
CC65_MMU_CFG = $0E ; Bank 0 with kernal ROM
|
||||
|
||||
; ---------------------------------------------------------------------------
|
||||
; Super CPU
|
||||
|
||||
Reference in New Issue
Block a user