From 5140d1486244b19dae09e3487b8c91aeedb84779 Mon Sep 17 00:00:00 2001 From: tomch Date: Fri, 24 Feb 2006 16:51:00 +0000 Subject: [PATCH] *** empty log message *** --- AppleWin/docs/Bugs.txt | 11 +++++++++++ AppleWin/docs/ToDo.txt | 27 +++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 AppleWin/docs/ToDo.txt diff --git a/AppleWin/docs/Bugs.txt b/AppleWin/docs/Bugs.txt index 8ed5fbcb..b9abca98 100644 --- a/AppleWin/docs/Bugs.txt +++ b/AppleWin/docs/Bugs.txt @@ -1,3 +1,14 @@ +1.12.8.0 bugs: + +. When running any program, when I go to reset the machine by clicking on the Apple logo again, + it never seems to reset cleanly and a bunch of garbage usually starts cycling through the screen. +. I notice the behavior with running Maniac Mansion is still present, where if you simply select + the Disk 1 and then start the emulator, it will get stuck shortly after accessing the disk drive + for a moment. But if, after selecting Disk 1, I start the debugger and then issue the "G" command, + it runs just fine. + +-------------- + 1.12.7.2 bugs: . FIXED: BRK opcode only pushes PC+1, not PC+2 to stack diff --git a/AppleWin/docs/ToDo.txt b/AppleWin/docs/ToDo.txt new file mode 100644 index 00000000..6c06cf0b --- /dev/null +++ b/AppleWin/docs/ToDo.txt @@ -0,0 +1,27 @@ +To-do list +========== + +This is a (non-exhaustive) list of stuff that I personally would like to get done: + +. Consolidate the Spkr_SubmitWaveBuffer() & Spkr_SubmitWaveBuffer_FullSpeed() funcs. +This will make the code cleaner & simpler. + +. Software mix Speaker & Mockingboard waves before submitting to sound-buffer. +This will: +a) fix the problem with speaker sound be rough when MB is active. +b) probably fix the problem with other processes having problems playing sound at the +same time as AppleWin. (Although I've not experienced this) +c) hopefully simplify things :) + +. Ditch support for sound via the PC speaker. + +. Run emulation (or message-pump?) in a seperate thread. +So that the sound is continuous when dragging the window or starting other applications, etc. + +. Add proper Votrax support (using PinMAME samples & code). + +. Fix SSI263 so that phonemes are overlapped (like Votrax). + +. Support for zipped disk images (r/w) & harddisk images (read-only, but maybe write too?) + +. Save-state supporting Phasor, harddisk & Ramworks III \ No newline at end of file