-cc65-generated programs with the default setup run with the I/O area and a
-CHR bank enabled, which gives a usable memory range of $8000 - $FFF3.
-All boot ROM entry points may be called directly without additional code.
+cc65-generated programs with the default setup run with the memory map that was
+used by many PC-Engine games:
+
+
-The following pseudo variables, declared in the
+
@@ -156,7 +167,7 @@ No extended memory drivers are currently available for the PCE.
Note that the Japanese 6-button pad currently is not supported.
-
+
@@ -172,17 +183,13 @@ No serial drivers are currently available for the PCE.
-
The existing library for the PCE doesn't implement C file
I/O. There are no hacks for the
diff --git a/libsrc/pce/ctype.s b/libsrc/pce/ctype.s
index 16528bae9..aaedeb1a9 100644
--- a/libsrc/pce/ctype.s
+++ b/libsrc/pce/ctype.s
@@ -14,7 +14,7 @@
; of functions. Doing it by a table means some overhead in space, but it
; has major advantages:
;
-; * It is fast. If it were'nt for the slow parameter passing of cc65, one
+; * It is fast. If it weren't for the slow parameter passing of cc65, one
; could even define macros for the isxxx functions (this is usually
; done on other platforms).
;
diff --git a/libsrc/pce/ticktock.s b/libsrc/pce/ticktock.s
index 4e4d44d9a..433e00e8d 100644
--- a/libsrc/pce/ticktock.s
+++ b/libsrc/pce/ticktock.s
@@ -4,7 +4,7 @@
.include "extzp.inc"
ticktock:
- bbr5 vdc_flags,@s1 ; not vertical-blank interrupt
+ bbr5 vdc_flags,@s1 ; skip if not vertical-blank interrupt
; Increment the system tick counter.
inc tickcount