Commit Graph

511 Commits

Author SHA1 Message Date
tomch
a7ba47cd7e Added Nick's No-Slot-Clock support to trunk & bumped ver to 1.19.0.0 2010-08-28 20:04:24 +00:00
tomch
692467a8df Added FAQ.txt 2010-08-25 10:57:06 +00:00
tomch
c1451b3476 Updated History.txt 2010-08-17 08:07:41 +00:00
tomch
640ad2bea2 Bump version to 1.18.2.0 2010-08-17 07:56:34 +00:00
tomch
fd2eef7125 Fixes for:
BUG#017055 - DDial timer running very fast
. TAPEIN.bit7 was being read from floating-bus. Now fixed high.
BUG#007237 - VBl IO reg not updated in 'Stepping' mode
2010-08-17 07:52:23 +00:00
tomch
09a89c55d7 Bug fix: Loading save-state file (.aws) wasn't Win32-closing .dsk images in drives. Problem if Drive1 contained eg. Skyfox.dsk and you attempt to load a .aws with the same Skyfox.dsk.
Also change F11/F12 behaviour, now:
- Load save-state tries to load Prop Sheet's .aws filename first
- Save save-state tries to save as <Drive1-Filename>.aws first
2010-08-01 19:51:11 +00:00
mpohoreski
c76d1db0cd fixed comment that was mangled in global search-n-replace of 'mode' for "TV emulation mode" 2010-07-07 15:23:16 +00:00
mpohoreski
7165416725 fixed comment that was mangled in global search-n-replace of 'mode' 2010-07-07 15:20:02 +00:00
mpohoreski
83e204420b - Finished Version 2 cleanup of opcode table 2010-06-13 14:34:41 +00:00
mpohoreski
f750c0069c - moved 3 char addressing modes to cpu_general.inl
- moved 6502/6502c short-hand mnemonics to cpu_instructions.inl
2010-06-13 14:33:38 +00:00
mpohoreski
a70002bbd6 Moved debugger files to source/debugger 2010-06-11 15:55:02 +00:00
mpohoreski
b92641692f Project Cleanup
- moved source filename links in project to folders
 . Debugger
 . Disk
 . Emulator
