mpohoreski
cf73f7b095
- Groundwork for Apple )(d Virtual Debug
2010-12-14 18:00:10 +00:00
tomch
6b4eccc954
Update VS2005 vcproj:
...
- Generate PDB for release config
- XP Visual Themes
2010-12-11 22:35:14 +00:00
tomch
03bb4874a3
Rename ApplewinExpress.sln|vcproj > ApplewinExpress2005.sln|vcproj
2010-12-10 23:07:50 +00:00
tomch
0d7cdc825b
1.19.1: Updated VS2005 sln/vcproj
2010-12-10 22:56:04 +00:00
tomch
2143d063c9
Wrap all instances of Speech API in USE_SPEECH_API
2010-11-24 22:39:20 +00:00
tomch
a10750b7bd
Added (Debug|Release)-Win98 builds configs
2010-11-07 21:44:29 +00:00
tomch
ad4fb0ccc0
Add DDial (DiversiDial) disasm
2010-11-07 21:23:38 +00:00
tomch
6e7b85f011
Undo test
2010-09-12 19:40:55 +00:00
tomch
e533a89244
Test
2010-09-12 19:40:28 +00:00
tomch
2fccb0a83f
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
d6eac54ab2
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
9ccec9dc7e
Moved NoSlotClock related docs to a sub-folder
2010-09-05 19:17:07 +00:00
tomch
00afca839b
Added Nick's disasm of GEOS NSC driver
2010-09-05 19:12:55 +00:00
tomch
807ee999e2
Fix: Previous commit broke growing of HDD images (normal file).
2010-09-05 12:11:33 +00:00
tomch
b3a6b49c50
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
80b502dc2b
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
8acfc32c91
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
afa71997b3
Added FAQ.txt
2010-08-25 10:57:06 +00:00
tomch
2d5edfa7e2
Updated History.txt
2010-08-17 08:07:41 +00:00
tomch
095adb14b5
Bump version to 1.18.2.0
2010-08-17 07:56:34 +00:00
tomch
316dc7c0a6
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
1490e77037
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
7048bcf8c2
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
b9d6f7a46e
fixed comment that was mangled in global search-n-replace of 'mode'
2010-07-07 15:20:02 +00:00
mpohoreski
dd026a9766
- Finished Version 2 cleanup of opcode table
2010-06-13 14:34:41 +00:00
mpohoreski
fe142e946d
- 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
d7801ca391
Moved debugger files to source/debugger
2010-06-11 15:55:02 +00:00
mpohoreski
b9e0112284
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
7e3cf1b1c7
2010-06-11 15:41:58 +00:00
mpohoreski
b9a2c7cd5f
debugger source cleanup -> moved 'source/debugger'
2010-06-11 15:38:22 +00:00
mpohoreski
c946cb00bb
renamed "Core" to "Emulator"
2010-06-11 15:36:58 +00:00
mpohoreski
9851fdbb99
Prep cleanup for moving all non-debug, non-cpu related source files to "Core"
2010-06-11 15:28:30 +00:00
mpohoreski
144a8095b0
Added: cpu/cpu6502* files to project
2010-06-10 16:02:26 +00:00
mpohoreski
586d02e871
- Finished Version 2 cleanup of opcode table
2010-06-10 15:56:21 +00:00
mpohoreski
2102f9c985
removed superfluous tabspace
2010-06-10 15:55:54 +00:00
mpohoreski
0b2f87b184
2010-06-10 15:39:06 +00:00
mpohoreski
5890d845c0
- 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
67160893be
Fixed spelling optimization
...
Consistent TODO Optimization Note
2010-06-10 15:31:12 +00:00
mpohoreski
076d4f97e8
Added GPL header
2010-06-10 14:33:16 +00:00
mpohoreski
ee3fbdd15b
Split 6502 cores. Now includes cpu/cpu6502*.h
2010-06-10 14:15:42 +00:00
mpohoreski
59921114ec
Renamed to .h to include in solution without having to manually change "Skip Build"
2010-06-10 14:13:41 +00:00
mpohoreski
95142f1a85
Split from cpu.cpp
2010-06-10 14:06:42 +00:00
mpohoreski
0cd041d561
Updated copyright year,
...
start cpu cleanup - move 6502 macros to cpu/
2010-06-10 14:01:22 +00:00
mpohoreski
ba55c09dfa
2010-06-10 14:00:01 +00:00
mpohoreski
757ec80cfd
initial version- still needs to be cleaned up
2010-06-10 13:59:31 +00:00
mpohoreski
3f85d66786
Split from cpu.cpp
2010-06-10 13:57:05 +00:00
mpohoreski
bf3e0ba12d
Split from cpu.cpp
...
Added #undef to all instructions to allow multiple #including
2010-05-19 14:49:26 +00:00
mpohoreski
4e979297f0
Cleanup
2010-05-19 14:47:06 +00:00
tomch
b1c4842828
Bump version to 1.18.1.0
2010-02-14 21:14:59 +00:00
tomch
0f72cdb43e
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