3 Commits

Author SHA1 Message Date
Andreas Baumann
b207534426 Initial version for supporting the IMC-2001 (Taiwanese Apple ][ clone):
* a new entry in the list of clones and a dedicated RUN button
* has differences in IMC2001.rom to support Apple ][e like
  lowercase characters in the monitor ROM
* the video ROM for 40-character more IMC2001-Video.rom is quite different
  (mainly to support lowercase ASCII characters in NORMAL mode)
* the keybaord act more like a Apple][e, decided to use the CAPS mode
  switch as for the Apple][e in the emulator
* TODO: support for special keyboard features like the separate HOME, DEL,
  UP, DOWN, LEFT, RIGHT block of keys. Also F1 to F12 keys which are
  hard-coded in the keyboard ROM (with a switch for APPLE and CP/M mode)
2024-11-08 11:21:39 +01:00
TomCh
b371e3436f
Support HDC SmartPort firmware for Enhanced //e (#1207, PR #1314)
Added new SmartPort Harddisk Controller (HDC) firmware for Enhanced //e. (@burniouf)
. remove the old DOSMaster entrypoints.
. firmware ID byte (at $FE) defaults to 4 ProDOS block devices (was 2 with older v2 f/w).
Enhanced //e defaults to using SP f/w, and older Apple II's still use the older v2 f/w.
Support up to 8 units per HDC (currently limited to 4GiB capacity for each unit).
Save-state: save HDC firmware in state file.
New slot-specific switches to configure each HDC's firmware: -s<N> -hdc-[sp|bm2|bm4].
New switch to select old non-SP firmware for all HDCs: -hdc-firmware-v2.
2024-07-28 16:12:36 +01:00
tomcw
67eafa8e91 Add VS2022 sln & proj files
. Debug & Release now using:
    Windows SDK 10.0 & Platform Toolset VS2022 (v143)
. Debug v141_xp & Release v141_xp still using:
    Windows SDK 7.0 & Platform Toolset VS2017 - WinXP (v141_xp)
2023-05-28 21:23:56 +01:00