diff --git a/applecorn.po b/applecorn.po index b9f3daa..6628395 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/auxmem.init.s b/auxmem.init.s index 4a641aa..26c0ad8 100644 --- a/auxmem.init.s +++ b/auxmem.init.s @@ -177,7 +177,7 @@ BYTE00XX BEQ BYTE00A ; OSBYTE 0,0 - generate error RTS ; %000x1xxx host type, 'A'pple BYTE00A BRK DB $F7 -HELLO ASC 'Applecorn MOS 2021-09-29' +HELLO ASC 'Applecorn MOS 2021-10-10' DB $00 ; Unify MOS messages diff --git a/auxmem.misc.s b/auxmem.misc.s index 52fdb92..39f0a27 100644 --- a/auxmem.misc.s +++ b/auxmem.misc.s @@ -415,7 +415,7 @@ IRQBRKHDLR PHA :IRQ >>> XF2MAIN,A2IRQ ; Bounce to Apple IRQ handler IRQBRKRET >>> IENTAUX ; IENTAUX does not do CLI - PLA ; TODO: Pass on to IRQ1V + PLA ; TO DO: Pass on to IRQ1V TAX PLA NULLRTI RTI diff --git a/mainmem.wild.s b/mainmem.wild.s index a02b6b2..4fac8fe 100644 --- a/mainmem.wild.s +++ b/mainmem.wild.s @@ -93,7 +93,7 @@ WILDNEXT LDX MFTEMP ; Length of MFTEMP * Different version of WILDNEXT which is used by the *INFO handler * Because it needs to intercept each block. -* TODO: Once this works, refactor/cleanup +* TO DO: Refactor/cleanup WILDNEXT2 LDX MFTEMP ; Length of MFTEMP :L1 CPX #$00 ; Find final segment (previous match) BEQ :AGAIN