michaelangel007
b2e5770e51
Fix #201 drive swap DOS3.3 disk status Sector drive 2 now displaying properly due to fence post error
2014-07-27 22:40:10 -07:00
michaelangel007
5024608885
Merge #198 Pull branch alt_enter_fullscreen
2014-07-27 16:19:23 -07:00
tomcw
2c8e65ae90
[Issue#177] Updated History.txt
2014-07-27 23:29:24 +01:00
Michael
72c6bf3cb4
Merge pull request #215 from AppleWin/reset_confirm
...
Feature Request "Confirm reboot" merged.
2014-07-27 14:32:34 -07:00
michaelangel007
50ed260710
#199 #215 Cleanup: "Confirm Reset" to "Confirm reboot"
2014-07-27 14:31:00 -07:00
michaelangel007
9b3c554743
Updated History.txt In Development
2014-07-26 16:47:18 -07:00
michaelangel007
70504ebf9d
#198 Made branch #alt_enter_fullscreen
2014-07-26 16:44:38 -07:00
michaelangel007
9140d5bca0
#199 Update confirm reboot dialog box with instructions how to disable the message in the future.
2014-07-26 15:42:55 -07:00
michaelangel007
825b7cddcb
#199 Added option to skip reset
2014-07-26 14:51:23 -07:00
michaelangel007
b0928645a2
Initial work for dialog to confirm reset
2014-07-26 13:44:27 -07:00
michaelangel007
a8e75eb9d4
Added linker directory ddraw_lib\x86 to Visual Studio 2010 project so SDK isn't needed.
2014-07-26 13:32:28 -07:00
michaelangel007
f8d0430a39
Cleanup: Bump copyright, and tabify
2014-07-26 13:23:57 -07:00
Michael
f7758adb5c
Merge pull request #214 from AppleWin/track_status
...
Track status
2014-07-26 09:40:27 -07:00
michaelangel007
9cb6626fc3
#201 Fix ProDOS track/sector to be more accurate. Always use the actual floppy drive instead of probing ProDOS
2014-07-26 09:36:29 -07:00
michaelangel007
f0ca2282ed
#201 Updated history "In Development" for Track/Sector and Pooyan fix description
2014-07-24 22:10:08 -07:00
michaelangel007
f5617a396d
Final cleanup on Track/Sector
2014-07-24 21:58:19 -07:00
sicklittlemonkey
0d7cbfd463
Fixed window width and height problem by using SM_CXPADDEDBORDER
...
But it would be nicer to define this somewhere by:
#ifndef SM_CXPADDEDBORDER
#define SM_CXPADDEDBORDER 92
#endif
2014-07-24 21:00:28 +12:00
michaelangel007
825aba0fda
Use active track for ProDOS
2014-07-23 22:58:23 -07:00
michaelangel007
099bdbe5ee
Fix ProDOS track & sector display to be more accurate
2014-07-23 22:40:35 -07:00
michaelangel007
6ad02871c1
#201 Fixed Track/Sector display to be responsive
2014-07-23 18:08:52 -07:00
sicklittlemonkey
d5e2103d58
Upgraded VS 2012 solution to VS 2013.
...
Added .gitignore file for Windows from here: https://github.com/github/gitignore
2014-07-23 23:27:51 +12:00
michaelangel007
f5be097177
#201 Show Track/Sector -- preliminary support for showing DOS3.3
2014-07-22 00:08:18 -07:00
michaelangel007
d914526c27
Updated "In Development" note about track display status
2014-07-21 23:28:12 -07:00
michaelangel007
e8fda39cae
#201 Fix display of track status in full-screen and windowed mode ... http://imgur.com/KzKpwIv
2014-07-21 22:56:57 -07:00
michaelangel007
9f8ad1a65b
WIP show current disk track
2014-07-21 18:21:31 -07:00
tomcw
5d64ea5673
Merge branch 'master' of github.com:AppleWin/AppleWin
2014-07-20 10:30:21 +01:00
tomcw
a75555d21c
Simplified ContinueExecution(): video refresh part.
2014-07-20 10:24:50 +01:00
michaelangel007
a4bae75d2a
Documented #206 existing and new -memclear options with "In Development" in History.txt
...
-memclear 0 Initialize memory to zero
-memclear 1 Initialize memory to random values
-memclear 2 Initialize memory to 4 byte pattern: FF FF 00 00
-memclear 3 Initialize memory to even pages FF, odd pages 00
-memclear 4 Initialize memory to first half page 00, last half page FF
-memclear 5 Initialize memory to first half page FF, last half page 00
-memclear 6 Initialize memory to byte offset of page
(current memory address low byte)
-memclear 7 Initialize memory to page address
(current memory address high byte)
2014-07-17 20:42:19 -07:00
michaelangel007
f4b09e1f8f
Feature Request #206 Command line switch: -memclear #
2014-07-17 20:18:59 -07:00
michaelangel007
9ded7f0926
Cleanup: Removed unused variable: g_bResetTiming
2014-07-17 19:52:56 -07:00
michaelangel007
8090dd3933
Cleanup: Removed unused variable: needsprecision
2014-07-17 19:50:39 -07:00
michaelangel007
21033f4f2e
Removed //c memory blaster initialization pattern from MIP_00_FF_HALF_PAGE since it is firmware $FCCA
2014-07-16 21:56:01 -07:00
michaelangel007
2719de8a09
Fix //c memory blast fill constant with actual 0xA0.
...
Remove MemReturnRandomData(), replace with getRandomTime()
2014-07-16 08:41:45 -07:00
michaelangel007
7b3eac2ca4
Add dxguid.lib so AppleWin can link without DirectX SDK installed.
2014-07-15 22:26:57 -07:00
michaelangel007
783415b5c0
Added DirectDraw libs since they are no longer being distributed by Micrsoft in the Windows SDK
2014-07-15 22:00:23 -07:00
michaelangel007
82e77c9215
Cleanup: Added exception docs for MIP_FF_FF_00_00
2014-07-15 21:28:26 -07:00
michaelangel007
9c186199c2
Use random values for memory holes at $xx28, $xx29, $xx68, $xx69 in MIP_FF_FF_00_00
2014-07-15 21:14:05 -07:00
michaelangel007
5109fd39da
Fix //c cold start memory 'blaster' initialization pattern
2014-07-15 20:55:28 -07:00
michaelangel007
b68f89ebff
#206 - Memory Initialization doesn't mirror other Apple //e //c models
2014-07-15 12:37:04 -07:00
michaelangel007
27c4a0654b
Cleanup: misc. spelling
2014-07-15 12:33:29 -07:00
michaelangel007
0e0e97e831
Cleanup: Tabify and multi-column alignment for better readability.
2014-07-13 21:31:28 -07:00
michaelangel007
81ce9c54d1
Certain games (such as Pooyan) expect RNDL and RNDH to be non-zero. Initialize to non-zero value.
2014-07-13 21:00:45 -07:00
tomcw
8637dfa7af
Removed the _DEBUG-only experimental video modes (eg. Emboss, Psychedelic, etc)
2014-07-10 22:52:26 +01:00
Michaelangel007
60474fa9ec
Removed duplicate History.txt -- see bin/History.txt
2014-07-09 17:27:23 -07:00
Michaelangel007
03f4e3e247
Merge branch 'master' of https://github.com/AppleWin/AppleWin
2014-07-09 16:22:36 -07:00
Michaelangel007
24815b1c2a
Updated history up to 2014, added new GitHub bug/feature request email
2014-07-09 16:21:41 -07:00
Michael
ba7277b8f4
Added small note about compiling from source
2014-07-09 10:29:56 -07:00
Michaelangel007
2d839b3207
Merge branch 'master' of https://github.com/AppleWin/AppleWin
2014-07-08 14:29:53 -07:00
Michaelangel007
6ec7326093
Added docs to compile from GitHub
2014-07-08 14:28:18 -07:00
tomcw
ae233fe1fc
Remove redundant 'BOOL behind' which was always zero.
...
- allowed some simplification to VideoSetMode()
Tidy up ContinueExecution(), removing unused 'BOOL pageflipping'.
Refactor VideoCheckPage() to make it more readable.
2014-07-08 20:58:48 +01:00