Commit Graph

136 Commits

Author SHA1 Message Date
sorgelig
2e12b079d5 arcade: better error visibility. 2019-12-21 08:08:56 +08:00
sorgelig
7b949f3ded archie: use generic 8bit type. 2019-12-21 02:25:29 +08:00
sorgelig
7080eb1362 gba: add goomba emulator autoloading for gb/gbc roms. 2019-12-18 06:13:20 +08:00
sorgelig
0eb7b3017d Fixes, tweaks, cleanup. 2019-12-12 03:43:49 +08:00
Alan Steremberg
d981092caa Add support for /arcade folder, and MRA xml decoding
* round trip xml launch

* roms load

* removed debug

* added binary data and changed rom format

* changed hex format

* fixed bug

* added structure and start/length

* removed base64 support

* removed base64 support

* fixed parsing bugs

* fixed hex parse bug

* fixed parser

* fixing paths

* fixed rbf parser

* fixed initialization bug

* fixed extension removal for when there are multiple extension options

* fixed core path and cleaned up filelength

* added md5 checks to arcade roms

* fixed rbf search

* added error support

* Simplify error checking code

* fixed arcade error message pop up

* fixed bug in part zip initialization

* removed dtdt

* don't load second rom0 if first works

* fixed directory problem

* added more comments

* added / to zip path

* fixed / bug, truncate mame zip error message

* fixed scrolling RBF

* fixed scrolling name and error message

* added code to remove _date in scrolling text

* remove redundant /
2019-12-12 00:33:27 +08:00
sorgelig
aedb73aa12 megacd: support for backup mount/init. 2019-12-09 07:41:39 +08:00
sorgelig
312873d0cf Progress bar for file loading. 2019-12-08 05:33:31 +08:00
sorgelig
acf0111877 OSD fixes. 2019-12-05 00:48:30 +08:00
Sergey Dvodnenko
3c2a19b745 megacd: reset drive without ejecting a disk
* megacd: fix sgets()

* megacd: reset drive without ejecting a disk
2019-12-04 03:48:47 +08:00
sorgelig
e56145f02d Optomizations in OSD, more calls for megacd while OSD rendering. 2019-12-02 02:16:47 +08:00
sorgelig
7cde6e6b93 megacd: fix wrong cd eject call. 2019-12-02 01:01:24 +08:00
sorgelig
894f0fa389 Use FF fill if no save found. 2019-11-24 02:13:48 +08:00
sorgelig
b33d930bfa Add MegaCD support code. 2019-11-20 00:15:29 +08:00
sorgelig
6076935456 user_io: disable non-minimig I/O on minimig core. 2019-11-13 22:52:57 +08:00
Jamie Dickson
45b35c2cff Allow use of "games" folder for core rom folders. 2019-10-21 03:12:47 +08:00
sorgelig
56bf758b09 minimig: refactoring. 2019-10-06 07:35:36 +08:00
sorgelig
4726048389 Apple-II: add disk format converter, some cleanup. 2019-10-04 16:40:02 +08:00
sorgelig
560f19dc6b More bits for status. 2019-10-03 23:07:53 +08:00
sorgelig
f52d81f7bc OSD rotation option. 2019-10-03 01:37:57 +08:00
sorgelig
c24b973fc4 alt mode 2019-09-17 02:51:31 +08:00
sorgelig
c3c4e2ea3e some flags for dual-sdr cores. 2019-09-08 08:40:06 +08:00
sorgelig
6845359231 minimig: use detected SDRAM size to adjust selected FastRAM config if required. 2019-09-04 00:07:21 +08:00
sorgelig
25fb4570fe SDRAM module type detection. 2019-09-02 03:31:48 +08:00
sorgelig
47400adef6 Support for hdmi_limited=2 (16-255). 2019-08-31 06:59:49 +08:00
sorgelig
988355c470 Experimental direct_video option in INI. 2019-08-20 22:59:34 +08:00
sorgelig
9d8d6d1f18 NeoGeo: fix backup save/load. Move CD indexes to 1 and 2. 2019-08-12 00:32:33 +08:00
sorgelig
71791a30f7 disable some log messages. 2019-07-28 00:26:10 +08:00
sorgelig
d8c338046a Merge NeoGeo support code. 2019-07-20 10:37:08 +08:00
sorgelig
5e970fcc75 Minimig: fix reset by I/O button, add more memory configs. 2019-07-17 17:25:55 +08:00
sorgelig
4965be614a Reset SNES type on name reading. 2019-06-29 03:05:45 +08:00
sorgelig
f056480a07 Normalize line endings, remove trailing spaces. 2019-06-29 00:57:18 +08:00
sorgelig
e52ae6ba82 Rework disk LED activity. 2019-06-26 02:16:21 +08:00
sorgelig
56f66ebf41 Check status change request while ROM uploading. 2019-06-13 05:52:57 +08:00
sorgelig
5d413a61fd Remove TZX parser. 2019-06-11 06:42:20 +08:00
sorgelig
8c7560209b vga_sog option. 2019-06-06 01:20:43 +08:00
sorgelig
715d54d8a9 Some optimizations. 2019-06-06 01:15:10 +08:00
sorgelig
c41219c06a user_io: disable unused functions for menu core. 2019-06-04 23:15:22 +08:00
sorgelig
d78a41aa31 Menu core: improved OSD timeout, hide logo as well, darked the screen after double timeout. 2019-06-04 15:49:06 +08:00
sorgelig
c55a0bd654 input: reduce logging while HPS screen is active. 2019-05-27 22:46:54 +08:00
sorgelig
a6d88e4a69 Don't try to load boot.rom for Menu core. 2019-05-27 15:57:13 +08:00
sorgelig
616ee67bd2 input: improvements in mouse handling, add mouse wheel support. 2019-05-26 18:19:37 +08:00
sorgelig
eddd5f1dc8 Disable input grab before reload the core. 2019-05-26 06:20:14 +08:00
sorgelig
ac7ba6d115 More support for framebuffer and terminal coexistence. 2019-05-24 01:20:50 +08:00
sorgelig
ec41bbfcb2 Extract video functions to separate file, some refactoring. 2019-05-20 20:01:04 +08:00
sorgelig
414861e3bf vsync_adjust: allow PAL-only or NTSC-only adjust. 2019-05-18 22:27:53 +08:00
sorgelig
448cc2cf67 Correct handle of interlaced video. 2019-05-17 01:53:01 +08:00
sorgelig
36bdd504db Allow hdmi_limited for DVI as well. 2019-05-13 15:07:14 +08:00
sorgelig
518535721a OSD: mask to disable and hide menu items. 2019-05-13 01:03:57 +08:00
sorgelig
4c2f3c9622 Updates in cheats handling. 2019-05-12 21:04:06 +08:00
CruelTott
fa842c1c55 Add INI option to set HDMI output to Limited RGB 2019-05-11 13:42:25 +02:00