mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-04-10 15:39:06 +00:00
Add DOS33, ProDOS243, and ProDOS 243 boot sector
This commit is contained in:
parent
dfcc2d7d73
commit
cd6b1a47ff
BIN
firmware/OS/bootsector_prodos243.bin
Normal file
BIN
firmware/OS/bootsector_prodos243.bin
Normal file
Binary file not shown.
BIN
firmware/OS/dos33c.bin
Normal file
BIN
firmware/OS/dos33c.bin
Normal file
Binary file not shown.
BIN
firmware/OS/prodos243.bin
Normal file
BIN
firmware/OS/prodos243.bin
Normal file
Binary file not shown.
@ -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"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user