Menace Beach
Revision 3310
Author: rainwarrior | Date: 22 września 2016 23:17:42
- nametable viewer: add auto-resizing to accomodate smaller DPI, partial fix for bug #753
Revision 3309
Author: feos-tas | Date: 22 września 2016 20:33:58
- debugger:
- - move disasm to richedit control
- - change font color for current PC instead of BG.
- - IDA font option
- - normal button with text for original size restoration
- tracer: fix autoselection
Revision 3308
Author: feos-tas | Date: 17 września 2016 21:57:51
- debugger: rework to display disasm bg in white and current PC bg in blue
Revision 3307
Author: feos-tas | Date: 17 września 2016 15:28:23
- tracer: log bank number
- mandatory when debugging banking glitches
Revision 3305
Author: rainwarrior | Date: 7 września 2016 21:56:32
- slight adjustment of PPU Viewer and Name Table Viewer layout to be a little bit more compact
Revision 3304
Author: rainwarrior | Date: 7 września 2016 20:38:49
- adding greyscale palette option to PPU viewer and Nametable Viewer, for debugging while actual palettes are all-black
Revision 3303
Author: rainwarrior | Date: 7 września 2016 19:39:42
- ppuview.cpp replacing inconsistent spaces vs tabs
Revision 3302
Author: rainwarrior | Date: 7 września 2016 19:28:47
- visual attribute display mode for nametable viewer
Revision 3301
Author: rainwarrior | Date: 7 września 2016 19:15:00
- added attribute display to nametable viewer (replaced unused "Mirror" field)
Revision 3300
Author: rainwarrior | Date: 5 września 2016 23:03:11
- cheapocabra: revised mirroring in Software ID mode
Revision 3299
Author: punkrockguy318 | Date: 4 września 2016 04:08:54
Revision 3298
Author: punkrockguy318 | Date: 4 września 2016 03:37:01
- autotools: fix frameskip flag
Revision 3297
Author: punkrockguy318 | Date: 2 września 2016 01:00:30
Revision 3296
Author: punkrockguy318 | Date: 2 września 2016 00:38:43
- sdl: add missing autotools include
Revision 3295
Author: punkrockguy318 | Date: 2 września 2016 00:37:57
- sdl: update autotools gtk requirement and add required readme
Revision 3294
Author: punkrockguy318 | Date: 2 września 2016 00:34:32
- sdl: added autotools build system
Revision 3293
Author: rainwarrior | Date: 31 sierpnia 2016 21:52:25
- cheapocabra: Software ID mode disables entire ROM not just lowest 2 addresses, adding ID mode to save state
Revision 3292
Author: rainwarrior | Date: 31 sierpnia 2016 11:38:15
- cheapocabra forgot to initialize some of flash state, implemented software ID
Revision 3291
Author: rainwarrior | Date: 31 sierpnia 2016 11:07:27
- cheapocabra minor documentation
Revision 3290
Author: rainwarrior | Date: 31 sierpnia 2016 10:58:46
- cheapocabra implemented self-flashing
Revision 3289
Author: rainwarrior | Date: 31 sierpnia 2016 08:29:06
- cheapocabra forgot to free CHR-RAM on close
Revision 3288
Author: rainwarrior | Date: 31 sierpnia 2016 08:11:03
- forgot to submit boards/cheapocabra.cpp
Revision 3287
Author: rainwarrior | Date: 31 sierpnia 2016 07:51:12
- mapper 111 "cheapocabra" preliminary implementation (basic features only, no self-flashing yet)
Revision 3286
Author: rainwarrior | Date: 31 sierpnia 2016 05:39:19
- exit box text replacing "FCE Ultra" with "FCEUX"
Revision 3285
Author: rainwarrior | Date: 31 sierpnia 2016 05:33:04
- improvement on r3284: instead fix new ppu debug reset problem by suspending CPU until the new PPU is in synch for a new frame
Revision 3284
Author: rainwarrior | Date: 31 sierpnia 2016 04:46:16
- fix new-PPU misalignment (garbled graphics) after reset while debugging
Revision 3283
Author: rainwarrior | Date: 31 sierpnia 2016 04:04:33
- fix broken randomizer on silly quit messages (only 4 of 7 were displayed)
Revision 3282
Author: rainwarrior | Date: 30 sierpnia 2016 11:40:36
- nesgNoBGFillColor support for new ppu, re-enable old ppu sprite layer hiding
Revision 3281
Author: zeromus | Date: 30 sierpnia 2016 09:55:50
- newppu: dont break sprite0 hit when disabling BG or OBJ display
Revision 3280
Author: rainwarrior | Date: 25 sierpnia 2016 14:33:21
- adding a set of 16 colours to the "unvaried" palette, especially useful for Lua overlay graphics
Revision 3279
Author: rainwarrior | Date: 25 sierpnia 2016 11:51:46
- hex editor (memview) can now load from file too, not just dump to file anymore
Revision 3278
Author: rainwarrior | Date: 25 sierpnia 2016 09:24:08
- Relative mouse motion interface for SNES and Subor mouse; this allows fullscreen mode to keep the mouse fixed in the centre of the screen, permitting infinite motion.
Revision 3277
Author: rainwarrior | Date: 25 sierpnia 2016 01:23:41
- alternative way of fixing fstat header conflict from r3276 (in case older/other compilers were relying on it), this is only used by netplay.cpp
Revision 3276
Author: rainwarrior | Date: 25 sierpnia 2016 01:17:27
- removing #define fstat _fstat: ends up interacting with inline fstat code causing an infinite recursion on VS 2010
Revision 3275
Author: rainwarrior | Date: 25 sierpnia 2016 00:42:21
- RAM initialization options: default (00 00 00 00 FF FF FF FF as always), all FF, all 00, random.
Revision 3274
Author: rainwarrior | Date: 24 sierpnia 2016 21:21:43
- Hex editor memview:
- 1. expanded bookmarks to work correctly with all views (not just RAM)
- 2. fixed Find dialog to be able to find the first or last byte of the memory region.
Revision 3273
Author: rainwarrior | Date: 24 sierpnia 2016 20:20:44
- Hex editor memview: prevent middle mouse button from attempting to "FreezeRam" when not in RAM mode.
Revision 3271
Author: rainwarrior | Date: 24 sierpnia 2016 10:08:53
- hex editor memview: added OAM view and dump to file, added HOME/END key response, added bounds checking in a bunch of places to keep the view and edits within the memory bounds
Revision 3270
Author: rainwarrior | Date: 24 sierpnia 2016 07:46:52
- remove unused variable from debug.cpp:DebugCycle (accidentally added while working on it)
Revision 3268
Author: rainwarrior | Date: 24 sierpnia 2016 07:35:51
- 1. added new 'R' and 'W' conditions for breakpoints which evaluate to the value read by read instructions, or the value about to be written by write instructions.
- 2. added illegal opcode support for breakpoints (filled in missing fields of optype matrix)
Revision 3266
Author: rainwarrior | Date: 23 sierpnia 2016 10:46:22
- lua write callbacks: adding optional third parameter to retrieve the value written, added Sprites.lua script to visualize sprites (requires and demonstrates feature just added)
Revision 3265
Author: zeromus | Date: 21 sierpnia 2016 22:12:49
- fix parsing of lua colors over 0x80000000 on 32bits systems
Revision 3264
Author: cah4e3 | Date: 7 sierpnia 2016 14:34:58
- CDL: fixed vram data logging glitch
Revision 3263
Author: zeromus | Date: 31 lipca 2016 23:03:12
- support (maybe? untested) 'S' register in conditional debugger breakpoints
Revision 3261
Author: feos-tas | Date: 31 lipca 2016 22:46:32
- -pal won't die if dendy was loaded from config on launch. if -dendy isn't specified, and if left from config, it will get overridden by -pal.
- make deploy.bat a bit more handy
Revision 3260
Author: feos-tas | Date: 31 lipca 2016 19:55:40
- fix help regarding command line options
- updated site
Revision 3259
Author: feos-tas | Date: 31 lipca 2016 19:11:04
Revision 3258
Author: feos-tas | Date: 31 lipca 2016 19:06:46
- simple fix to -pal cmd setting turned into updating the whole infrastructure responsible for regions. now region change is also reported if it was specified in cmd.
- fix #743
Revision 3257
Author: feos-tas | Date: 30 lipca 2016 19:56:43
- found this great script just now
- it's especially great for sound effects
Revision 3251
Author: feos-tas | Date: 28 lipca 2016 22:57:58
- hardcoded years are great too
Revision 3247
Author: zeromus | Date: 28 lipca 2016 22:39:14
- re-export with correct version of helpndoc
Revision 3246
Author: zeromus | Date: 28 lipca 2016 22:17:04
- update release date in docs
Revision 3245
Author: zeromus | Date: 28 lipca 2016 22:09:54
- feos deserves a promotion
Revision 3244
Author: zeromus | Date: 28 lipca 2016 22:09:40
- add "public release" build configuration
Revision 3243
Author: zeromus | Date: 28 lipca 2016 22:09:25
- my r3205 made a possible tiny bug in some gamepad profile management somehow. I didnt get the warning until I made a release build, so let's fix it now (i hope)
Revision 3242
Author: feos-tas | Date: 23 lipca 2016 16:49:49
Revision 3241
Author: feos-tas | Date: 16 lipca 2016 20:28:49
- disable pal filter and region messages for sdl