mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 00:30:17 +00:00
Removed item about DLL code, as this is now done
This commit is contained in:
parent
686ae4dc96
commit
0d1b9459f5
@ -34,8 +34,6 @@ To support Bob Bishop's intros
|
||||
|
||||
Plans for (1st pass) cleaning up are:
|
||||
. Ditch the x86 code to access the PC speaker + ditch PC speaker support
|
||||
. Ditch DLL support completely & re-factor any code that jumps through hoops to be compatible with DLLs:
|
||||
namely CpuCalcCycles() & CPU_FASTPAGING, etc.
|
||||
. The arrays ioread[] & iowrite[] in Memory.cpp should be switched from units of 1 byte to 16 bytes.
|
||||
This will yield 256 entries spanning [$C000…$CFFF] – currently it’s only [$C000…$C0FF]. This will mean that:
|
||||
a) cards with I/O mapped above $C0FF (eg Mockingboard, Mouse?) don’t have to be kludged as in the READ/WRITE macros in CPU.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user