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:
cuz
2001-10-25 19:13:36 +00:00
parent c80c2049b6
commit 7e65f64c6a
3 changed files with 32 additions and 11 deletions

View File

@@ -172,6 +172,7 @@ CIA2_CRB = $DD0F
; I/O: MMU
MMU_CR = $FF00
CC65_MMU_CFG = $0E ; Bank 0 with kernal ROM
; ---------------------------------------------------------------------------
; Super CPU