Skip to content

Commit d51c656

Browse files
committed
Merge branch 'master' of https://github.com/ajcasado/FUZIX
2 parents bb30b41 + 678f1cb commit d51c656

File tree

1 file changed

+6
-1
lines changed
  • Kernel/platform/platform-cpc6128

1 file changed

+6
-1
lines changed

Kernel/platform/platform-cpc6128/README

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The CPC6128 supported memory maps:
88
-MAP- C0 C1 C2 C3 C4 C5 C6 C7
99
0000-3FFF RAM_0 RAM_0 RAM_4 RAM_0 RAM_0 RAM_0 RAM_0 RAM_0
1010
4000-7FFF RAM_1 RAM_1 RAM_5 RAM_3 RAM_4 RAM_5 RAM_6 RAM_7
11-
8000-BFFF RAM_2 RAM_2 RAM_6 RAM_2 RAM_2 RAM_2 RAM_2 RAM_2
11+
8000-BFFF RAM_2 RAM_2 RAM_6 RAM_2 RAM_2 RAM_2 RAM_2 RAM_2DATA
1212
C000-FFFF RAM_3 RAM_7 RAM_7 RAM_7 RAM_3 RAM_3 RAM_3 RAM_3
1313

1414
This port is based on the zx+3 port, following Alan Cox's suggestion to take advantage of the fact that memory maps C1, C2 and C3 correspond to the maps used in the zx+3 port.
@@ -58,4 +58,9 @@ Switch to a thunked memory model based on C2 Map to use the standard and extende
5858

5959
Look for speed optimization opportunities.
6060

61+
## BUILD & RUN
62+
63+
make diskimage with cpc6128 target in base Makefile
64+
.sna snapshot, .dsk Floppy image, and mass storage filesystem images are generated in Images folder. Tu boot from floppy use |cpm command from basic prompt
65+
6166

0 commit comments

Comments
 (0)