michaelangel007
1fc2c0f2b2
Remove most of the old unused Video rendering functions
2014-12-31 17:57:57 -08:00
michaelangel007
784fb5c62b
Fix F9 video mode cycling works for monochrome modes
2014-12-31 17:57:02 -08:00
michaelangel007
2dedaf0158
NTSC: fix Debugger View Output commands: TEXT, HGR, etc
2014-12-31 17:15:36 -08:00
michaelangel007
e681c97c3b
Added NTSC files to Solution
2014-12-31 14:53:55 -08:00
michaelangel007
d8a0bd4ae2
Merge branch 'master' of https://github.com/AppleWin/AppleWin into NTSC_PreMerge
2014-12-31 14:13:58 -08:00
michaelangel007
e116014742
First pass of NTSC integration
2014-12-31 14:13:36 -08:00
tomcw
0fc6d18139
Removed some unused video constants
2014-12-21 16:47:03 -05:00
tomcw
1966bcb9a1
Merge branch 'master' of https://github.com/AppleWin/AppleWin
2014-12-21 16:43:58 -05:00
tomcw
a85d33beb3
Switch VideoCheckVbl() to call VideoGetVbl() instead of VideoGetScannerAddress()
2014-12-21 16:43:49 -05:00
michaelangel007
7ba8128530
Remove unused: V_CreateLookup_HiresHalfShiftFull(), conditionaly compile V_CreateLookup_HiresHalfShiftDim();
2014-12-15 18:02:54 -08:00
michaelangel007
e64932f181
Fixed HGR colors to be more accurate; cleanup dead code; merged COLORS_TWEAKED since it is always active
2014-12-14 19:05:21 -08:00
michaelangel007
ee67feaffb
Removed old commented out color maps for Lores & DoubleHires
2014-12-14 18:05:56 -08:00
michaelangel007
ca26296970
Fix mis-labeled HGR_MAGENTA -> HGR_VIOLET
2014-12-14 18:03:45 -08:00
michaelangel007
b21da4dd95
DOC: Made note that IIGS color reference is NOT accurate
2014-12-14 14:59:01 -08:00
michaelangel007
3d80c45451
Fix mis-labled HGR_RED -> HGR_ORANGE
2014-12-14 14:55:19 -08:00
michaelangel007
a509cc511a
Add: proper OPCODE_NOP enum
2014-12-11 10:00:51 -08:00
michaelangel007
03b43bf388
Bug #227 2.8.0.8 Fixed: Showing/hiding the address and/or opcodes will show long symbolic targets without overflowing into the register info pane
...
File: Debugger_Display.cpp
Func: DrawDisassemblyLine()
2014-12-11 10:00:02 -08:00
michaelangel007
608ed9d6c5
Fixed spelling in debugger change log for #227
2014-12-11 09:47:35 -08:00
michaelangel007
d6002721e5
Fix Bug #251 : ASC #:# with null byte doesn't mark up properly
2014-12-11 09:41:42 -08:00
michaelangel007
c2d6f5b026
Bug #239 : Debugger 2.8.0.6: Ctrl-Print Screen while the debugger is active will copy the debugger text to the clipboard
2014-12-01 22:01:08 -08:00
michaelangel007
4102fd91f9
DEBUG: 2.8.0.5: FIX: Bug #244 -- print warning about duplicate symbol's address(es) aliasing existing ones
2014-11-30 18:58:15 -08:00
michaelangel007
4e582b2431
Add: CHC_INFO, CHC_PATH
2014-11-30 18:39:04 -08:00
michaelangel007
ac56455f61
Cleanup: remove commented out broken long symbol table header description
...
FIX: Prevent buffer overflow in CmdSymbolsInfo()
2014-11-30 17:51:11 -08:00
michaelangel007
d5a58ef206
ADD: ConsoleColor_StringLength() to get the normal string length that doesn't count the escape/markup
2014-11-30 17:47:26 -08:00
michaelangel007
fe8ce31c19
DOC: #246 - Debugger Symbols: Updated example to use correct MEB MEW commands, not out-dated E command.
2014-11-29 17:45:35 -08:00
michaelangel007
7345b017aa
FIX: Bug #246 (Debugger) Memory (Changing Memory) command in CHM help files
...
- fixed EXITBENCH from being matched with 'E'
- fixed out of date documentation with MEB, MEW
2014-11-29 17:42:12 -08:00
michaelangel007
4e9fa8806b
DOC: Cleaned up symbols keyboard example and provided a walk through
2014-11-29 07:50:56 -08:00
michaelangel007
7ce956212c
DOC: CLEANUP: Debugger symbols concepts and usage Bug #242 #243
...
(cherry picked from commit 864e88e992b7868db06866d94ea2097c3f6e17b5)
2014-11-28 23:34:07 -08:00
michaelangel007
763b8172f0
DEBUGGER: Cleanup error message for invalid symbol table for: syminfo
...
(cherry picked from commit ca5002dfa3807f6b5fea33c14bd6ee5c9c879456)
2014-11-28 23:33:54 -08:00
michaelangel007
0910f05817
Cleanup - added note about CmdSymbolsLoad() zero args
...
(cherry picked from commit 9de7a1ca922046542cc998a04993012569e9fb54)
2014-11-28 23:33:36 -08:00
michaelangel007
6e5ff918c4
Cleanup: ParseSymbolTable() renamed arg to be more descriptive: pPathFileName
...
(cherry picked from commit 99a675b3b4b930071498b3ee1437f4d7d14594f4)
2014-11-28 23:33:25 -08:00
michaelangel007
d5c646a2bc
Cleanup whitespace
...
(cherry picked from commit b5af168257f3f1fee19a314ed7d88c31bf345750)
2014-11-28 23:33:04 -08:00
TomCh
c04e934a27
Merge pull request #238 from AppleWin/memory_refactor
...
Mainly a tidy-up to remove old, unused code from memory.cpp.
Also:
* Disk][ now returning floating bus for I/O register reads (still a few todo's to check).
* Fixed #232 (mouse VBl IRQs were still occurring after card removed!)
2014-10-12 20:58:25 +01:00
tomcw
0e31e91e61
Disk configuration: Minor coding style tweaks & clean-up
2014-10-10 21:24:50 +01:00
TomCh
74cbd87095
Merge pull request #234 from pedgarcia/master
...
New disk selection interface (for the Disk configuration property sheet).
2014-10-04 16:43:37 +01:00
pedgarcia
9d0c9e6e2d
Reverted to old bmp
2014-10-01 23:26:51 -04:00
pedgarcia
d97f77aaff
Fixed resource.h merge mistake
2014-10-01 19:32:19 -04:00
pedgarcia
87a7485e80
Merge branch 'master' of https://github.com/pedgarcia/AppleWin
...
Conflicts:
resource/resource.h
source/Configuration/PageDisk.h
2014-10-01 19:28:32 -04:00
pedgarcia
43b31c28db
New disk selection interface
...
The Configuration Dialog -> Disks tab now has combos to show
insert/eject disks, as well as it now the images are automatically
swapped if you try to insert on one drive the image connected to the
other
The Apple logo was redone following the same-ish colour pattern but with
a more modern look.
(*) Updated based on first review:
- Removed bmp from this pull request (coming later)
- Corrected resource's constants values and deleted unused one
- Initializing variables in CPageDisk constructot
2014-10-01 19:18:46 -04:00
pedgarcia
d9e37e007c
New disk selection interface
...
The Configuration Dialog -> Disks tab now has combos to show
insert/eject disks, as well as it now the images are automatically
swapped if you try to insert on one drive the image connected to the
other
The Apple logo was redone following the same-ish colour pattern but with
a more modern look.
2014-09-30 19:29:26 -04:00
tomcw
970dd0044a
Fix #232 : Mouse was still generating VBl IRQs after being removed.
2014-09-29 22:43:15 +01:00
tomcw
8fac75322a
Refactor: Removed unused vars from Memory.cpp. Also change Disk][ I/O regs to return floating bus.
2014-09-28 22:04:12 +01:00
tomcw
1566aa50d5
Merge branch 'master' of https://github.com/AppleWin/AppleWin
2014-09-21 21:44:24 +01:00
tomcw
a2260510f3
Better support for GH issues #129 and #204 (x86 CPU core is no longer max'ed out).
2014-09-21 21:42:19 +01:00
Michael
4a12c716a0
Updated Readme.md for v.1.25.0.3
2014-09-21 13:37:37 -07:00
tomcw
8098b84a0e
Fix GH issue #188 (GDI object leak). Also refactored V_CreateLookup_Text() and V_CreateLookup_MonoText() to use common code.
2014-09-21 16:12:05 +01:00
Michael
3e22d07951
Merge pull request #230 from AppleWin/main_loop_refactor
...
Main loop refactor -- code cleanup looks good !
2014-09-18 15:07:51 -07:00
TomCh
68c8fd704f
Merge pull request #229 from david-schmidt/master
...
Update ADT location - Berlios is no more
2014-09-16 22:48:59 +01:00
david-schmidt
4cb95b9497
Update ADT location - Berlios is no more
2014-09-16 15:46:35 -04:00
tomcw
efd2e4405a
Fix: 80-column video mode wasn't being detected as needing an update, when FLASH chars only existed in AUX text pages.
2014-09-15 22:47:50 +01:00