tomcw
|
002af587d4
|
Fix #372: do IRQ() before NTSC_VideoUpdateCycles()
|
2016-11-14 22:23:30 +00:00 |
|
tomcw
|
074acce2ae
|
Debugger: Extend tf cmd to optionally output video scanner info: tf <file.txt> [v] (#359)
|
2016-11-07 21:48:17 +00:00 |
|
tomcw
|
ab8ae7f3a0
|
Debugger: tf cmd - add video scanner addr & floating bus data (#359)
|
2016-11-07 21:12:18 +00:00 |
|
tomcw
|
981b711fef
|
Refactor: int bVideoMode -> uint32_t uVideoMode
|
2016-11-06 21:59:45 +00:00 |
|
tomcw
|
421d9a77f6
|
VideoRefreshScreen(): Use default args instead of passing 0 for arg0
|
2016-11-06 14:33:14 +00:00 |
|
tomcw
|
1bb60026a5
|
Debugger - Fix #345: wrap and protect debugger's video mode
|
2016-11-06 14:23:23 +00:00 |
|
tomcw
|
c146587b8e
|
Save-state: Fix for loading state when TEXT40 changes to TEXT80 or v.v.
|
2016-10-31 21:05:10 +00:00 |
|
tomcw
|
d2efba4959
|
Fix for NTSC_VideoUpdateCycles() where Z80 updates in units of ~1000 cycles (#371)
|
2016-10-30 12:31:29 +00:00 |
|
Robert Hoem
|
3e94907a17
|
Added a check against open-apple during boot to route boot to slot 6
This happens after the first two blocks are loaded from the HD.
|
2016-10-27 17:54:40 -07:00 |
|
tomcw
|
3edb78203e
|
Refactor: polymorphically call CImageHelperBase Open() & Close()
|
2016-10-25 22:26:28 +01:00 |
|
tomcw
|
31483b33b9
|
Refactor: Get rid of HIMAGE handle for disk images
|
2016-10-25 21:09:48 +01:00 |
|
tomcw
|
d7937dc58c
|
Fix for Advanced config tab's Clone drop-down menu
|
2016-10-23 19:27:26 +01:00 |
|
tomcw
|
d9246c0841
|
Save-state: support TK3000 clone
|
2016-10-23 10:35:18 +01:00 |
|
tomcw
|
2d61c75bb0
|
Merge branch 'wmoecke-AppleWin-WMoecke'
. PR #285 (Support for TK3000 //e)
|
2016-10-22 23:20:56 +01:00 |
|
tomcw
|
86ba0b0407
|
Apply fixes and enhancements to PR #285 (Support for TK3000 //e)
|
2016-10-22 23:20:23 +01:00 |
|
tomcw
|
58671545bb
|
Fix #366 (IRQ erroreously deducting extra cycles)
|
2016-10-22 19:50:35 +01:00 |
|
tomcw
|
7f3cc09217
|
Fix #363: Redraw screen whilst debug stepping
|
2016-10-17 22:10:33 +01:00 |
|
TomCh
|
bcd4c7c7fa
|
Merge pull request #362 from AppleWin/Release-1.26.0.1
Merge all the changes & fixes from the Release-1.26.0.1 branch back into master.
|
2016-10-16 21:15:03 +01:00 |
|
tomcw
|
e8ffe9fd60
|
Bump to 1.26.0.6 & update History.txt
|
2016-10-16 13:12:08 +01:00 |
|
michaelangel007
|
75d56cad97
|
Fix GR colors gray1 gray2 #253
|
2016-10-14 22:28:39 -07:00 |
|
michaelangel007
|
513c5b72b0
|
Merge branch 'master' of https://github.com/AppleWin/AppleWin
|
2016-10-14 12:12:39 -07:00 |
|
michaelangel007
|
515e66ca7d
|
Debugger: NTSC: Import 16x1 and 64x1 bmp for palette for #357
|
2016-10-14 12:12:19 -07:00 |
|
michaelangel007
|
8c0f20bc84
|
Debugger: NTSC: Import 16x1 and 64x1 bmp for palette
|
2016-10-14 12:12:02 -07:00 |
|
tomcw
|
a58f990ab8
|
Fix PrintScreen for Color TV and B&W TV (fix #356)
|
2016-10-11 21:52:11 +01:00 |
|
tomcw
|
ef9bb822fa
|
Bump to 1.26.0.5: Restore the y-shift for TV Color + TV B&W
|
2016-10-06 22:23:06 +01:00 |
|
tomcw
|
3e51f2f02f
|
Extend quick fix for #341 (ANSI STORY - end credits)
|
2016-10-02 22:22:10 +01:00 |
|
tomcw
|
6f54078564
|
Update History.txt with fixes for 1.26.0.4
|
2016-10-02 17:09:36 +01:00 |
|
tomcw
|
63789e525a
|
Quick fix for #341 (alignment of NTSC Monitor/TV video modes)
|
2016-10-01 15:24:20 +01:00 |
|
tomcw
|
9d9489f5c4
|
Fix #354: superfluous dot on ']' char
|
2016-09-30 21:31:09 +01:00 |
|
tomcw
|
9b8d5b94af
|
Reworked NTSC_VideoRedrawWholeScreen(): now precisely call the update funcs for lines0-159 and line160-261, so that video V/H positions remain the same they were on entry (bug #352)
|
2016-09-25 21:50:07 +01:00 |
|
tomcw
|
700a9e9f3f
|
Fix for previous commit's regression - random data being drawn on line 0 (#352)
|
2016-09-25 19:58:51 +01:00 |
|
tomcw
|
5f0ccfc75c
|
Added new function NTSC_VideoRedrawWholeScreen() to fix #352
|
2016-09-25 10:42:14 +01:00 |
|
tomcw
|
30160583cb
|
For full-speed: update every 16ms of real-time (close #351)
|
2016-09-22 22:34:16 +01:00 |
|
tomcw
|
626965109a
|
Bump to 1.26.0.4, fix #350 (50% Scan line checkbox wasn't working), tweaked History.txt
|
2016-09-20 21:47:43 +01:00 |
|
michaelangel007
|
c96b935fff
|
Fix Bug #349 [Debugger] NTSC LOAD or SAVE without filename crash
|
2016-09-20 10:03:13 -07:00 |
|
michaelangel007
|
89520c3643
|
Added missing files to solution: NTSC_CharSet.*
|
2016-09-20 09:38:55 -07:00 |
|
tomcw
|
1e9c08b065
|
Bump version to 1.26.0.3
|
2016-09-19 22:22:24 +01:00 |
|
tomcw
|
0a7a0e9e5c
|
Fixed #348 (>800KiB HDD images not mountable)
|
2016-09-19 22:14:57 +01:00 |
|
tomcw
|
9e18b95326
|
AppleWin.chm: Update main Config tab to reflect new NTSC video modes
|
2016-09-18 18:11:39 +01:00 |
|
tomcw
|
67d5b28b80
|
Fixed #346 (Config->Disk tab)
|
2016-09-18 17:54:38 +01:00 |
|
tomcw
|
1d34497d2d
|
Speed-up booting AZTEC.DSK (#347)
|
2016-09-18 15:56:22 +01:00 |
|
tomcw
|
3dbc44dac5
|
History.txt: fix typo in name
|
2016-09-17 22:04:58 +01:00 |
|
tomcw
|
67bbbdbbe1
|
History.txt: add pull-request changes from @pedgarcia
|
2016-09-17 21:53:42 +01:00 |
|
tomcw
|
182567c8ed
|
History.txt: set today's date for release
|
2016-09-17 21:35:49 +01:00 |
|
tomcw
|
f559deddc3
|
Fix for flickery/bad video updates when MODE_RUNNING and full-speed (broken in previous 09fa6cc )
|
2016-09-17 21:26:45 +01:00 |
|
tomcw
|
41b2547acb
|
Fix to get GR2 working, but #345 still not complete
|
2016-09-17 10:04:32 +01:00 |
|
tomcw
|
09fa6ccef5
|
Fixed #342
|
2016-09-16 23:05:39 +01:00 |
|
tomcw
|
1ac0fc8657
|
Tweaks to help about sound and (C) year bumped to 2016
|
2016-09-15 21:25:48 +01:00 |
|
tomcw
|
27f106d7fc
|
Update History.txt for #309
|
2016-09-14 22:18:23 +01:00 |
|
tomcw
|
8c3a2148e9
|
Small simplification to Memory interface (directly unmap cards' ROMs if internal ROM is enabled)
|
2016-09-11 20:16:19 +01:00 |
|