Commit Graph

595 Commits

Author SHA1 Message Date
tomch
2f338e116f Fixed typo 2006-05-03 18:32:12 +00:00
tomch
548f2ed43f Fixed hypertext link for Uthernet.txt 2006-05-02 22:32:24 +00:00
tomch
bcfdd32e44 Corrected URL link to 1.13.0.zip 2006-05-02 22:13:31 +00:00
tomch
8a433b6e0d Submitted changed files from AppleWin-Tom branch to trunk
. Change: Added support for SSC receive IRQ (eg. Z-Link)
. Fix: [Bug #7231] AppleWin installed in path with spaces

Internal:
. Modified operation of interrupt assert/deassert
2006-05-02 21:56:28 +00:00
tomch
622a60c20f Submitted updated web-page for 1.13.0 2006-05-02 21:43:48 +00:00
tomch
4f2878792d Submitted revised history for 1.13.0 2006-05-02 21:43:08 +00:00
tomch
97a30948a8 Submitted new SerialComms module 2006-05-02 21:42:45 +00:00
tomch
bbadd65011 Outstanding bugs from Bugs.txt have been transferred to berliOS's Bug DB 2006-04-22 14:26:45 +00:00
tomch
08159a2374 Update40ColCell: only convert 0xFF -> 0x20 for Apple][ (not //e) 2006-04-22 11:33:18 +00:00
tomch
bd2809355c Fixed typo in 1.12.7.1 rel note 2006-04-22 11:09:07 +00:00
tomch
cc16dce85a Fixed: [Bug #6790] Right click menu stops working on drives after switching from full screen back to Windows. 2006-04-20 22:09:52 +00:00
tomch
6a90e9851d Added new svn_setup.txt doc 2006-04-06 22:33:57 +00:00
tomch
179abb6124 Suggestion for auto-naming save-state files 2006-03-28 21:37:39 +00:00
rglennjones
1db1d88767 added some additional info 2006-03-26 14:57:04 +00:00
tomch
2b1981b640 Added troubleshooting 2006-03-25 14:24:28 +00:00
tomch
b497a77b20 Updated for Uthernet 2006-03-25 14:00:18 +00:00
rglennjones
fb22020323 Added Uthernet (TFE) to main branch 2006-03-24 06:34:37 +00:00
tomch
93d8942a58 Removed .suo (user options file). 2006-03-23 09:04:22 +00:00
mpohoreski
8bead2dd2f *** empty log message *** 2006-03-14 05:42:34 +00:00
mpohoreski
3b9f5065e8 updated version to 1.12.9.1 2006-03-14 05:12:52 +00:00
tomch
0bad883d24 Added ROMs as resources 2006-03-13 23:51:00 +00:00
mpohoreski
9bd10140b6 Updated Memory
Added Scripts
2006-03-13 23:50:08 +00:00
tomch
6061bcac36 Added ROM & FIRMWARE resources 2006-03-13 23:46:57 +00:00
nick_westgate
1c502b76da Added floating bus emulation.
Summary of changes:
AppleWin.cpp: Made dwCyclesThisFrame global -> g_dwCyclesThisFrame.
CPU.cpp: Made InternalCpuExecute()'s nCyclesLeft static -> nInternalCyclesLeft.
CPU.cpp: Added CpuGetCyclesThisFrame().
Memory.cpp: Added MemGet80Store().
Memory.cpp: Added MemReadFloatingBus().
Memory.cpp: Added MemReadFloatingBus(BYTE const highbit).
Memory.cpp: Changed NullIo() to call MemReadFloatingBus().
Video.cpp: Added video scanner constants and VideoGetScannerAddress(bool* pbVblBar_OUT).
Video.cpp: Changed VideoCheckVbl() to call VideoGetScannerAddress().
Various files: Replaced MemReturnRandomData() calls with MemReadFloatingBus().
2006-03-12 09:05:39 +00:00
tomch
365a9e2321 Added 1.12.9.0 bugs 2006-03-11 21:42:43 +00:00
tomch
c24e5f47ba Added clean-up list 2006-03-11 11:03:14 +00:00
tomch
f1b472aa47 Changed description 2006-03-11 11:02:49 +00:00
mpohoreski
8c2130d5fe Updated site for 1.12.9.1 2006-03-11 00:47:28 +00:00
mpohoreski
c9c8aedae5 *** empty log message *** 2006-03-11 00:47:05 +00:00
mpohoreski
5ca28f21fd Added ArgsCook() param to specify which operators to process 2006-03-09 21:52:14 +00:00
mpohoreski
051344249f No longer uses implicit error value of ImageOpen() 2006-03-09 21:47:44 +00:00
mpohoreski
8cd641f0b5 Added Apple Monitor style command to enter bytes 2006-03-09 21:46:47 +00:00
mpohoreski
3c0ae9133c 1. Inverse space kludge
2. If no VBL return value is no longer fixed at zero
2006-03-09 21:42:17 +00:00
mpohoreski
52016a8744 Cleaned up ImageOpen() 2006-03-09 21:40:16 +00:00
mpohoreski
f0f434f83d Added Memory Init Pattern 2006-03-09 21:10:40 +00:00
mpohoreski
d4990a1385 *** empty log message *** 2006-03-09 20:48:31 +00:00
mpohoreski
c316461817 *** empty log message *** 2006-03-08 21:54:06 +00:00
mpohoreski
54ca25110c Added pageant, pass-phrase, putty info. 2006-03-07 19:12:01 +00:00
mpohoreski
aab8757766 Project Solution for VC.NET 2003 2006-03-07 18:23:02 +00:00
mpohoreski
4f190cc2a1 Added bitmap: DISKPROT.BMP to project heirachy - directory 'resources' 2006-03-07 18:21:06 +00:00
mpohoreski
eb36e472a5 Added menu check to easily tell if write protection is on / off 2006-03-07 18:17:57 +00:00
mpohoreski
954de50e9c DiskProtect() -> DiskSetProtect() 2006-03-07 18:15:45 +00:00
mpohoreski
8365a7c3c1 Renamed: DiskProtect() to DiskGetProtect()
Added: DiskGetProtect()
2006-03-07 18:14:09 +00:00
mpohoreski
308f0aa6a1 Changed wording of Write Protection ON / OFF to be easier to understand 2006-03-07 17:24:18 +00:00
mpohoreski
e7a3b23f61 Added merge/diff tool
Added details in case wrong init was entered
2006-03-07 03:23:19 +00:00
nick_westgate
f02b88750d Added project files for MS Visual C++ 2005 Express Edition. 2006-03-04 14:44:20 +00:00
mpohoreski
c7e451839e Fixed Half-Shift Pixel mode to display more accurate orange 2006-03-03 21:07:14 +00:00
mpohoreski
e56172caeb Memory is now filled with 00,00,FF,FF 2006-03-03 18:54:41 +00:00
tomch
ea1144fb58 Removed Jumpman bug (user was using old ver of AppleWin
Added note about FreeLibrary
2006-03-03 13:51:15 +00:00
tomch
90b8aca5f5 Created doc about updating website 2006-03-03 13:27:03 +00:00