Commit Graph

2205 Commits

Author SHA1 Message Date
Sour
6d17a5a8e5 UNIF: Added support for UNL-T-230 boards 2018-06-17 23:09:02 -04:00
Sour
3104e6150d UNIF: Added support for UNL-YOKO boards 2018-06-17 23:09:02 -04:00
Sour
f818047c2a VRC7: Implemented missing "mute audio" flag 2018-06-17 23:09:02 -04:00
Sour
dd9ae7b715 UNIF: Added support for UNL-VRC7 boards (unlicensed clone) 2018-06-17 23:09:02 -04:00
Sour
b4a0c83e1d Mapper 208 support 2018-06-17 23:09:01 -04:00
Sour
c07a995df4 Mapper 14: Fixed some CHR banking issues 2018-06-17 23:09:01 -04:00
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
fce9ec1023 Debugger: Tooltip positioning improvements 2018-06-16 17:19:20 -04:00
Sour
89400f853c Debugger: Do not show tooltips for immediate values 2018-06-16 17:10:16 -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
71f3105f9d Docs: Various updates to online docs 2018-06-15 21:11:54 -04:00
Sour
7c07baceab Debugger: Trace Logger - Added 5k and 15k line count options 2018-06-14 23:50:21 -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
7896e9d5ac Debugger: Fixed saved window location issues after closing minimized windows 2018-06-14 20:08:03 -04:00
Sour
ad5449b422 Debugger: Event Viewer - Added "List View" tab (list of all events shown in the ppu view tab) 2018-06-14 20:05:07 -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
bdd13065c4 Added AppVeyor builds for Windows & Linux 2018-06-14 01:05:49 -04:00
Sour
326b543761 Debugger: Fixed tooltips not using the user's font for the code 2018-06-13 18:48:27 -04:00
Sour
f19242be45 Debugger: Fixed crash when displaying tooltip when text zoom is not set to 100% 2018-06-13 18:47:53 -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
509d85b2a3 Linux: Makefile tweaks + support for PGO 2018-06-12 00:49:33 -04:00
Sour
718b671730 UI: Fixed warnings found by xbuild 14.0 2018-06-11 19:27:35 -04:00
Sour
ebd6ff72ba Linux: Fixed warnings with newer version of clang 2018-06-11 19:07:05 -04:00
altiereslima
37b7b2c292 UI: Update portuguese brazilian translation (#399) 2018-06-10 20:07:47 -04:00
Sour
8bfcdf2999 VS: Don't build libretro project when building only standalone UI 2018-06-10 15:13:47 -04:00
Sour
4e2f9b403b Libretro: Use retro_audio_sample_batch_t instead of retro_audio_sample_t 2018-06-10 15:11:24 -04:00
Sour
7224169d5f Libretro: Fixed build error 2018-06-10 14:51:00 -04:00
Sour
1cd403d8d4 Linux: Debugger - Fixed op code tooltip layout issue 2018-06-10 14:45:55 -04:00