- added extra include dirs
2010-06-11 15:54:25 +00:00
mpohoreski
e2fdb7e6e0 2010-06-11 15:41:58 +00:00
mpohoreski
e1225905bb debugger source cleanup -> moved 'source/debugger' 2010-06-11 15:38:22 +00:00
mpohoreski
6ae04e5dc9 renamed "Core" to "Emulator" 2010-06-11 15:36:58 +00:00
mpohoreski
4af1632c06 Prep cleanup for moving all non-debug, non-cpu related source files to "Core" 2010-06-11 15:28:30 +00:00
mpohoreski
b86ccdf3a7 Added: cpu/cpu6502* files to project 2010-06-10 16:02:26 +00:00
mpohoreski
d6cd1350bb - Finished Version 2 cleanup of opcode table 2010-06-10 15:56:21 +00:00
mpohoreski
50b8dea0f9 removed superfluous tabspace 2010-06-10 15:55:54 +00:00
mpohoreski
d2b6f57f61 2010-06-10 15:39:06 +00:00
mpohoreski
25c73ccf66 - Fixed spelling mistakes IncClamp8, DecClamp8
- Finished Version 1 cleanup of opcode table
- Started Version 2 cleanup of opcode table
2010-06-10 15:34:49 +00:00
mpohoreski
8b4f955e23 Fixed spelling optimization
Consistent TODO Optimization Note
2010-06-10 15:31:12 +00:00
mpohoreski
7fe50dc99d Added GPL header 2010-06-10 14:33:16 +00:00
mpohoreski
5f654ce1b5 Split 6502 cores. Now includes cpu/cpu6502*.h 2010-06-10 14:15:42 +00:00
mpohoreski
980f87b92c Renamed to .h to include in solution without having to manually change "Skip Build" 2010-06-10 14:13:41 +00:00
mpohoreski
2126070042 Split from cpu.cpp 2010-06-10 14:06:42 +00:00
mpohoreski
8dad91c7d6 Updated copyright year,
start cpu cleanup - move 6502 macros to cpu/
2010-06-10 14:01:22 +00:00
mpohoreski
87b46e3f65 2010-06-10 14:00:01 +00:00
mpohoreski
7fb3ded1b4 initial version- still needs to be cleaned up 2010-06-10 13:59:31 +00:00
mpohoreski
eecb44b741 Split from cpu.cpp 2010-06-10 13:57:05 +00:00
mpohoreski
a2009261c0 Split from cpu.cpp
Added #undef to all instructions to allow multiple #including
2010-05-19 14:49:26 +00:00
mpohoreski
aa6bb2c49f Cleanup 2010-05-19 14:47:06 +00:00
tomch
173fc96c0a Bump version to 1.18.1.0 2010-02-14 21:14:59 +00:00
tomch
f24971f582 Merge from Tom: r683
Added Speech API support:
. Capture char output to COUT
. Enable speech via -speech cmd-line
. Ctrl+Reset and FullSpeed mode purge the speech buffers
Removed #pragma hdrstop from all .cpp files except AppleWin.cpp (which is the PCH create file)
2010-02-14 21:11:26 +00:00
tomch
4bfb54b85d Fix: 'Debugger RUN <script-file> still not 100%' (Bug #16688)
. Honour absolute path (ie. don't prefix with CWD)
2010-01-30 15:51:33 +00:00
tomch
09d8ae4a88 Fix: 'Debugger: G xxxx not clearing BP' (Bug #16699) 2010-01-22 23:11:48 +00:00
tomch
72f20a2433 Minor tweaks to notes 2010-01-17 22:45:07 +00:00
tomch
79f7b61542 Bump version to 1.18.0.0
Updated History.txt
2010-01-17 20:04:51 +00:00
tomch
b619d8a146 Merge from Tom: 674-676
Fix cmd-line -d1/d2 switches with relative path (Bug #16632)
Fix speaker volume when booting with -d1 switch

Fix debugger bugs:
- Crash when doing: help *
- Crash when doing: run script.txt (Bug #16651)

Fix "Harddisk images aren't persisted when in different folders" (Bug #16652)
2010-01-17 18:43:06 +00:00
tomch
7faf6c2034 Merge from Tom:
. Don't create HDV file (when it doesn't exist).
. Bug fix when iterating through image types.
2010-01-05 22:25:33 +00:00
tomch
88bdf4601c Disk/HardDisk image r/w support for .gz/.zip (and .2mg) files.
. Multi-zip archives are read-only.
Added disk/harddisk eject sub-menu to Disk Config tab.
Removed .bin registration.
Added zlib & zip libs to project (VS 2008 Express).
2010-01-03 18:43:08 +00:00
tomch
7123b79f25 Updated History.txt 2009-12-24 11:50:52 +00:00
tomch
c4fddaed2c Updated History.txt 2009-12-24 11:20:03 +00:00
tomch
67d16dfb39 Tweak to index.php 2009-12-13 14:24:05 +00:00
tomch
3238d50c53 1.17.2 (index.php) 2009-12-13 11:33:46 +00:00
tomch
997c68dd10 1.17.2 2009-12-13 11:23:23 +00:00
tomch
d725771186 Fix ASSERT when SSC is accessed, but Serial Port 'None' is selected 2009-12-12 12:50:53 +00:00
tomch
2b31065e93 Debugger: Support old AppleWin GO cmd 2009-12-12 12:33:45 +00:00
tomch
fa6ceead06 Fix docs on breakpoints (BC,BD,BE,BL -> BPC,BPD,BPE,BPL) 2009-12-12 11:40:11 +00:00
tomch
d0e0e6aa43 Fix Wizardry crash when open Config dialog on Wizardry's Start Page:
- Needed to init the Serial Port menu choices
- Added extra NULL check too
Cleaned-up PropertySheetPage.cpp code.
2009-12-12 11:04:22 +00:00