Commit Graph

527 Commits

Author SHA1 Message Date
mpohoreski
ebd677e299 - Groundwork for Apple )(d Virtual Debug 2010-12-14 18:00:10 +00:00
tomch
6d6cab5c11 Update VS2005 vcproj:
- Generate PDB for release config
- XP Visual Themes
2010-12-11 22:35:14 +00:00
tomch
3f78405dc7 Rename ApplewinExpress.sln|vcproj > ApplewinExpress2005.sln|vcproj 2010-12-10 23:07:50 +00:00
tomch
f1943633fb 1.19.1: Updated VS2005 sln/vcproj 2010-12-10 22:56:04 +00:00
tomch
9abbe60b60 Wrap all instances of Speech API in USE_SPEECH_API 2010-11-24 22:39:20 +00:00
tomch
c51696ca8c Added (Debug|Release)-Win98 builds configs 2010-11-07 21:44:29 +00:00
tomch
6fedeb6de2 Add DDial (DiversiDial) disasm 2010-11-07 21:23:38 +00:00
tomch
c325525b3e Undo test 2010-09-12 19:40:55 +00:00
tomch
99681b931a Test 2010-09-12 19:40:28 +00:00
tomch
87ae02403b Removed Michael's hack for $C07D
- hooking an unused soft-switch to write the date/time into ProDOS's 4-byte date/time locations.
2010-09-07 20:13:15 +00:00
tomch
5b5ee858bc Added Nick's update to support NSC (GEOS driver).
Updated NSC docs with Nick's latest versions.
2010-09-06 20:15:05 +00:00
tomch
b8f54408c9 Moved NoSlotClock related docs to a sub-folder 2010-09-05 19:17:07 +00:00
tomch
a48c883f32 Added Nick's disasm of GEOS NSC driver 2010-09-05 19:12:55 +00:00
tomch
8d8d2de5e1 Fix: Previous commit broke growing of HDD images (normal file). 2010-09-05 12:11:33 +00:00
tomch
f49d2b4d6b Fix: Unplugged HDD persisted correctly to Registry.
Fix: Allow growing of HDD image within zip/gzip archives.
2010-09-04 21:17:29 +00:00
nick_westgate
b1bd2e814b More efficient No-Slot-Clock implementation with UINT64.
Cleaned up naming and method semantics.
Made some members public for save/restore state (not yet done).
2010-08-29 10:06:36 +00:00
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