Commit graph

80961 commits

Author SHA1 Message Date
Vas Crabb
b23bf4ae72 frontend: Various minor improvements.
Made a few more menus reset values to the default in response to the UI
clear input.

Made the minimum info text size less unreasonable, and fixed a locale
issue in the font/size selection menu when parsing option strings.

Made the keyboard mode menu toggle items on double click or UI select.

Made the menuless sliders menu remember the last slider shown (this
probably broke when sliders were moved out of the UI manager itself).

Made a few menus just update the highlighted options when it's adjusted
rather than unnecessarily rebuilding the menu.

Made a few more menus reset on being reactivated to cope with scripts or
other things changing stuff out from under them.
2021-11-14 05:40:31 +11:00
Robbbert
90c4b00824 micropin.cpp: pentacup working, and WIP for pentacup2. Split into derived classes. 2021-11-14 02:08:35 +11:00
0kmg
29148ec9ff
bus/nes: Fixed samples not playing in Famicom Aerobics Studio. (#8800) 2021-11-13 08:40:41 -05:00
Jeff Muizelaar
01dcf56db3
lwriter.cpp: Add support for lwriter rev2 ROM (#8799) 2021-11-13 08:39:57 -05:00
Vas Crabb
d5848b215b osd/windows: Don't set parent window for error message box - it doesn't appreciate the parent being pulled out from under it. 2021-11-13 07:19:07 +11:00
Vas Crabb
839192e769 -osd/windows: Fixed stupid potential deadlock on exit.
-frontend: Some changes to menu item class that will make it possbile to
 reduce the number of menu rebuilds.
2021-11-13 02:49:51 +11:00
Ivan Vangelista
1364bd571e pockchalw.xml: redumped 4 carts which were previously underdumped [skaman] 2021-11-12 15:32:03 +01:00
hap
d7aadbcb12 saitek_osa/sparc: added another version romset [Berger] 2021-11-12 15:09:38 +01:00
0kmg
b8aa7a3d65
bus/nes_ctrl: Added support for Bandai Hyper Shot light gun. (#8794)
Software list items promoted to working (nes.xml)
---------------------------------------
Space Shadow (Japan)
2021-11-12 19:39:28 +11:00
0kmg
f8a2d616eb
taitotx.cpp: Fixed goketsuj title (MT 08127). (#8818) 2021-11-12 19:18:46 +11:00
Vas Crabb
5c8e06be77 -osd/windows: Show error message box on a separate thread (see MT08118).
-emu/emuopts.cpp: Default to built-in UI language rather than English.
* The external English message catalog is a placeholder anyway.

-cpu/mcs48: Corrected comments - D87xxH have UVEPROM, not EEPROM.
2021-11-12 18:38:18 +11:00
arbee
dc6ddf122c m740: STY ZP should store Y, not X (IIgs ADB MCU @ $FF15) [R. Belmont] 2021-11-11 22:11:35 -05:00
Robbbert
aae7ac5328 wico.cpp: Added outputs & save-state support. 2021-11-12 02:36:39 +11:00
Patrick Mackinlay
02adfcf367 rtpc: complete on-disk post routines 2021-11-11 19:20:05 +07:00
Robbbert
93d416d08e vd.cpp: Both games working 2021-11-11 21:17:32 +11:00
Matthew Barnes
11745ec4a5
genie: Define _FILE_OFFSET_BITS=64 on Linux. (#8808) 2021-11-11 17:14:18 +11:00
0kmg
15093de56d
bus/nes_ctrl: Added support for Doremikko piano keyboard. (#8790) 2021-11-11 00:55:21 +11:00
hap
97281426ff diablo68a: correct romlabels 2021-11-10 13:03:02 +01:00
Robbbert
cc6d3d0ef6 ltd.cpp: split into derived classes 2021-11-10 20:29:36 +11:00
Robbbert
6f2242561d techno.cpp: WIP, added sound. 2021-11-10 18:57:57 +11:00
ArcadeShadow
22a52e7875
amiga_hdd: Corrected description (#8806)
Corrected the software list's description (added the manufacturer's name)
2021-11-09 22:06:21 +01:00
Ivan Vangelista
522bf5b03c a1supply.cpp: corrected clock 2021-11-09 18:42:28 +01:00
Sergio G
647c256029
cps1.cpp: Fixed 2 players mode DIP switch for sf2cejx and sf2hfj. (#8797)
Looks like Capcom inverted the default configuration (OFF) to set "2 Credits/Continue" option by default in "sf2cejx" and "sf2hfj", instead "1 Credit/No Continue" present in "sf2jx".
2021-11-10 01:57:11 +11:00
Vas Crabb
39bd1e3558 -stv.cpp: Removed most run time I/O port lookups and removed PORT_RESET.
* IOGA port G counter reset is emulated correctly now.
* Increased sensitivity for patocar trackball – it seemed too slow with
  mouse or analog stick.

-frontend: Handle analog controls with high sensitivity numbers better.

-arcadia.cpp: Removed commented PORT_RESET - it makes no sense for
 joysticks anyway.
2021-11-10 00:24:21 +11:00
hap
98ec00423d Revert "-svg_renderer: Flag when output contents have not changed. [Ryan Holtz] (#8791)"
This reverts commit b0ac175b49.
2021-11-08 20:51:44 +01:00
prime6809
9ef70e0322
wd_fdc: Wait for sector read/write to complete on interrupt d0-7, fixes rmnimbus floppy access errors 2021-11-08 19:36:00 +01:00
Vas Crabb
5c64a1771a frontend: Added input provider module options to menu, worked around machine options not showing modules. 2021-11-09 04:22:28 +11:00
Vas Crabb
524d40adbc taito_h.cpp: Fixed dleague vertical blanking interrupt. 2021-11-09 03:05:32 +11:00
Vas Crabb
1cc8bcc68e -frontend: Don't inappropriately truncate text in menu text boxes.
-osd/windows: Handle WM_UNICHAR.
2021-11-08 23:44:08 +11:00
Vas Crabb
7cc9836017 plugins: Work around menu not remembering selection when ref is nullptr. 2021-11-08 11:51:29 +11:00
Vas Crabb
ac9d1301cb -laserbas.cpp: Fixed a bug in sound output, improved trackball handling.
-taito_h.cpp: Moved Syvalion trackball handling to a derived class,
 reduced copy/paste in I/O handler function.

-Various small cleanups to drivers.
2021-11-08 11:29:49 +11:00
ClawGrip
2b5b1a4b91
New NOT_WORKING machine (#8778)
* arcade.lua: Add stop.cpp

* New NOT_WORKING machine

----------------------------------
Stop [jordigahan, ClawGrip]
2021-11-07 15:30:05 -05:00
ArcadeShadow
be76bf35b6
samcoupe_cass: Corrected software list description (#8796)
Corrected software list description
2021-11-07 15:29:17 -05:00
Robbbert
52c7dadbe7 ltd.cpp: WIP. Added sound.
New machines marked as NOT_WORKING
----------------------------------
Martian Queen
Cowboy Eight Ball (set 2)
2021-11-08 04:51:31 +11:00
MetalliC
dc3c9a6ee0 new NOT_WORKING clone
---------------------
Mushiking The King Of Beetles - Mushiking II / III / III+ (Ver. 1.000-) (Korea) [Jorge Valero, MetalliC, rtw]
2021-11-07 18:55:45 +02:00
tim lindner
bd69ad0843
coco: audit save state and enable it (#8750) 2021-11-07 11:38:52 -05:00
smf-
467a116884 fixes for variables set but not used 2021-11-07 11:25:27 +00:00
AJR
74004a24e3 tms34010: Clarify that not all illegal opcodes are actually trapped; separate TMS34020 emulation better 2021-11-06 19:29:37 -04:00
hap
730d4fa362 hh_sm510: typo in comment 2021-11-06 22:28:50 +01:00
AJR
79738b4cb4 upd4701: Change input update method to not use PORT_RESET 2021-11-06 12:07:22 -04:00
hap
c8148093e3 cps1: remove unneeded ( ) 2021-11-06 16:36:59 +01:00
0kmg
a4629846be
nes.xml: Added a Mega Man 2 re-release. (#8785)
New NOT_WORKING software list additions
---------------------------------------
Mega Man 2 - 30th Anniversary Classic Cartridge [kdawg]
2021-11-07 01:36:48 +11:00
hap
f03bb5dc98 cps1: fix small issue with stars palette cycling [Loïc Petit] 2021-11-06 15:35:36 +01:00
MooglyGuy
b0ac175b49
-svg_renderer: Flag when output contents have not changed. [Ryan Holtz] (#8791) 2021-11-06 08:46:10 -04:00
Vas Crabb
2b025ea08d frontend: Allow cycling modifiers for an absolute axis by pressing repeatedly without going through an append step. 2021-11-06 20:23:11 +11:00
Vas Crabb
3ee378dc4f frontend: Remove no-longer-needed member of save/load state menu. 2021-11-06 15:06:18 +11:00
Vas Crabb
014eb6369b input: Clarify docuemntation and a comment. 2021-11-06 14:11:49 +11:00
Vas Crabb
270276c4d3 -Enabled complex combinations for analog axes:
* Made it possible to add digital controls to axis settings as enables.
* Mix multiple analog controls assigned to an axis setting.
* Added a "reverse" modifier for analog controls (useful with mixing).
* Fixed an issue assigning mouse axes using multiple mouse-like devices
  with -nomultimouse.

-frontend: More cleanup:

* Got rid of some abuse of "special main menus".
* Added a helper class for auto-pause menus that don't spawn submenus.
* Got rid of the fake menu that schedules an exit on the first frame.
* Turned the confirm quit prompt into a menu, eliminated one more
  special-cased event loop.
* Fixed the confirm quit prompt resuming if you return to emulation if
  you weren't paused to begin with.

-bus/centronics: Fixed conflicting DIP locations, reversed order and
 inverted polarity for Epson printers.

* Also added the LX-810 (without L suffix) DIP switches for reference -
  we don't have a device for this printer yet.
2021-11-06 13:52:48 +11:00
Vas Crabb
07e55935cf plugins: Rewrote timer plugin fixing multiple issues.
Added emulated time recording as well as wall clock time.

Fixed recording time for multiple software items per system.  An
incorrect constraint on the database table meant that time was only
being recorded for a single software item per system.

Detect the "empty" driver so the time spent at the selection menu isn't
recorded (you'd get multiple entries for this due to the way options
leak when returning to the system selection menu).

Included schema migration code to update existing timer plugin
databases.  Also replaced some unnecessary floating point code with
integer maths, added log messages, and made the plugin unload unload its
database access code during emulation.

Changed other plugins' use of paths with trailing slashes as this causes
stat to fail on Windows.
2021-11-06 05:20:59 +11:00
Robbbert
3bb8e3adc7 New machines marked as NOT_WORKING
----------------------------------
Space Poker  [Robbbert]
2021-11-06 02:58:13 +11:00