Skip to content

Commit

Permalink
Merge pull request #8 from t-paul/update-caos
Browse files Browse the repository at this point in the history
Add CAOS 4.7 beta (21.02.2017) and 4.8 Patch 7 (05.01.2024).
  • Loading branch information
t-paul committed Apr 22, 2024
2 parents 81c25a2 + 2d2b410 commit 4045711
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roms/kc85/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,18 @@ ROMS = \
caos45e.855 \
caos46c.855 \
caos46e.855 \
caos47c.855 \
caos47e.855 \
caos48c.855 \
caos48e.855 \
floppy20.rom \
floppy30.rom \
floppy31.rom \
floppy32.rom \
floppy33.853 \
floppy33.854 \
user46.855 \
user47.855 \
vdip12.rom \
vdip21.rom \
m006.rom \
Expand Down
Binary file added roms/kc85/caos47c.855
Binary file not shown.
Binary file added roms/kc85/caos47e.855
Binary file not shown.
Binary file added roms/kc85/caos48c.855
Binary file not shown.
Binary file added roms/kc85/caos48e.855
Binary file not shown.
Binary file added roms/kc85/user47.855
Binary file not shown.
5 changes: 5 additions & 0 deletions src/kc/prefs/types.cc
Original file line number Diff line number Diff line change
Expand Up @@ -689,17 +689,22 @@ SystemInformation::SystemInformation(void) {
"caos__c0.855", _("CAOS 4.4 (C)"),
"caos45c.855", _("CAOS 4.5 (C)"),
"caos46c.855", _("CAOS 4.6 beta (27.03.2016) (C)"),
"caos47c.855", _("CAOS 4.7 beta (21.02.2017) (C)"),
"caos48c.855", _("CAOS 4.8 (05.01.2024) (C)"),
NULL)
.add_rom(SystemROM::ROM_KEY_CAOSE, 0x2000, 1,
"caos43e.855", _("CAOS 4.3 (E)"),
"caos__e0.855", _("CAOS 4.4 (E)"),
"caos45e.855", _("CAOS 4.5 (E)"),
"caos46e.855", _("CAOS 4.6 beta (27.03.2016) (E)"),
"caos47e.855", _("CAOS 4.7 beta (21.02.2017) (E)"),
"caos48e.855", _("CAOS 4.8 (05.01.2024) (E)"),
NULL)
.add_rom(SystemROM::ROM_KEY_BASIC, 0x8000, 1,
"basic_c0.855", _("KC-BASIC (EDAS/TEMO/FORTH)"),
"basicusb.855", _("KC-BASIC (EDAS/TEMO/USB)"),
"user46.855", _("USER 4.6 (27.03.2016)"),
"user47.855", _("USER 4.7 (21.02.2017)"),
NULL)
.add_rom(SystemROM::ROM_KEY_D004_FC, 0x2000, 3,
"floppy20.rom", _("D004 Version 2.0 (02.01.1989)"),
Expand Down

0 comments on commit 4045711

Please sign in to comment.