tomcw
e03b90fbe8
Support VS2008
2016-03-21 22:27:09 +00:00
tomcw
8462426ccd
Update VS2013 sln/proj for yaml and TestCPU65C02
2016-03-05 18:31:42 +00:00
tomcw
d0243c71d7
Save-state: rename SaveHex{4|8|12|16...64} to SaveHexUint{4|8|12|16...64}
2016-03-04 21:26:14 +00:00
tomcw
33ee34b96c
Save-state: SaveBool() / LoadBool() persists true,false values
2016-03-01 22:31:17 +00:00
tomcw
18feddceef
Save-state: renamed SaveMapValueMemory() to SaveMemory()
2016-02-24 22:54:53 +00:00
tomcw
11789c9023
Save-state: Renamed YamlLoadHelper load-type functions to be more consistent with YamlSaveHelper functions
2016-02-24 22:38:59 +00:00
tomcw
6b07fd665f
Save-state: Added save-type functions to YamlSaveHelper & use wherever saving state. Also added new cmd-line option: -load-state.
2016-02-24 21:51:20 +00:00
tomcw
8524f91495
Save-state: Yaml: Removed GetMapValueBOOL()
2016-02-20 17:57:23 +00:00
tomcw
7f50288bd9
Remove old functions from header
2016-02-16 22:11:19 +00:00
tomcw
ccac0a562d
Save-state: standardise on Unit0/Unit1 for Disk2 and HDD
2016-02-15 22:33:38 +00:00
tomcw
13e7a6cc65
Fix for probing CpuType from Apple2Type
2016-02-14 17:25:58 +00:00
tomcw
37ad1ebd63
Removed redundant binary v2 save-state code
...
Also:
. support new CpuType independently of Apple2Type
. save-state: don't save disk track image if no disk
. save-state: re-init AppleWin internals & UI to reflect changed Apple2Type
2016-02-14 16:01:30 +00:00
tomcw
2f6e86c0fa
Added libyaml 0.1.5
...
Added yaml save-state support for:
. Main AppleII unit
. Aux memory & RawWorksIII
. Printer
. SSC
. Z80
. Mouse
. Mockingboard
. Phasor
. Disk][
. HDD
2016-02-07 15:47:15 +00:00
tomcw
5c16c3642a
Merged master to savestate branch
2015-09-13 11:39:58 +01:00
tomcw
431dcde059
Save-state: Add comments for load/save config state
2015-08-21 22:09:44 +01:00
tomcw
2f4ee9466f
Save-state:
...
. add ConfirmReboot
. Restore saved configuration
. Moved some config to Joystick & SerialCard
. save config
2015-08-21 21:45:21 +01:00
michaelangel007
8d4cb8de35
Fix uninit var in CmdMemoryLoad()
2015-07-30 09:25:53 -07:00
michaelangel007
a70bd70665
De-space, convert to tabs
2015-07-30 09:21:31 -07:00
michaelangel007
81c649d621
[PVS-Studio] Fix sprintf() security warnings Bug #301
2015-07-30 09:17:34 -07:00
michaelangel007
550b230ad8
Cleanup warning unreachable code
2015-07-30 09:10:28 -07:00
michaelangel007
6fac2483ef
[PVS-Studio] Fix redundant var init in GetConsoleLineHeightPixels() Bug #301
2015-07-30 08:55:07 -07:00
michaelangel007
04702ee7c5
[PVS-Studio] Fix potential security issue sprintf() Bug #301
2015-07-30 08:26:18 -07:00
michaelangel007
6f8b75e443
[PVS-Studio] Code cleanup - fix potential security issues with wsprintf( bufffer, string ) -> wspritnf( buffer, "%s", string ) Bug #301
2015-07-30 08:20:27 -07:00
michaelangel007
8aa8f347ae
Cleanup assignment in while in ConsoleBufferPush()
2015-07-30 08:14:05 -07:00
michaelangel007
b62758636b
Cleanup unused variables
2015-07-30 08:12:55 -07:00
michaelangel007
2381734256
[PVS-Studio] Fix extra argument in fprintf() OutputTraceLine() and bad logic in DebuggerMouseClick() bug #301
2015-07-30 07:58:34 -07:00
michaelangel007
56c52beac9
[PVS-Studio] Fix false positive extra parameters to wsprintf() in CmdBreakOpcode()
2015-07-30 07:29:20 -07:00
michaelangel007
2f645d68f4
[PVS-Studio] Fix assignment in DenibblizeTrack() and potential buffer overflow in SetCurrentImageDir()
2015-07-30 07:28:20 -07:00
michaelangel007
5a112ee9ed
Fixed some issuses mentioned in #301
2015-07-30 07:08:18 -07:00
sicklittlemonkey
37b3006f5c
Added defines to enable disk logging types. Tidied up TAPEIN code with reference.
2015-07-06 21:27:23 +12:00
sicklittlemonkey
bed486b4d2
Added doubled-up cassette in and paddle softswitches
2015-07-04 01:38:24 +12:00
sicklittlemonkey
e37223feb0
- Changed Disk_IORead and Disk_IOWrite and related functions to better reflect actual Disk II controller operation, mainly around reading & writing the latch
...
- Removed old disk stepping code as DataWiz confirmed he modified his Chessmaster 2000 crack to work on old AppleWin - this closes bug #18109 - https://groups.google.com/d/topic/comp.sys.apple2/xHrW45igYY8/discussion
- Added a floppyloadmode variable for emulating $C08D (see UTA2E page 9-13) but commented out use of it as it's mostly implicit in this implementation
- Tidied up logic in DiskReadWrite
- Improved disk debug logging
- Added TODO: ImageWriteTrack shouldn't take pFloppy->phase as a parameter
2015-07-04 01:19:26 +12:00
tomcw
ed0e8925a4
Fix ASSERT when disabling/enabling soundtype ( #295 )
2015-06-20 12:33:45 -07:00
tomcw
18cd2afdd0
Save-state: fix for EnableHDD flag not being reset for a new config
2015-06-01 22:35:57 +01:00
tomcw
559a236b14
Save-state:
...
. On save: append .aws if missing
. Added Pravets.cpp/h (for this clone's specific stuff)
2015-05-31 22:53:53 +01:00
tomcw
1f566088af
Only use stdint.h for VS2010 or greater.
2015-05-28 21:26:00 +01:00
tomcw
b1395b8adb
Merge branch 'master' of https://github.com/AppleWin/AppleWin
2015-05-26 21:59:02 +01:00
tomcw
9f32050c60
Fix opcode timing issues reported in #292
2015-05-26 21:58:48 +01:00
Michaelangel007
9e32778292
Add note to verify heatmap r,g,b mask order
2015-05-21 15:59:03 -07:00
Michaelangel007
2ab7de53c5
Cleanup whitespace and macros
2015-05-21 15:56:16 -07:00
Michaelangel007
2ba6506cfd
Fixup heatmap
2015-05-21 15:54:35 -07:00
Michaelangel007
6ea4c751d5
Fix spelling
2015-05-21 15:11:23 -07:00
Michaelangel007
ced54a4789
Add: stdint.h
2015-05-21 14:45:38 -07:00
Michaelangel007
b8cfab45fa
Add TODO cleanup notes
2015-05-21 13:52:45 -07:00
TomCh
614dfc1257
Merge pull request #287 from AppleWin/cpu_emu_timing_fixes
...
CPU emulation timing fixes:
. Fixes for these issues: #264 , #271 , #278 , #282 , #288 .
. Some refactoring (splitting & renaming of macros).
. Added unit tests for all these fixes (new project: TestCPU6502).
. TestCPU6502 unit tests are built & run before the main AppleWin project is built.
2015-05-10 16:48:42 +01:00
Michaelangel007
ac8aecfb1b
Sync up debug 6502 to 65C02
2015-05-09 15:45:55 -07:00
Michaelangel007
f7b3203756
Remove extraneous // on 0x7C
2015-05-09 15:45:12 -07:00
tomcw
df5635dc11
Align opcodes in 6502 and 65C02 switch statements
2015-05-09 20:57:25 +01:00
tomcw
cbb837bf6b
Add timing tests for all opcodes: 6502, 65C02, page-cross and non-page-cross ( #278 ). Also fix opcode timing for 0xCE: DEC abs ( #288 ).
2015-05-09 19:20:31 +01:00
tomcw
38c98f0c31
Fix cpu65d02 for DEC/INC ABS,X timings
2015-05-04 12:04:37 +01:00
tomcw
9c7b8f50c6
Extend unit tests for #264 and #271 . Refactor: renamed some macros.
2015-05-04 11:57:24 +01:00
tomcw
48be79551b
Fixed other undocumented SAY,TAS,XAS (ie. like AXA) when page-crossing ( #282 )
2015-05-03 19:04:30 +01:00
tomcw
4d61eb6a75
Fixed crash on shutdown with -d1 arg and GPL declined ( #286 )
2015-05-03 16:35:49 +01:00
tomcw
2597dd9045
Fixed undocumented AXA opcodes when page-crossing ( #282 )
2015-05-02 21:44:03 +01:00
tomcw
151a7f3b33
Fixes for CPU emulation relating to page-crossing: bugs #264 , #278 ; and opcode (abx,x): bug #271
2015-04-25 21:15:17 +01:00
TomCh
60db3d6622
Merge pull request #279 from AppleWin/1.25.0.4
...
Fix for Applewin exiting when using -d1 arg (#276 ) and set version to 1.25.0.4
2015-04-23 21:48:35 +01:00
tomcw
9191efe5f9
Fix for Applewin exiting when using -d1 arg ( #276 )
2015-04-23 21:45:41 +01:00
tomcw
9ceb95372f
SSI263 speech: fix for data-race (todo: raise GH issue, since it resulted in a Win32 crash)
2015-04-12 18:17:08 +01:00
tomcw
f114a9b8fe
Save-state: alloc extra 64K banks for RamWorks card if needed
2015-04-12 17:30:16 +01:00
tomcw
498f01edde
New save-state (.aws) v2:
...
Added card save/load for:
. Phasor (#260 )
. CP/M (#260 )
. 80 column card:
. aux memory now saved separately from main memory
. extended memory (RAMworks) (#260 )
Mockingboard & Phasor:
. Full AY8910 internal state now preserved.
. needed for eg. envelope, ay_change[], etc
. also Phasor player only updates AY regs that have changed
Other:
. On restore error, then PostMessage(WM_USER_RESTART), so that emulator not left in intermediate state
. Fix: Start Dir wasn't set when drag & dropping an image onto a drive icon or double-clicking an image file
2015-04-11 22:24:54 +01:00
tomcw
c052d10d2f
SAM: Clean up before merge
2015-04-09 22:54:26 +01:00
unknown
feccde41bf
rename SAM to DAC functions
2015-03-30 17:27:51 +09:00
unknown
fa43e909ed
renamed DAC to SAM
2015-03-30 17:25:30 +09:00
unknown
b386c444c3
Added GPL header, tweaked other comments
2015-03-24 12:04:32 +09:00
unknown
c2b62d26d3
Sound page has SAM card option
2015-03-11 12:43:24 +09:00
unknown
33d33b71ec
Updates to support DAC card, no UI yet - missed files
2015-03-10 21:33:14 +09:00
unknown
33372943e0
Aded support for an 8 bit DAC in slot 5 if no Z80 card there. Demo disk
...
included.
2015-03-10 21:12:43 +09:00
tomcw
0238645b3e
MouseCard: removed some overly aggressive asserts for iMinX and iMinY being zero
2015-02-22 15:32:31 +00:00
tomcw
04cd0b4018
Fix for sprintf buffer overflow - #268
2015-02-17 22:00:52 +00:00
tomcw
717c5cba84
New save-state (.aws) v2:
...
. Format now extensible for supporting new hardware types in the future
. Include missing items like Apple2Type, CyclesThisVideoFrame (#255 )
Continue to support loading of old v1 format.
Added card save/load for:
. Mouse (#260 )
. HDD (#260 )
. Printer
Extended card support for:
. SSC
Other:
. Added save-state v1 struct size checks
. Create SaveState_Structs_v2.h and split out common into SaveState_Structs_common.h
. Refactor HardDisk.cpp to use imagehandle; and consolidate with Disk.cpp
. Fix Disk/HD_GetFullPathName() which wasn't always returning full pathname
. Consolidate common GetImageTitle() and move into DiskImage.cpp
2015-02-13 22:40:53 +00:00
tomcw
779b86b832
Fix #267 : allow mousecard move & button in MODE_STEPPING
2015-02-13 22:00:56 +00:00
michaelangel007
4886b5daea
version 18 Blurry 80-col text
2015-01-17 11:19:29 -08:00
michaelangel007
f3cb2e35bf
Fixed DHGR blurry text introduced in commit e6deaee6ae
2015-01-17 11:15:00 -08:00
michaelangel007
e1c56ba386
Fixed HGR display for Archon's end of line green white fringe
2015-01-13 11:47:04 -08:00
michaelangel007
e6deaee6ae
Remove alt CHROMA_BLUR, added NTSC_REMOVE_WHITE_RINGING, NTSC_REMOVE_BLACK_GHOSTING
2015-01-13 11:02:42 -08:00
michaelangel007
f5869776dd
DOC: Fix swizzle resolution (64x256) comment
2015-01-11 08:46:51 -08:00
michaelangel007
dfc4ef6d13
Version 17 BMP Palette
2015-01-10 23:12:22 -08:00
michaelangel007
f794f3f4c6
Debugger 2.9.0.1: implemented cd command
2015-01-10 22:50:07 -08:00
michaelangel007
ba1a08b96b
Add ntsc .bmp import
2015-01-10 22:47:55 -08:00
michaelangel007
4078afe82c
Reset chroma cycle back to 45
2015-01-10 22:47:07 -08:00
michaelangel007
9b2355fcfb
Added Windows Bitmap v4
2015-01-10 22:45:56 -08:00
michaelangel007
82fc84ccd2
Change SetCurrentImageDir() to return true/false
2015-01-10 16:56:47 -08:00
michaelangel007
9ffc6b7491
Clean ntsc export bmp, WIP: import bmp
2015-01-10 12:14:38 -08:00
michaelangel007
c286f7fc99
Removed bgra_t struct since now in Video.h
2015-01-10 11:43:51 -08:00
michaelangel007
fcd9d7377b
Fixed screenshots (large), factored out Windows BMP Header Struct
2015-01-10 11:42:53 -08:00
michaelangel007
0103d43f3a
Added debug option for alt NTSC 512x4 table
2015-01-10 11:24:27 -08:00
michaelangel007
8876044d3a
Fixed debugger ntsc save .bmp to save as 64x256 raw image
2015-01-10 11:23:46 -08:00
michaelangel007
ec6f124140
WIP: fix 560x384 screenshots (600x420 for the time being)
2015-01-10 11:22:41 -08:00
michaelangel007
2a54240372
Fix: force ntsc export alpha=255
2015-01-10 09:28:23 -08:00
michaelangel007
ae6f1c9f0f
Debugger: Added: ntsc save [filename], ntsc load [filename]
2015-01-08 12:15:19 -08:00
michaelangel007
94193215b9
Cleanup whitespace
2015-01-08 12:05:53 -08:00
michaelangel007
c13fb849a5
Added NTSC_VideoGetChromaTable(), _NTSC_VideoInitChroma()
2015-01-08 12:05:23 -08:00
michaelangel007
1fb2e412fd
The mother of all debugger cleanups
2015-01-07 19:03:06 -08:00
michaelangel007
897d72b03f
Cleanup up warning
2015-01-07 19:01:43 -08:00
michaelangel007
5dc5898069
Display the logo in for the first few initial frames so any full screen video captures can get it
2015-01-07 00:48:18 -08:00
michaelangel007
8809caefe2
Added new logo, fixed fullscreen y offset
2015-01-06 01:45:38 -08:00
michaelangel007
00f9d8f1b9
Cleanup dead code
2015-01-05 23:14:44 -08:00
michaelangel007
ad6215dbc7
Fix DX to page flip in full screen; this allows Fraps to capture the screen
2015-01-05 22:58:35 -08:00
michaelangel007
d56751773e
Cleanup NTSC_VideoGetScannerAddress()
2015-01-05 22:55:36 -08:00
michaelangel007
c9741ae133
optimize removal white ringing, touch up HGR test pattern
2015-01-05 22:03:49 -08:00
michaelangel007
5b266a51fb
1.26alpha v14 FullScreen
2015-01-05 22:03:09 -08:00
michaelangel007
05eb35e418
Bug #241 Fixed ANSI STORY Video Scanner Vertical
2015-01-05 08:39:29 -08:00
michaelangel007
1d06cd0a3f
Tweak colors to be 12 degrees offset
2015-01-04 02:03:54 -08:00
michaelangel007
7c468af8d1
Massive cleanup for filters
2015-01-04 01:10:30 -08:00
michaelangel007
201515771c
Added missing prototype
2015-01-03 18:36:16 -08:00
michaelangel007
cb57b3a9db
Added debug code for VideoScannerAddress()
2015-01-03 18:34:09 -08:00
michaelangel007
b74aa9ed87
Cleanup: macros UpdateVideoAddressTXT() -> updateVideoScannerAddressTXT, UpdateVideoAddressHGR() -> updateVideoScannerAddressHGR()
2015-01-03 18:32:34 -08:00
michaelangel007
898a82cded
Replace NTSC_VideoGetByte() with NTSC_VideoGetScannerAddress()
2015-01-03 18:28:47 -08:00
michaelangel007
3eec694262
Doc: Made note about duplicate NTSC constants!
2015-01-03 18:22:51 -08:00
michaelangel007
7fcb3763b7
WIP Fullscreen support
2015-01-03 14:13:55 -08:00
michaelangel007
3c70963d86
WIP: NTSC Full screen support
2015-01-03 13:03:47 -08:00
michaelangel007
989522a43d
Optimization: Add MSVC forced inlining
2015-01-03 12:47:51 -08:00
michaelangel007
db79b4584b
Cleanup: Factor updateFlashRate
2015-01-03 11:45:44 -08:00
michaelangel007
2db3c6b318
PreAlpha: v12, revert VideoBenchmark() to call VideoRefreshScreen(0)
2015-01-03 11:44:06 -08:00
michaelangel007
801fa4db03
don't call unused VideoEndOfVideoFrame, directly call VideoRefreshScreen(0)
2015-01-03 11:42:00 -08:00
michaelangel007
ce94b59663
Bug #241 - AppleWin 1.26 NTSC -- Fix "ANSI STORY" so horz scroll works, fix vert scroll so it mostly works, verified "Rainbow" works
2015-01-03 03:31:19 -08:00
michaelangel007
b96b3fe1d4
Optimization: replace slow VideoGetVbl() with fast NTSC_VideoIsVbl()
2015-01-02 21:28:01 -08:00
michaelangel007
f36073beb5
Start cleanup Video
2015-01-02 21:01:01 -08:00
michaelangel007
d5abdcc97c
Massive alphabetize cleanup
2015-01-02 20:58:27 -08:00
michaelangel007
83e5de9e74
Massive cleanup: consisten updatePixel*() updateScreen*() func names
2015-01-02 20:20:30 -08:00
michaelangel007
bf815f1b6c
Cleanup: updatePixels() argument: bt -> bits
2015-01-02 20:05:49 -08:00
michaelangel007
2845ec65ee
Cleanup: VIDEO_DRAW_BITS -> updatePixels
2015-01-02 20:03:57 -08:00
michaelangel007
fb19d883eb
cleanup updateScreen*()
2015-01-02 20:00:24 -08:00
michaelangel007
851985e846
Cleanup: add func pointer types
2015-01-02 19:46:40 -08:00
michaelangel007
e14b004795
Cleanup: Add getScanlineThis0Address() for out-of-bounds array checking
2015-01-02 19:18:39 -08:00
michaelangel007
0786f759a8
Cleanup: g_aNTSC_Lines -> g_pScanlines, factor out updateVideoScannerAddress()
2015-01-02 19:14:18 -08:00
michaelangel007
bddf3df22e
Fix minor Horz timing bug in updateVideoHorzEOL
2015-01-02 19:08:30 -08:00
michaelangel007
b6b384bc10
Now displays Rainbow from Bug #254 correctly!
2015-01-02 18:51:52 -08:00
michaelangel007
1c28000801
Clean up clock offsets and add note about potential bug
2015-01-02 18:38:45 -08:00
michaelangel007
8f2a3a217c
Cleanup: updateVideoScannerAddress
2015-01-02 18:03:44 -08:00
michaelangel007
95b6fde639
Cleanup & Optimize: g_nTextFlashCounter
2015-01-02 18:00:31 -08:00
michaelangel007
e98a0f5f7e
Optimize rendering so it doesn't hog the CPU
2015-01-02 17:56:16 -08:00
michaelangel007
c3470c6e6f
Cleanup: move PAL and RGB table
2015-01-02 17:40:30 -08:00
michaelangel007
d67f084bf3
Remove flicker from NTSC_VideoUpdateCycles() -- draw each scanline
2015-01-02 17:38:48 -08:00
michaelangel007
d8fe5a4700
Cleanup: cycles name
2015-01-02 17:24:55 -08:00
michaelangel007
a09c64e5f5
Add Alpha Watermark so we can track bugs
2015-01-02 12:23:28 -08:00
michaelangel007
421db69b9e
Cleanup brga table tnames
2015-01-02 12:12:22 -08:00
michaelangel007
5288623f6e
misc. cleanup alignment
2015-01-02 11:59:49 -08:00
michaelangel007
ccb5b50f6d
Cleanup: convert macros that update the framebuffer to inline funcs and make them more readable, convert NTSC lookup tables to bgra
2015-01-02 11:46:57 -08:00
michaelangel007
9f32d59ae7
Add WIP palette PAL and RGB values
2015-01-02 09:40:36 -08:00
michaelangel007
88a7ab7b0b
Fix video configuration initialization order not being applied for 50% scan lines
2015-01-02 02:45:47 -08:00
michaelangel007
24ac8886c6
Cleanup: Global Func Pointer:
...
g_pNTSC_FuncVideoUpdate -> g_pFunc_NTSCVideoUpdateGraphics
g_pNTSC_FuncVideoText -> g_pFunc_NTSCVideoUpdateText
2015-01-02 00:06:49 -08:00
michaelangel007
8651da0903
Remove white ringing in Standard Color Monitor
2015-01-01 23:54:05 -08:00
michaelangel007
c74cafdadd
Cleanup function prototypes
2015-01-01 23:50:04 -08:00
michaelangel007
de00db9cf8
Debugger: Fixed view output Double Lo-Res and Double Hi-Res
2015-01-01 22:47:55 -08:00
michaelangel007
ce633237e0
Fixed Double Lo-Res and Double Hi-Res
2015-01-01 22:45:40 -08:00
michaelangel007
581e1467bc
Remove debug text80 watermark
2015-01-01 22:11:17 -08:00
michaelangel007
a29444eb6c
Fix 80-col using out-of-bounds Char Set
2015-01-01 22:05:40 -08:00
michaelangel007
6c9032d67e
Cleanup: Alphabetize functions
2015-01-01 22:04:38 -08:00
michaelangel007
88b1b493e4
Set 40/80 Char Set if not Apple ][
2015-01-01 22:03:34 -08:00
michaelangel007
c68c50c8db
Fix mode Color Text Optimized -> Monochrome TV
2015-01-01 17:32:09 -08:00
michaelangel007
29fbe9515c
Fix all GR modes -- need 16-bits for pixel color
2015-01-01 17:20:36 -08:00
michaelangel007
e07d80898f
Fix Ctrl-F6 2x zoom
2015-01-01 17:19:49 -08:00
michaelangel007
d75cc2b330
Cleanup and factor common code, macro VIDEO_DRAW_BITS() to inline function
2015-01-01 11:59:54 -08:00
michaelangel007
75c5cc8151
Fix broken MIXED mode, fix Debugger view output, change main loop to call VideoRefresh()
2015-01-01 11:48:59 -08:00
michaelangel007
1087f738d5
Fix monochrome RGB colors
2015-01-01 09:59:58 -08:00
michaelangel007
28cd63fc84
Fix: 50% Half Scan Lines wasn't being applied on intial setup
2015-01-01 09:59:09 -08:00
michaelangel007
d0b067f8d2
Fix BLOAD 'filename.hgr' so an address can be specified and used as an over-ride
2015-01-01 05:51:06 -08:00
michaelangel007
581bb332fe
Debugger 2.8.0.9b: BLOAD now recognizes the extensions .hgr or .hgr2 to load to $2000, or $4000 respectfully
2014-12-31 19:38:36 -08:00
michaelangel007
07be4dfa1d
Debugger 2.8.0.9: BLOAD now recognizes the extensions .hgr or .hgr2 to load to $2000, or $4000 respectfully
2014-12-31 19:24:04 -08:00
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
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
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
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
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
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
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
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
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
tomcw
8c019bcd35
More main-loop reduction & removal of redundant globals.
...
Fixed JoyUpdateButtonLatch() to debounce in 5mecs instead of 5secs!
SpkrToggle() was using redundant global ('cyclenum') when using the PC speaker.
. I reworked the code (as it looked out-of-date),
but probably better to just remove all the PC speaker support.
2014-09-14 21:23:54 +01:00
tomcw
0db62489f9
Refactor: g_bVideoMode -> g_uVideoMode
2014-09-14 16:15:14 +01:00
tomcw
1f892a27d4
Simplified main-loop a bit more, and removed more globals from AppleWin.cpp
2014-09-14 16:12:55 +01:00
tomcw
bc45812f4e
Simplified and moved main-loop video update logic into Video.cpp.
...
Removed complex case below for:
. VideoHasRefreshed(), 'anyupdates'
. VideoCheckPage()
Detailed notes below.
---
Video updates in ContinueExecution() loop:
'anyupdates' gets set if there were any page-flip(s) in last ~17030 cycles:
anyupdates |= VideoHasRefreshed();
ie. VideoRefreshScreen() was called outside of this loop.
If there's been a call to VideoRefreshScreen() outside of this loop,
and then the video framebuffer gets written to, ie. VideoApparentlyDirty() returns TRUE,
then don't call VideoRefreshScreen() from this loop for 3 frames.
(If a VideoRefreshScreen() is called outside of this loop then restart the 3 frame count.)
So..
if the game is flipping, the VideoApparentlyDirty() will return FALSE (since game writes to other framebuffer).
if the game is not flipping, then VideoHasRefreshed() will return FALSE (since no flips occur).
Therefore this complex case above probably only arises at a boundary eg. when the game is transitioning between these 2 modes,
and so if the emulator does the very occasional screen update in this main loop, it is of no consequence.
(I guess this extra logic was to throttle video updates on very old slow machines)
---
VideoCheckPage(BOOL bForce) was called twice in main-loop:
UnexpectedPage if g_bVideoDisplayPage2 != SW_PAGE2
Once each time through the loop (ie. every 1ms), with bForce=0
if UnexpectedPage && >500ms since last flip then VideoRefreshScreen()
Once each video frame (ie. ~17030 cycles) when not flipping, with bForce=1
if UnexpectedPage then VideoRefreshScreen()
Basically this was all about supporting FullSpeed mode, and limiting the calls to VideoRefreshScreen().
2014-09-13 22:22:27 +01:00