Commit Graph

638 Commits

Author SHA1 Message Date
michaelangel007
95b50b214f Cleanup: remove unused: wsUpdateVideoLores() wsUpdateVideoHires() 2014-12-27 12:14:15 -08:00
michaelangel007
bef8c1efff missed wsvideo.cpp: Cleanup: Remove unused wsVideoNewDirtyRect wsVideoAllDirtyRect 2014-12-27 12:10:36 -08:00
michaelangel007
aad40fa5d8 Cleanup: Remove unused wsVideoNewDirtyRect wsVideoAllDirtyRect 2014-12-27 12:05:22 -08:00
michaelangel007
f2b2bb804b Cleanup: hgrbits -> g_aPixelDoubleMaskHGR, removed duplicate last 128 entries 2014-12-27 11:57:23 -08:00
michaelangel007
17ed383a7e Pre-built binaries for original and alternative chroma rendering 2014-12-18 13:54:40 -08:00
michaelangel007
1ab91be0d7 Provided 4 different release builds: 1st normal, 3 are the alt. chroma rendering 2014-12-18 13:53:17 -08:00
michaelangel007
e58dccf9cf defaul to CHROMA_BLUR if not specified; fix CYCLESTART for CHROMA_FILTER=0, CHROMA_FILTER =1 2014-12-18 13:35:41 -08:00
michaelangel007
c1fa37a6db Fixed warning GetMonochromeIndex() 2014-12-18 13:31:18 -08:00
michaelangel007
52c98191c6 Add MSVC2010 -- the project uses the confusing ApplewinExpress9.00.vcxproj 2014-12-18 12:54:57 -08:00
michaelangel007
3b1ad75dfd Bump NTSC version number to 6 2014-12-18 12:39:29 -08:00
michaelangel007
9ec2323546 Added MSVC 2010 Solution 2014-12-18 12:38:55 -08:00
michaelangel007
8086e5d00a Fix buffer overflow 2014-12-18 12:38:05 -08:00
michaelangel007
123a278786 added precompiled header include 2014-12-18 12:37:34 -08:00
michaelangel007
423369d845 Fix inconsistent CR/LF line endings; added precompiled header include 2014-12-18 12:37:05 -08:00
michaelangel007
1af6b00294 Revive the alt. NTSC rendering which looks more accurate; the original uses CHROMA_BLUR 1; the alt. rendering mode has 3 variations:
CHROMA_FILTER 0 // chroma as-is
CHROMA_FILTER 1 // soft chroma blur,
CHROMA_FILTER 2 // more blur, muted chroma fringe
2014-12-18 12:26:58 -08:00
michaelangel007
d9ab899787 Cleanup: factor common code outside conditional compilation 2014-12-18 09:42:54 -08:00
michaelangel007
d573b42927 Cleanup: move filterloop() common for( k ) loop outside conditional compilation 2014-12-18 09:38:20 -08:00
michaelangel007
085037da43 Fix broken alt. code in filterloop() so that it works 2014-12-18 09:29:53 -08:00
michaelangel007
bca6d9fe3b Cleanup: Remove manual 2x loop unrolling for readability 2014-12-18 09:22:08 -08:00
michaelangel007
9f2c262104 document CYCLESTART in degrees 2014-12-18 09:06:56 -08:00
michaelangel007
47d70f4fef Cleanup hard-coded 4096 -> NTSC_NUM_SEQUENCES sample rate in filterloop() NTSCColor[s] 2014-12-18 09:05:01 -08:00
michaelangel007
bf27667c8c Add HGR 256 byte test patterns 2014-12-16 16:08:23 -08:00
michaelangel007
3304b45294 Release: Removed hard-coded absolute path names and replaced with relative ones 2014-12-16 16:07:02 -08:00
michaelangel007
3117fa8190 Revert "Pre-built binary of Sheldon's NTSC"
This reverts commit 47d75ba112.
2014-12-16 13:07:16 -08:00
michaelangel007
04f7c357ef Cleanup syntax for readability 2014-12-16 12:53:14 -08:00
michaelangel007
47d75ba112 Pre-built binary of Sheldon's NTSC 2014-12-16 12:52:31 -08:00
michaelangel007
badd4ff9fb Removed hard-coded absolute path names and replaced with relative ones 2014-12-15 20:12:41 -08:00
wsxyz
0b1e70c703 GPL Licensing made explicit in new source files. 2011-03-03 04:10:31 +00:00
wsxyz
c5cfc49da7 fixups to build & run (mainly reinstating v1.20 Debug.cpp & Debug.h) 2011-03-01 08:12:24 +00:00
wsxyz
2daeebcb01 Merge in CPU/Debugger changed files 2011-03-01 08:00:55 +00:00
wsxyz
a9ed7fa2f5 Merge in most (not CPU/Debugger) modified files 2011-03-01 07:59:20 +00:00
wsxyz
22abd2b7a1 Add new files 2011-03-01 07:57:19 +00:00
wsxyz
6b3d9386a6 Update base of this branch to trunk 2011-03-01 05:55:14 +00:00
tomch
c20e6f328d 2011-02-16 16:10:45 +00:00
mpohoreski
c622ab7ac3 Updated year, acknowledgements, and team info. 2011-02-15 17:39:42 +00:00
mpohoreski
2dbef27f83 Made notes for future:
g_sDebugDir
g_sScreenShotDir
2011-02-15 17:22:33 +00:00
mpohoreski
6735d1c245 2.7.0.8
Added: New command PWD to display the current debugger directory.
2011-02-15 17:21:27 +00:00
mpohoreski
674e1db028 Changed default video mode to be Authentic Color Half-Pixel (VT_COLOR_HALFPIXEL)
Moved VT_COLOR_HALF_SHIFT_DIM (Fake Half-Pixel) to be debug-only.
Changed default 50% scan lines to be off.
2011-02-15 17:16:36 +00:00
tomch
bbd99f2c49 Updated 2005 vcproj with Debugger_Commands.cpp 2011-02-07 21:58:58 +00:00
mpohoreski
ac60c74aee 2011-02-06 23:04:37 +00:00
mpohoreski
a82628356a fixed compile warnings of GetDeviceCaps() 2011-01-30 21:59:17 +00:00
mpohoreski
ef024b8154 2.7.0.7 Cleaned up display of soft-switches to show address. 2011-01-30 21:41:03 +00:00
mpohoreski
badf346089 .6 Removed: Removed unused aliases.
Reason: When a symbol table is specified with no args, the total # of symbols will be shown.
    SYMBOLS1, SYMBOLS2, SYM0, SYM1, SYM2, SYM3, SYM4, SYM5, SYM6 
 .5 Fixed: Increased console output height so that you can view all the SYMBASIC * output.
 .4 Added: Two alises for Dos 3.3 and Prodos symbol tables
    SYMDOS
    SYMPRO
 .3 Added: Two new symbol tables added Dos 3.3 and Prodos.
    SYMDOS33 
    SYMPRODOS
2011-01-30 17:39:19 +00:00
mpohoreski
515eef98d2 Fixed misc. stray white pixels not white Color Half-Shift Pixel 2011-01-11 07:58:44 +00:00
mpohoreski
2ec2131c97 Implemented Color Half-Shift Pixel ! 2011-01-11 07:01:51 +00:00
mpohoreski
12a6566a11 Fixed disappearing text
Massive code cleanup (re-organized so palette stuff is together.)
2011-01-09 04:42:46 +00:00
mpohoreski
91b043d5fd Cleanup half-pixel shift comments 2011-01-09 00:45:12 +00:00
mpohoreski
f1078412bf Half-Pixel shift fixed for good ! 2011-01-09 00:40:21 +00:00
mpohoreski
02035cea28 Real Half Shift Pixel Mode implemented 2011-01-08 21:29:27 +00:00
mpohoreski
db7b7b65c0 Made new source "Folder" (Filter) -- Video
- Moved Frame.cpp Frame.h Video.cpp Video.h
Moved Util_MemoryTextFile.cpp to debugger filter
2011-01-08 16:48:39 +00:00