From 26e62ae730f3049d3ca4997759221782d1809ac6 Mon Sep 17 00:00:00 2001 From: tomch Date: Tue, 13 Feb 2007 20:16:41 +0000 Subject: [PATCH] Removed item about DLL code, as this is now done --- docs/ToDo.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/ToDo.txt b/docs/ToDo.txt index 52461b2b..6529a326 100644 --- a/docs/ToDo.txt +++ b/docs/ToDo.txt @@ -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