Skip to content

Commit

Permalink
PC/M: provide v3.31 boot disk for BWS 80x24
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Linz <[email protected]>
  • Loading branch information
rexut committed Nov 5, 2022
1 parent be965f7 commit 27d0126
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file added src/disks/pcm/pcmsys331_80x24.dump.gz
Binary file not shown.
6 changes: 6 additions & 0 deletions src/jkcemu/emusys/PCM.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ public class PCM extends EmuSys implements
"PC/M v3.31 Boot-Diskette (64x16 Zeichen)",
2, 2048, true );

private static FloppyDiskInfo disk80x24v331 = new FloppyDiskInfo(
"/disks/pcm/pcmsys331_80x24.dump.gz",
"PC/M v3.31 Boot-Diskette (80x24 Zeichen)",
2, 2048, true );

private static FloppyDiskInfo disk80x24ssrc = new FloppyDiskInfo(
"/disks/pcm/pcmsys_src.dump.gz",
"PC/M Systemquellen (Boot-Diskette f\u00FCr 80x24)",
Expand All @@ -81,6 +86,7 @@ public class PCM extends EmuSys implements
disk64x16v330,
disk80x24v330,
disk64x16v331,
disk80x24v331,
disk80x24ssrc };

private static byte[] bdos = null;
Expand Down

0 comments on commit 27d0126

Please sign in to comment.