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
09fa6ccef5
Fixed #342
2016-09-16 23:05:39 +01:00
tomcw
31ba57b7c7
Debug logging: add log message for time from boot until first key read (for AZTEC.DSK).
...
+ Remove an unused var.
2016-09-06 21:38:00 +01:00
tomcw
20ed6607e5
Prepare for RC:
...
. Removed title screen's "NTSC alpha v18" text
. Updated History.txt
. Updated Help html files
2016-09-05 22:36:24 +01:00
tomcw
af196ac8ae
Tidy-up for full-screen vars
2016-07-26 22:33:45 +01:00
tomcw
3cf54e6fa3
Calculate full-screen scale using borderless dimensions & allow more than 2x scale
2016-07-25 21:19:00 +01:00
tomcw
02b0d7419a
Fixed screen update when running at full-speed
...
. Specifically IBIZA.DSK demo which streams data from the disk throughout (ie. so runs at full-speed all the time)
. Update the screen every frame, but only if video memory has changed (check AZTEC.DSK loading time)
. NB. When running at full-speed, then 6502 emulation doesn't do cycle-accurate video updates
Fixed crash that could occur when switch video mode (F9) when running at full-speed
. Occured when g_nVideoClockVert was >= 192
2016-07-23 22:53:29 +01:00
tomcw
66e468db65
Merged in Nick's new native resolution full-screen
...
- old 640x480 full-screen deprecated
Fixes for:
. Logo & Debug window scaled/positioned correctly
. Buttons & disk activity (on RHS) drawn in correct position
. Crosshairs for mouse (and when using mouse as joystick)drawn in correct position
2016-07-12 22:43:31 +01:00
tomcw
04c9d09e38
When FullSpeed: don't do cycle-accurate graphics update
...
. means that disk accesses (eg. loading) is much quicker
Correct naming of video modes (in UI and code)
Pixel adjust for NTSC B&W and Color video modes to align with other video modes
2016-05-17 22:07:27 +01:00
tomcw
749e1514bd
Use correct resource BMP for each model's character set (Apple ][, original //e and Pravets)
...
Also resized the Pravets BMPs to be either 256 or 512 pixels in height.
2016-04-12 23:21:05 +01:00
tomcw
9adbb1e8e6
Added NTSC_Reinitialize() to re-init NTSC state after loading a save-state file
2016-04-05 22:17:29 +01:00
tomcw
7ccf722200
Fixed: AltCharSet flag was inverted
2016-04-04 22:38:01 +01:00
tomcw
346f45b3e9
Fixed: NTSC video mode vars not setup after loading save-state
2016-04-04 21:32:40 +01:00
tomcw
d23ae15774
Removed border from:
...
. final rendered window
. print-screen bmps (both sizes)
Fixed full-screen so that:
. all mode (RUNNING, DEBUG and LOGO) all occupy the same screen position
. there's no intermediate data drawn out of position when first switching to full-screen
Tested on Win7 and Win10
2016-04-04 21:05:58 +01:00
tomcw
e98de27039
Manual merge from master @ c798157
2016-03-21 23:48:02 +00:00
michaelangel007
4886b5daea
version 18 Blurry 80-col text
2015-01-17 11:19:29 -08:00
michaelangel007
dfc4ef6d13
Version 17 BMP Palette
2015-01-10 23:12:22 -08:00
michaelangel007
fcd9d7377b
Fixed screenshots (large), factored out Windows BMP Header Struct
2015-01-10 11:42:53 -08:00
michaelangel007
ec6f124140
WIP: fix 560x384 screenshots (600x420 for the time being)
2015-01-10 11:22:41 -08:00
michaelangel007
ae6f1c9f0f
Debugger: Added: ntsc save [filename], ntsc load [filename]
2015-01-08 12:15:19 -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
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
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
2db3c6b318
PreAlpha: v12, revert VideoBenchmark() to call VideoRefreshScreen(0)
2015-01-03 11:44:06 -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
e98a0f5f7e
Optimize rendering so it doesn't hog the CPU
2015-01-02 17:56:16 -08:00
michaelangel007
a09c64e5f5
Add Alpha Watermark so we can track bugs
2015-01-02 12:23:28 -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
88b1b493e4
Set 40/80 Char Set if not Apple ][
2015-01-01 22:03:34 -08:00
michaelangel007
e07d80898f
Fix Ctrl-F6 2x zoom
2015-01-01 17:19:49 -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
1fc2c0f2b2
Remove most of the old unused Video rendering functions
2014-12-31 17:57:57 -08:00
michaelangel007
2dedaf0158
NTSC: fix Debugger View Output commands: TEXT, HGR, etc
2014-12-31 17:15:36 -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