Commit Graph

932 Commits

Author SHA1 Message Date
Brandon Wright 75c60aa666 Spacing. 2018-05-22 16:58:12 -05:00
Brandon Wright c80be8c7f6 Add some things to changes.txt. 2018-05-22 16:57:16 -05:00
Brandon Wright cff3ff50f5 I think this one's fixed, too. 2018-05-22 16:50:52 -05:00
Brandon Wright eba29c569a Fix tile selection in mosaic offset-per-tile mode. Fixes first Contra 3 boss. 2018-05-22 15:58:10 -05:00
Brandon Wright eabfc07c1d Remove left edge set. 2018-05-22 15:22:12 -05:00
Brandon Wright d7492f1804 Left edge must be retested because we're not using whole tile widths. 2018-05-22 15:16:14 -05:00
Brandon Wright c29ca215d0 Increment VRAM pointer even if we don't write to it. 2018-05-22 14:54:37 -05:00
OV2 a911503d4a win32: restore old style OGL .shader support 2018-05-22 21:43:51 +02:00
OV2 69f5e03ac5 win32: use npot textures in OGL if available, use glsl viewport callback 2018-05-22 21:30:59 +02:00
OV2 3b5ca2397b win32: do not overwrite glsl output 2018-05-22 21:26:38 +02:00
Brandon Wright 9bd9133fbc Fix declaration so it's obvious I switched variables around. 2018-05-21 18:08:22 -05:00
Brandon Wright b9b60a8e60 GLSL: Use a viewport callback to size final pass. 2018-05-21 14:36:13 -05:00
Brandon Wright 206523ee17 Update width when converting to/from hires. 2018-05-20 20:03:12 -05:00
OV2 d8ef082cfe Clear config on destroy 2018-05-20 20:51:20 +02:00
OV2 8b55dd617d Set default wrap mode 2018-05-20 20:51:20 +02:00
OV2 ad2c72d26c win32: fist step glsl shaders 2018-05-20 20:51:20 +02:00
OV2 f883561d11 win32: use bilinear setting in core 2018-05-20 20:51:20 +02:00
OV2 af71ef55cd win32: switch to OpenGL Loader Generator files 2018-05-20 20:51:20 +02:00
OV2 94f90fc94b win32: use rewinding setting in core 2018-05-20 20:51:20 +02:00
OV2 870b6fd77f win32: allow additional options via msbuild 2018-05-20 20:51:20 +02:00
Brandon Wright 16bc6b032f Remove spurious apu.h include here. 2018-05-20 10:39:41 -05:00
Brandon Wright a74fe2f623 Fixed IRQ handling. Dumb me. 2018-05-19 18:12:42 -05:00
Brandon Wright 7dec8a1f9e Use 0x0fffffff instead of 0xffffffff here. 2018-05-19 16:56:28 -05:00
Brandon Wright d27d9b6dbd Fix a couple IRQ problems. 2018-05-19 16:54:05 -05:00
Brandon Wright c96f6cd913 Add Kick Off and Jojo to VRAM write exclusions for now. 2018-05-19 16:00:26 -05:00
Brandon Wright b4a7918ee4 Add another line. 2018-05-19 15:50:16 -05:00
bearoso 4dcf4ddc74
Merge pull request #196 from Francesco149/xinerama
Add xinerama multi-monitor support and position window hints
2018-05-19 15:47:38 -05:00
Brandon Wright ee5abb9fae Fix typo. 2018-05-19 15:45:41 -05:00
Brandon Wright 7f59e94658 Update changes.txt 2018-05-19 15:44:32 -05:00
bearoso d2981fbb79
Create README.md 2018-05-19 14:39:29 -05:00
Brandon Wright 2a2675938e Use lastpass variable. 2018-05-19 14:10:48 -05:00
Brandon Wright 0d75e78e79 Fix first frame being upside down with motion blur shader. 2018-05-19 14:09:21 -05:00
Brandon Wright f1cab4ab17 Change NextTimer to NextIRQTimer. Don't subtract a dot in interlaced mode. 2018-05-19 10:33:26 -05:00
Brandon Wright 3553650469 Write OpenBus during S9xSetPPU. 2018-05-18 19:49:35 -05:00
Brandon Wright 1ff91f4224 Make sure to pull IRQLine during IRQ. 2018-05-18 15:48:42 -05:00
Brandon Wright f6864c422f Different IRQ handling. 2018-05-18 14:53:27 -05:00
Brandon Wright aaae363257 Simplify NMI trigger. 2018-05-18 11:10:01 -05:00
Brandon Wright 574f3b1780 Fix typo. 2018-05-17 16:40:05 -05:00
Brandon Wright 8c47efb89a Bound late NMI trigger to last half of scanline. Be more careful setting trigger position. 2018-05-17 16:24:51 -05:00
Brandon Wright 7f88063b84 Don't continuously skip over NMI triggers that happened late in the scanline. 2018-05-17 14:52:10 -05:00
Brandon Wright e14a32dd8c Add some NMI debugging info. 2018-05-17 14:52:10 -05:00
bearoso 2a99253514
Remove leftover test. 2018-05-16 20:45:46 -05:00
Brandon Wright dfff94200c Add some APU debugging capabilities. 2018-05-16 17:46:28 -05:00
Brandon Wright 30a924fa48 Revert "Fix Secret of Evermore PAL version."
This reverts commit 6ee21af0cf.
2018-05-15 18:27:56 -05:00
Brandon Wright 6ee21af0cf Fix Secret of Evermore PAL version. 2018-05-15 17:25:50 -05:00
Brandon Wright df19fc3f11 Delete contents after use. 2018-05-14 18:27:06 -05:00
Brandon Wright 09ea2d0e67 Various fixes. 2018-05-14 17:19:55 -05:00
Brandon Wright cc8fd9c231 Add wrap_mode parameter. 2018-05-14 14:27:07 -05:00
Brandon Wright c35360b567 Silence a couple warnings. 2018-05-14 11:20:12 -05:00
Brandon Wright 2f57076877 Adjust SDD1 mapping. 2018-05-14 11:10:03 -05:00