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
tomcw
b036b03062
Tweaks to fullscreen 32-bit mode
2014-06-27 22:43:25 +01:00
tomcw
c509349469
Fullscreen defaults to 32-bit. Use -fs8bit for 8-bit mode
2014-06-26 22:44:02 +01:00
TomCh
39a7fee002
Update README.md
2014-05-26 18:38:28 +01:00
tomcw
d591dd006b
Remove the top-level AppleWin folder
2014-05-23 22:59:02 +01:00
tomcw
bb56c46f80
Merge branch 'master' of github.com:tomcw/AppleWin
2014-04-05 14:04:03 +01:00
tomch
a3a3542dd0
Minor textual updates.
2014-03-02 17:19:47 +00:00
TomCh
e1fd3ea2f1
Initial commit
2014-03-02 09:15:54 -08:00
tomch
073839c1d4
Experimental Joyport support added (but disabled).
...
. Extended to allow //e support across a reset (to avoid self-test).
Added a debug-only DebugFlip() to output frame times (disabled).
2014-02-16 14:39:26 +00:00
tomch
2d1257c966
Add missing feature# to History.txt for 1.24.0.0
2014-01-11 16:09:03 +00:00
tomch
52a4c69692
Tweaks for 1.24.0.0 release
2014-01-11 16:06:32 +00:00
tomch
64bcff74db
Added a TODO comment for writes to $C800-$CFFF (based on Bug #19016 )
2014-01-05 10:41:57 +00:00
tomch
c4afba2b37
Updated (C) year to 2014 for .chm Help's TOC page
2014-01-05 10:37:44 +00:00
tomch
5c07c30d97
Update webpage for 1.24.0
2014-01-01 02:06:29 +00:00
tomch
d06f0d9c1a
Update Help.
2013-12-31 23:06:58 +00:00
tomch
6956f4e5f8
v1.24.0 & (C) 2014
...
Changed config for joystick emulation by keyboard: {keybd+standard, keybd+centering} -> {keybd:cursor, keybd:numpad}
. Added new UI Checkbox for centering control (keybd only)
This keeps backward compatibility, but extends to allow joystick emu by cursor keys.
NB. Added a warning message when selecting this new joystick emu, as there are limitations.
2013-12-31 22:40:10 +00:00
tomch
20881d70b0
Changed save-state file persisted to Registry from filename to pathame
2013-12-29 22:09:41 +00:00
tomch
09d7583b87
Update History.txt for -no-printscreen-dlg
2013-12-23 03:27:24 +00:00
tomch
5fec1609e6
[ Feature Request #5715 ] Added new cmd-line option -no-printscreen-dlg to suppress the warning if the PrintScreen key can't be grabbed.
2013-12-23 03:20:54 +00:00
tomch
3f8691cae4
v1.23.3.0
...
Changes:
. Support cursor keys (in addition to numpad) when using keyboard as joystick emulation
. Support auto-fire for all 3 joystick buttons (via Config->Input)
. Added confirmation message box for reboot (F2)
Fixes:
. [Support #103098 ] Sometimes swapping disk could cause INIT to fail with ERROR #8
2013-12-06 21:10:41 +00:00
tomch
4b37b03ca3
debugger: disk info: sprintf -> sprintf_s
2013-11-06 22:03:18 +00:00
tomch
7232ebe523
Applied Nick's patch for 'disk info' cmd
2013-11-02 21:24:45 +00:00
tomch
24b0f4080e
Fixed Bug #19154 : ProDOS Order 2IMG crashing
2013-10-27 21:37:51 +00:00
tomch
bb0f4cabf1
Added a comment based on Nick's posting to cea2 about NSC's DOW interpretation.
2013-10-12 18:43:09 +00:00
tomch
fae019856a
1.23.2:
...
. [Bug #18940 ] Extend BSAVE and BLOAD Command To Memory Banks 0 and 1
Extended debugger BLOAD with bank support:
. BLOAD [file],[bank:]address[,length]
. BLOAD [file],[bank:]address[:end]
. If no filename specified, will use last BLOAD or BSAVE filename.
Extended debugger BSAVE with bank support:
. BSAVE [file],[bank:]address,length
. BSAVE [file],[bank:]address:end
. If no filename specified, defaults to: '####.####.[bank##].bin'
(where the form is <address>.<length>.bin)
2013-09-14 21:46:39 +00:00
tomch
d5ae003e56
Enabled debugger BSAVE with bank support:
...
. BSAVE [file,][bank:]<range>
2013-08-30 21:43:37 +00:00