Commit Graph

77225 Commits

Author SHA1 Message Date
Brian Troha
87263c22e3 midyunit.cpp: Correct ROM labels for the Narc sets. 2020-12-16 23:13:39 -06:00
AJR
7d84852db6 Remove keepaspect and fullstretch members of osd_video_config 2020-12-16 23:31:53 -05:00
arbee
f8edcb7c2e tsupenta: actually mark as MACHINE_NOT_WORKING [R. Belmont] 2020-12-16 22:52:34 -05:00
arbee
977327f904 New games added as MACHINE_NOT_WORKING
--------------------------------------
Tsurikko Penta [Phil Bennett, R. Belmont]
2020-12-16 22:50:44 -05:00
AJR
e635cdf74c Add "Non-Integer Scaling" and "Keep Aspect" settings to UI video options menu and remove SDL hotkeys for same 2020-12-17 14:48:54 +11:00
AJR
b9ad748de6 ui/filemngr.cpp: Fix crash with unmounted images 2020-12-16 18:18:20 -05:00
AJR
4f70f2d58b Add CompactRISC CR16C disassembler to unidasm (largely untested) 2020-12-16 12:17:56 -05:00
AJR
699011f2f8 pasopia.h: Add u8 to strings containing \u escapes 2020-12-16 12:17:20 -05:00
cam900
a0c9d68229
megadriv.cpp: Add notes for LaserActive (#7553)
* megadriv.cpp: Add notes for Laseractive

* megadriv.cpp: LaserActive PCE PAC can't support CD

* megadriv.cpp: Correct model and slot name
2020-12-16 19:43:30 +11:00
Davide Cavalca
fffa1a4631
next: add some more roms (#7561) 2020-12-16 19:40:29 +11:00
ClawGrip
34d73fae64
twinbskt.cpp: Fix manufacturer name (#7563)
* twinbskt.cpp: Fix manufacturer name

It was my bad, I submitted the dump with the wrong name.

* twinbskt.cpp: Add note about MCU type

* twinbskt.cpp: Remove comment about the MCU type
2020-12-16 19:37:13 +11:00
AJR
686478f21c Merge remote-tracking branch 'upstream/master' 2020-12-15 18:48:19 -05:00
AJR
06109d35b5 imgtool: Fix build by updating charconv.cpp to use string_view internally 2020-12-15 18:34:45 -05:00
Robbbert
1ff5b3adcc Hopefully fixed compile of imgtool. 2020-12-16 10:31:04 +11:00
Ivan Vangelista
68d9460a79 font_windows.cpp: include unicode.h 2020-12-15 21:36:09 +01:00
AJR
cde6864678 mspacii, mspacii2: Fix regression 2020-12-15 15:24:20 -05:00
Ivan Vangelista
ce97ced8d9 stv.cpp: updated notes and added NO_DUMP place-holder for missing ROM for dfeverg 2020-12-15 20:38:49 +01:00
Ivan Vangelista
329d30caa4 New working clones
------------------
Twinkle (set 2) [Jorge Silva]

New clones marked as NOT_WORKING
--------------------------------
Dragon Ball Z 2 - Super Battle (bootleg) [Jorge Silva]
2020-12-15 20:37:08 +01:00
Ivan Vangelista
32abfee1b4 debughlp.cpp: document loadr and saver debugger commands 2020-12-15 20:34:22 +01:00
Ryan Holtz
59d299463a New machines marked as NOT_WORKING
----------------------------------
Twin Basket [Museo Del Recreativo]

-st62xx: Various changes. [Ryan Holtz]
 * Fixed RETI and LD rr,A opcodes.
 * Optimized internal register handling.
 * Converted to use logmacro.
 * Added initial timer support.
2020-12-15 20:07:17 +01:00
AJR
2ca5f3a386 unicode.h: Updates
- Remove from emu.h (except for UTF8_xxx macros, which have been transplanted to emucore.h since a lot of drivers use them) and osdepend.h
- Add std::string_view overrides for uchar_from_utf8 and normalize_unicode
2020-12-15 13:36:55 -05:00
Vas Crabb
35bec8d273 Lua engine: fix a dumb copy/paste error and an unused lambda capture from previous commit. 2020-12-16 03:08:41 +11:00
Vas Crabb
503332a986 -Lua cleanup and documentation migration checkpoint.
* Cleaned up some more of the Lua inteface.  Mostly replacing methods
  with properties, some consistency fixes, a few renames, some more
  exposed functionality, and a couple of properties that have no
  business being set from scripts made read-only.
* Moved a lot more Lua documentation out of source comments into the
  documentation, and expanded on it in the process.
* Got more UI code out of the input manager.
* Changed input sequence poller to a polymorphic class where you
  specify your intention upfront.
* Changed the cheat plugin to use UI Clear to clear hotkey assignments
  and leave them unchanged if the user starts assignment but doesn't
  press any switches.
* Ported AJR's fix for over-eager double-click recognition from SDL to
  Windows OSD.

-goldnpkr.cpp: Cleaned up inputs, using standard keyout and payout types
 and key assignments.
2020-12-16 02:18:52 +11:00
Davide Cavalca
b5f78fe383
next: only NeXTcube systems used the MO drive (#7560) 2020-12-15 15:50:45 +01:00
Olivier Galibert
ba79a6b79b Don't one love copy/pasted typos? 2020-12-15 13:15:21 +01:00
AJR
0f1b32c3b3 Prevent certain register values from being formatted with invalid characters added in debugger state views (e.g. upd7810) 2020-12-14 21:54:53 -05:00
AJR
4f1f24ee87 pacman.cpp, rallyx.cpp: Eliminate set_input_line_vector and HOLD_LINE; misc. cleanups 2020-12-14 18:18:48 -05:00
Olivier Galibert
ace3fb2207 Ahem, let's call that a typo 2020-12-14 22:53:57 +01:00
Olivier Galibert
ece8353b07 rampart: Fix MT#7119, big thanks to rodneylives for all his help 2020-12-14 22:42:16 +01:00
David Haywood
a22ed71626
redump of 'mastfury' set from partially populated PCB marked "Dragon Master 96" [YarPromat / Yuri] + fix driver and promote it (#7558)
Machines promoted to WORKING
-----
Master's Fury [YarPromat / Yuri, David Haywood]

* redump of 'mastfury' set from partially populated PCB marked "Dragon Master 96" [YarPromat / Yuri]

* remove outdated comment

* use the proper ym type and mapping while we're here

* rebalance

* some scollreg tweaks

* tweak regs again

* more guesswork on scrolling

* further improve scrolling

* comment no longer applies

* buffer sprites

* notes on offsets

* promote it, remaining issues are minor
2020-12-14 14:30:00 -05:00
AJR
a3e378e2db unk820501: An attempt to map some things 2020-12-14 13:36:46 -05:00
Ivan Vangelista
1070337a8a New machines marked as NOT_WORKING
----------------------------------
unknown Cirsa slot machine on 820501 A PCB [jordigahan, ClawGrip]
2020-12-14 18:15:16 +01:00
Michael Zapf
eb61e292c4 hdc92x4: Fixed wrong fill byte after data CRC (had no functional impact) (nw) 2020-12-14 18:11:52 +01:00
Ivan Vangelista
7905b3b308 model1.cpp: fixed MT07820 2020-12-14 18:09:20 +01:00
Davide Cavalca
ad83df4bfd
next_hdd: initial hdd software list for next (#7557) 2020-12-14 09:23:13 +01:00
Davide Cavalca
76e18a3884
next: add NeXTcube and tidy up (#7556) 2020-12-14 09:22:42 +01:00
David Haywood
39163a6a6c
new WORKING / not WORKING Plug and Play (#7555)
* new NOT WORKING machines
-------
Retro Arcade 16 Bits Classic Edition Mini TV Game Console - 145 Classic Games - TV Arcade Plug and Play (Mega Drive bootlegs) [Team Europe, David Haywood]

* new WORKING machines
------
Cyber Console Center 200-in-1 (JL2050) [Team Europe, taizou]

new NOT WORKING machines
------
Digital Pocket Hand Held System 20-in-1 - Model 8213 (China) [Team Europe, taizou]

* flag ra145 as bad_dump
2020-12-13 23:20:11 -05:00
arbee
05b52b1232 New games added as MACHINE_NOT_WORKING
--------------------------------------
Unknown Konami medal game (game code GS662) [SpinalFeyd, R. Belmont]
2020-12-13 20:41:20 -05:00
arbee
30247885aa 3rdparty: use -Wno-strict-prototypes when building SDL2 on macOS [R. Belmont] 2020-12-13 17:03:16 -05:00
arbee
ca1bf9a040 Add AudioToolbox framework when building SDL2 on macOS, fixes TOOLS=1 link errors [R. Belmont] 2020-12-13 16:48:55 -05:00
Brian Troha
b66b299b6e simple_st0016.cpp: Improve documentation and add PCB locations to Neratte Chu. 2020-12-13 14:39:41 -06:00
AJR
7707dcee4b pasopia, pasopia7: Add kana symbols to key names 2020-12-13 15:16:51 -05:00
AJR
08f8f2f046 ui/menu.cpp: Fix highlighting glitch with input menu for inputs bound to O (regressed in c22cb17f32) 2020-12-13 15:01:53 -05:00
ajrhacker
8342e4309f
Merge pull request #7552 from CecilHarvey/master
drivers/dynax: (tenkai) clarify some unknown dip switches
2020-12-13 13:35:36 -05:00
AJR
2f93ef23a8 pasopia: Fix potential misbehavior with out-of-range RA values 2020-12-13 13:07:21 -05:00
AJR
a58b25b6f9 pasopia: Add colors and graphics modes 2020-12-13 12:39:57 -05:00
Robbbert
ddef4a97f2 Fixed name of ddsomjr2 2020-12-13 19:06:16 +11:00
QX4
781ba21d86
cps2.cpp: Changed 96061 in ddsoma's name to 960619 (#7554) 2020-12-13 18:59:55 +11:00
Wei Mingzhi
4c96b50e80 drivers/dynax: (tenkai) clarify some unknown dip switches 2020-12-13 14:21:34 +08:00
arbee
57c3d9f2b9 Merge branch 'master' of https://github.com/mamedev/mame 2020-12-12 22:00:35 -05:00