Commit Graph

2798 Commits

Author SHA1 Message Date
CaH4e3 f8e6ed06f2 UNIF COOLBOY - more fixes [ClusteR]
ppuview: 8x16 sprite display mode
2015-07-26 08:23:10 +00:00
zeromus f91953b0b0 add ines database entry with correction for Dragon Wars (U) (proto) 2015-07-25 23:47:22 +00:00
CaH4e3 e59106e35b fix to coolboy 2015-07-12 20:53:23 +00:00
CaH4e3 4fd8715890 nw 2015-07-12 14:10:46 +00:00
CaH4e3 4ec95b5b9b UNIF BMC-10-24-C-A1 - new dump 6-in-1 by ClusteR
UNIF COOLBOY - update from hardware tests by ClusteR
UNIF OneBus - mirroring fix
2015-07-11 16:03:45 +00:00
feos-tas 5440ad057a sdl: dendy mode was setting PAL flag, yikes 2015-07-01 15:57:21 +00:00
punkrockguy318 640f292d86 sdl: added support for prescale2x/3x/4x 2015-06-28 04:13:54 +00:00
punkrockguy318 5ecf5060ab sdl: fix issue with dendy where scanlines were not getting set 2015-06-27 17:10:18 +00:00
punkrockguy318 52edb6e422 sdl: added gui element in sound cfg for swap duty cycles 2015-06-24 03:14:21 +00:00
punkrockguy318 d42dc266ec sdl: new feature: menu toggling with the alt key. allows for pseudo-fullscreen in sdl windowed mode 2015-06-24 02:48:43 +00:00
punkrockguy318 81c6aee487 sdl: fix a potential compilation issue 2015-06-24 00:38:49 +00:00
punkrockguy318 209f3137de sdl: added config value SDL.SwapDuty (0 or 1) 2015-06-24 00:31:20 +00:00
punkrockguy318 4c0b8d9ce8 sdl: changed pal checkbox to 'Region' combo including dendy 2015-06-24 00:16:57 +00:00
punkrockguy318 fc74c4fd16 fix sdl port compatibility (MessageBox() win only) 2015-06-23 23:47:27 +00:00
feos-tas 954fc5d5dd Lua: rom.writebyte() and gethash(). 2015-06-23 21:04:31 +00:00
CaH4e3 3be370f776 UNIF DRAGONFIGHTER - new board for the new dump (PCB BMW8544)
DEBUG: finally rid out of parasite handler triggering while reading data from debugger, hope it didn't broke something
INES: some quirks to be able to run UNIF files in iNES format (there are a lot of them in the NET marked as BAD because of that), need more extra mapper numbers, probably a new range, more crc lists of roms
2015-06-23 11:43:42 +00:00
zeromus 0c4cb43739 oops 2015-06-18 06:29:46 +00:00
zeromus 14fdc3cdb6 reorganize overclocking variabls from r3120 to be in the core emulator instead of all jumbled up among modules 2015-06-18 06:26:38 +00:00
feos-tas 72f2d47f3a Overclocking. Implemented by adding extra scanlines to PPU loop. Disabled (optionally) while 7-bit samples are playing (as they can't be worked around otherwise). 2015-06-16 19:52:49 +00:00
zeromus e71e32ceb7 revert last 3 commits, experiment failed. its always there if it proves helpful. 2015-06-16 06:53:43 +00:00
zeromus c990bb3798 fiddle around with sdl frameadvance throttle (continued) 2015-06-16 06:03:27 +00:00
zeromus 34a1a9db51 fiddle around with sdl frameadvance throttle (continued) 2015-06-16 06:00:34 +00:00
zeromus 7bcc8a67f3 fiddle around with sdl frameadvance throttle 2015-06-16 06:00:00 +00:00
CaH4e3 aa90b868a1 UNIF 158B - new board for "Blood of Jurassic" dump 2015-06-14 13:05:32 +00:00
punkrockguy318 97437c8da4 SDL: added preliminary dendy support (set SDL.PAL to 2 to enable.. for now) 2015-06-09 01:20:47 +00:00
feos-tas 1df598e34d Movie: when converting a FCM, fds flag was always set due to not being initialized. 2015-05-28 16:10:07 +00:00
feos-tas 72f5785c14 Video: implemented PAL subcarrier emulation as a filter, with options in Palette dialog. 2015-05-09 17:06:07 +00:00
feos-tas 85ec4f169d Video: applied patch from #666 - lua drawings in nsf.
Sound: nsf can be set to Dendy.
2015-05-01 18:25:39 +00:00
feos-tas fa6d74b373 Fixed #697. Checkbox on the main Debugger panel. 2015-05-01 17:09:23 +00:00
feos-tas 81cc9062f0 Video: added Prescale filters, that pointresize to 2x-4x to allow less blur at fullscreen + hardware acceleration. Only work at 32bpp.
fix to previous commit note: not bytes, bits!
2015-05-01 16:13:22 +00:00
feos-tas 21d94f7f27 Added option to swap bytes in charge of duty cycles, a bug present on some Dendy models. 2015-04-26 23:16:31 +00:00
feos-tas 36e1b07c19 Added Dendy mode for Windows.
http://wiki.nesdev.com/w/index.php/Clock_rate
2015-04-26 10:12:15 +00:00
punkrockguy318 bceb7966bc sdl: added hotkeys for volume up/down (sf698); applied Michal Kepien's patch (thank you) 2015-04-10 23:35:48 +00:00
punkrockguy318 6ecfad996e sdl: fix volume up/down hotkeys (sf698) applied Michal Kepien's patch (thank you) 2015-04-10 23:33:04 +00:00
punkrockguy318 824e430eba applying Anthony J. Bentley's manpage updates (sf 680) 2015-03-30 02:09:43 +00:00
punkrockguy318 6f75a23de7 sdl: add link to libgd project download page in readme
sdl: note optional libgd dependency in readme
scons: fix logic for LOGO and CREATE_AVI options
2015-03-15 18:53:06 +00:00
feos-tas aae0c7dd45 Symbolic debug: tweaked register names, allowed to disable them from config file (entry "symbRegNames"). 2015-03-11 18:16:14 +00:00
rainwarrior 7d323c450a reducing forced customization of register names to a #define flag, see bug #687 2015-03-03 02:10:04 +00:00
rainwarrior 7412d1e1cf correcting bug #690 FME-7 (#69): Only writes to $0D should acknowledge the IRQ 2015-03-01 19:12:44 +00:00
CaH4e3 796f6309c6 UNIF COOLBOY - small fix
UNIF FK23C - 256K RAM fix
2015-02-22 12:23:27 +00:00
punkrockguy318 6b651e8acf gtk: added apply button to video config dialog 2015-02-07 00:36:36 +00:00
rainwarrior 1292031e38 initializing pageNumbersLoaded so that debugging labels will load correctly on first use 2015-01-28 18:31:14 +00:00
rainwarrior 7ad8b79cd3 fix for new-PPU debug information (address and pixel) 2015-01-28 18:12:06 +00:00
CaH4e3 53544c7f79 SC-127 board (Wario Land II pirate Kirby Hack) prot read, fixes random crashes and glitches 2015-01-25 14:00:17 +00:00
rainwarrior 7936b92495 mapper 31 infiniteneslives-NSF 2015-01-25 00:04:36 +00:00
CaH4e3 860cc71cf9 mapper 35 - bad save state args fix 2015-01-09 13:02:08 +00:00
CaH4e3 06015dcba8 one more fix to prev 2015-01-06 15:33:41 +00:00
CaH4e3 87ebcdc87c fceumm sync 2015-01-04 16:19:03 +00:00
CaH4e3 c5fce7dc20 mapper 4 - KT-008 board hacked into MMC3 for now. 2014-12-08 18:20:40 +00:00
zeromus 92f87c08ed etc. 2014-11-23 23:49:25 +00:00