Removed item about DLL code, as this is now done

This commit is contained in:
tomch 2007-02-13 20:16:41 +00:00
parent 686ae4dc96
commit 0d1b9459f5
1 changed files with 0 additions and 2 deletions

View File

@ -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 its only [$C000…$C0FF]. This will mean that:
a) cards with I/O mapped above $C0FF (eg Mockingboard, Mouse?) dont have to be kludged as in the READ/WRITE macros in CPU.cpp