Commit graph

1429 commits

Author SHA1 Message Date
Sour
2929a7c738 Mapper 116 support 2018-06-17 23:09:01 -04:00
altiereslima
ae6ffb3e7d Update portuguese translation. (#407) 2018-06-17 23:08:25 -04:00
Sour
f18e5054aa Debugger: Lua - Allow negative width/height values in drawRectangle 2018-06-17 13:32:18 -04:00
Sour
24ff779124 UNIF: Added support for KS7031 boards 2018-06-17 13:09:21 -04:00
Sour
80a6981ad2 UNIF: Added support for UNL-CITYFIGHT board 2018-06-17 12:47:57 -04:00
Sour
914fc2f587 UNIF: Added support for UNL-DANCE2000 board 2018-06-17 12:19:58 -04:00
Sour
6a59bb52c9 Fixed issues with Sunsoft-4 emulation (Mapper 68) - Nantettatte roms with external PRG now work properly 2018-06-17 11:28:41 -04:00
Sour
ff9322dee0 UNIF: Added support for BMC-80013-B board 2018-06-17 10:28:59 -04:00
Sour
4f94b4dbb7 Linux: Fixed build error with gcc/clang 2018-06-17 09:14:58 -04:00
Sour
2d4b3040e3 UNIF: Added support for KS7017 board 2018-06-17 00:23:25 -04:00
Sour
e3f0e83514 Fixed minor multithread issue (UI would try to read .rgd file while the core was writing to it) 2018-06-17 00:18:17 -04:00
Sour
d568b63cd9 JY Company: Fixed ROM nametable logic 2018-06-17 00:18:17 -04:00
Sour
dc48591397 JY Company: Fixed CHR/PRG banking issues 2018-06-17 00:18:17 -04:00
Sour
b8bc320965 UNIF: Added support for UNL-158B board 2018-06-17 00:18:17 -04:00
Sour
acf35a7ff1 UNIF: Added support for Sachen 9602B board 2018-06-17 00:18:17 -04:00
Sour
ec9a8d4330 UNIF: Added support for BMC-8157 and BMC-830118C 2018-06-17 00:18:17 -04:00
Sour
8c40a4616b UNIF: Added support for BMC 8-in-1 board 2018-06-17 00:18:17 -04:00
altiereslima
261828c5a3 UI: Update portuguese brazilian translation (#406) 2018-06-17 00:17:51 -04:00
Sour
b3c763a5f3 Debugger: Fixed issue with "set next statement" and assembler's "execute" feature 2018-06-16 17:09:37 -04:00
Sour
130b923a0b Linux: Fixed startup crash (due to earlier commit) 2018-06-16 15:47:06 -04:00
Sour
7619b93cfe Netplay: Added password protected servers 2018-06-16 14:02:12 -04:00
Sour
c0c0fa606b Fixed potential multithread crashes that could occur under certain circumstances (e.g when a game crashes) 2018-06-16 10:26:35 -04:00
Sour
6c9d44a9c1 Fixed minor memory leak, out-of-bounds memory access, uninit memory reads and compilation warnings 2018-06-14 23:29:15 -04:00
Sour
7528c1fd06 Debugger: Lua - removeMemoryCallback end address is now optional (like it was meant to be) 2018-06-14 18:36:31 -04:00
Sour
d179b5e7d1 Fixed uninitialized memory reads 2018-06-13 17:48:52 -04:00
Sour
6d4afaac99 Video: Fixed scanline effect causing transparent pixels in screenshots 2018-06-12 16:48:40 -04:00
Sour
44ca91adb1 Savestates: Fixed audio issues when loading savestate saved in one region while the UI is configured to use another region (e.g ntsc vs pal) 2018-06-12 16:37:36 -04:00
Sour
ebd6ff72ba Linux: Fixed warnings with newer version of clang 2018-06-11 19:07:05 -04:00
Sour
17a02fb5c8 Debugger: Improved performance when a lot of labels are defined (e.g 1000+) 2018-06-09 21:25:49 -04:00
Sour
335a133e0a Audio: Improved audio/video sync and reduced static/glitches in output (on both Windows & Linux) 2018-06-09 14:03:53 -04:00
Sour
88d84f7c0b Fixed compiler warnings 2018-06-07 21:58:22 -04:00
Sour
7fb369bfc9 Set Windows timer interval to 1ms when emulation is running (+ added option to disable this behavior) 2018-06-07 21:48:21 -04:00
Sour
8f6daaf9a9 Debugger: Added "Break on uninitialized memory read" option 2018-06-07 19:32:34 -04:00
Sour
03c8d546bd Debugger: Lua - Make end address optional in addMemoryCallback/removeMemoryCallback (for 1 byte ranges) 2018-06-06 19:31:01 -04:00
Sour
9fb9ff4ef9 Debugger: Lua - Fixed end address parameter in addMemoryCallback being off by 1 (breaking change for scripts) 2018-06-05 18:52:12 -04:00
Sour
e68892f62f FDS: Fixed crash when using "Switch Disk Side" when game has 1 side (~64kb) 2018-06-03 18:20:40 -04:00
Sour
a5756aabbe UI: Added message on pause screen in fullscreen mode (instructions to revert to window mode) 2018-06-03 14:35:54 -04:00
Sour
3725f442b9 Movies: Disable rewind while recording (since it currently breaks the recording, until proper re-recording features are implemented) 2018-06-03 11:58:11 -04:00
Sour
aad8b2bd47 PPU: Simulate the PPU's address bus a bit better (fixes Touhou Rououmu homebrew that detected Mesen as an emulator because of it) 2018-06-02 22:12:00 -04:00
Sour
365d246d92 Tests: Fixed automatic tests input code 2018-06-02 18:56:26 -04:00
Sour
840368467a Debugger: Trace Logger - Made format string a bit more lenient on syntax (and display [Invalid tag] when the content can't be parsed properly) 2018-05-31 21:21:04 -04:00
Sour
f3462e0ffe Debugger: Trace Logger - Fixed display order for 2-byte zero page display 2018-05-31 20:58:01 -04:00
Sour
4722d71126 Linux: Fixed build error 2018-05-27 00:28:47 -04:00
Sour
e871a9ce15 Audio: Improved error trace when init fails 2018-05-26 11:56:12 -04:00
Sour
7029390646 Mapper 19 (Namco 163/175/340): Use DB to select proper variant, when possible. 2018-05-26 10:16:52 -04:00
Sour
091da2164c Debugger: Trace Logger - Added output format customization 2018-05-26 01:14:37 -04:00
Sour
97174cea80 Fixed compilation warning 2018-05-07 19:53:12 -04:00
Sour
a086acde87 Libretro: Added "raw" palette option 2018-05-07 19:52:56 -04:00
Sour
2082b22841 MMC3: Changed power on state to improve compatibility (with some unlicensed games, some MMC3 clones appear to have a fixed startup state?) 2018-04-16 11:49:22 -04:00
Sour
e99a6a5b4a CC-21: Fixed issues with 8k chr rom games (+ added game to DB) 2018-04-16 11:35:13 -04:00