mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-03 11:30:22 +00:00
b371e3436f
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.
27 lines
659 B
PHP
27 lines
659 B
PHP
;--------------------------------------
|
|
CH = $24 ; CURSOR HORIZONTAL
|
|
CV = $25 ; CURSOR VERTICAL
|
|
|
|
BASL = $28 ; TEXT BASE LOW
|
|
BASH = $29 ; TEXT BASE HIGH
|
|
|
|
INVFLG = $32 ; NORMAL/INVERSE /FLASH (FF,7F,3F)
|
|
;--------------------------------------
|
|
MON_POWERUP = $3F2
|
|
MON_POWERUPBYTE = $3F4
|
|
;--------------------------------------
|
|
MON_SLOOP = $FABA
|
|
MON_SETTXT = $FB39
|
|
MON_HOME = $FC58
|
|
MON_VTABA = $FC24
|
|
MON_CR = $FC62
|
|
MON_CROUT = $FD8E
|
|
MON_PRBYTE = $FDDA
|
|
MON_COUT = $FDED
|
|
MON_INVERSE = $FE80
|
|
MON_NORM = $FE84
|
|
MON_IN0 = $FE89
|
|
MON_PR0 = $FE93
|
|
MON_RTS = $FF58
|
|
;--------------------------------------
|