Add DOS33, ProDOS243, and ProDOS 243 boot sector

This commit is contained in:
michaelangel007 2025-01-14 01:29:17 -08:00
parent dfcc2d7d73
commit cd6b1a47ff
5 changed files with 7 additions and 1 deletions

Binary file not shown.

BIN
firmware/OS/dos33c.bin Normal file

Binary file not shown.

BIN
firmware/OS/prodos243.bin Normal file

Binary file not shown.

View File

@ -343,7 +343,10 @@ IDR_TKCLOCK_FW FIRMWARE "TKClock.rom"
/// We write our own custom boot sector so the user doesn't crash to the monitor when booting it.
/// Technically not firmware but since it never changes we put this resource here.
/// </summary>
IDR_BOOT_SECTOR FIRMWARE "firmware/BootSector/bootsector.bin"
IDR_BOOT_SECTOR FIRMWARE "firmware/BootSector/bootsector.bin"
IDR_OS_DOS33 FIRMWARE "firmware/OS/dos33c.bin"
IDR_OS_PRODOS243 FIRMWARE "firmware/OS/prodos243.bin"
IDR_BOOT_SECTOR_PRODOS243 FIRMWARE "firmware/OS/bootsector_prodos243.bin"
/////////////////////////////////////////////////////////////////////////////
//

View File

@ -61,6 +61,9 @@
#define IDB_CHARSET82 158
#define IDB_CHARSET8C 159
#define IDB_DEBUG_FONT_7_by_8 160
#define IDR_OS_DOS33 161
#define IDR_OS_PRODOS243 162
#define IDR_BOOT_SECTOR_PRODOS243 163
#define IDC_KEYB_BUFFER_ENABLE 1005
#define IDC_SAVESTATE 1006
#define IDC_SAVESTATE_ON_EXIT 1007