summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/path_to_regex.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-31New working clones Ivan Vangelista2-2/+28
------------------ Championship Bowling (location test) [CoolMod, The Dumping Union]
2022-10-31quantel/dpb7000.cpp: Major functional improvements. (#10467) [Ryan Holtz] MooglyGuy1-699/+2016
* Added tablet comms HLE, improved drawing, and store combiner functionality. * Added hard disk support. Fixed Field-In/Field-Out IRQ polarity. * Fixed stencil-store selection - improves brush edges. * Fixed handling of horizontal and vertical scroll registers. * Added support for Framestore Read and Framestore Write commands. * Improved position matching between cursor and crosshair. * Started work on support for typeface brushes. * Fixed disk initialization, in-use flag was erroneously removed from Restore command. * Improved typeface emulation and keyboard emulation. * Improved text stamping. * Added known issues list to the driver's comment block.
2022-10-31emu/sound.cpp: Don't force lower samplerate for dummy sound output module. ↵ feos1-8/+0
(#10483) When using lua instead of OSD to obtain samples, we don't need sound output, but we need decent sample rate.
2022-10-30pokey.cpp: remove m_SKCTL assignment hack in device_start and issue a potgo ↵ Angelo Salese1-7/+8
at device_reset instead (#10462) - fixes a1200xl booting to self-test no matter J1 setting
2022-10-30upd934g: Preliminary support for ACCENT/MUTE Dirk Best2-8/+13
2022-10-29cpu/dsp32: Modify previous change, clamping before the narrowing conversion AJR1-1/+1
2022-10-29cpu/dsp32: Simplify int24 operator logic AJR1-5/+2
2022-10-29cpu/i960, cpu/sh: Use rotl_32 and rotr_32 for executing rotate instructions AJR2-3/+3
2022-10-29cpu/arm: Use rotr_32 for handling unaligned reads AJR1-3/+3
2022-10-29Update various source files to use swapendian_int16 AJR19-86/+64
2022-10-29Move debugger command parameter validation helpers into debugger_console AJR15-651/+645
2022-10-29bus/ata: Add alternate CS0/CS1 handlers with built-in byte swapping for ↵ AJR6-108/+15
big-endian host systems * konami/3dom2.cpp: Fix malformed logerror
2022-10-30ui/selgame.cpp: Fixed display of software favourites. Vas Crabb1-5/+5
2022-10-30bus/epson_qx/keyboard/keyboard.cpp: Fixed #include order. Vas Crabb1-1/+5
2022-10-30Updated Brazilian Portuguese UI translation. [Felipe] Vas Crabb1-23/+12
2022-10-29wd_fdc: Use the new active() Olivier Galibert1-1/+1
2022-10-29amiga/amiga.cpp: dumped code for the CDTV's remote control input converter ↵ Ivan Vangelista1-4/+6
and LCD controller [Captain Future / CDTV Land]
2022-10-29nintendo/snesb.cpp: combined bad dumps of one of the legendbs ROMs to have a ↵ Ivan Vangelista1-4/+2
working one, until another PCB can be found [Hammy, IQ_132]
2022-10-29New working clones Ivan Vangelista2-1/+26
------------------ Trivia (Questions Series 18) [Brian Troha, The Dumping Union]
2022-10-29irem/m90.cpp: fixed MT08413 Ivan Vangelista1-16/+14
2022-10-28konami/xmen.cpp: worked around MT08470 Ivan Vangelista1-1/+3
2022-10-28mtu130: Implement mirroring of bfcx, implement lightpen Olivier Galibert1-10/+155
2022-10-28taito/crbaloon_v.cpp:fixed MT08437 Ivan Vangelista1-2/+2
2022-10-28seta/seta.cpp: fixed MT08454 Ivan Vangelista1-2/+2
2022-10-28orca/espial.cpp: fixed MT08457 Ivan Vangelista1-1/+0
2022-10-27bus/nes/bandai.cpp: fixed MT08445 Ivan Vangelista1-1/+1
2022-10-27- midway/balsente.cpp: fixed ROM names and documents label format for ↵ Ivan Vangelista9-973/+1218
various sets [Brian Troha] - edevices/mugsmash.cpp, edevices/stlforce.cpp, kiwako/mrjong.cpp: consolidated drivers in single files, minor cleanups
2022-10-27New clones marked as NOT_WORKING Ivan Vangelista3-0/+41
-------------------------------- Cherry Master (bootleg, Game FB55 Ver.2) [Ioannis Bampoulas]
2022-10-27magmax: Added analog filtering for the four mixed 'meta-channels' from the 9 ↵ Lord-Nightmare2-44/+59
ay-3-8910 channels, and redid the audio gain control to be more based on component values. [Lord Nightmare]
2022-10-27emumem: Fix range tracking when creating a subdispatch Olivier Galibert3-7/+9
2022-10-27namco/galaga.cpp: mark new bosco parent set PROMs as good (#10479) neSneSgB1-12/+12
2022-10-26Terra Cresta and later Nichibutsu drivers: Consolidate some common configs ↵ Lord-Nightmare5-160/+156
down into their own machine_config sections, and reduce a lot of code duplication. Also fix audio volume balance to compensate for the fact that the YM3012 Serial DAC for the FM chips outputs at half the peak to peak voltage of the R2R DACs, and the YM2203's SSG channels have another, different peak output level as well. This also adds filtered sound to Legion, which didn't have it in the previous commit due to the complex configs it had. [Lord Nightmare]
2022-10-27Bumped version to 0.249mame0249 Vas Crabb3-6/+6
2022-10-26mps1200.cpp: added dip switch settings [Guru] Ivan Vangelista2-35/+134
2022-10-26mtu130.cpp: enable additional reset vector, fixes protection failures [Peter ↵ Peter Ferrie1-0/+1
Ferrie]
2022-10-25mtu130.cpp: enable additional reset vector, fixes protection failures [Peter ↵ Peter Ferrie1-0/+1
Ferrie]
2022-10-25New machines marked as NOT_WORKING Ivan Vangelista3-0/+160
---------------------------------- unknown Sega air hockey game [Darksoft, Team Europe]
2022-10-25Revert "romload.cpp: Fix build after e178fbd28127c526b212e5a4998058cebf530567" AJR1-26/+25
This (mostly) reverts commit 2923923df706950ab0b04b3d00dfc66f2c6c2653.
2022-10-25romload.cpp: Fix build after e178fbd28127c526b212e5a4998058cebf530567 AJR1-25/+27
2022-10-25diimage.cpp: Fix GCC build after e178fbd28127c526b212e5a4998058cebf530567 AJR1-0/+1
2022-10-25Remove #include <cstdarg> from emu.h and move it into source files that ↵ AJR32-1/+55
still require it
2022-10-25e132xs: Provide new helper functions for extracting signed 16-bit halves AJR3-19/+10
* eminline.h: Remove mul_16x16 function
2022-10-25emu_timer: undo prev commit, add running() getter and change some enabled() ↵ hap37-59/+62
calls to that
2022-10-25machine/mos6530n.cpp: Removed old, unused io_r/io_w functions. (#10477) 0kmg2-38/+0
2022-10-25New working clones Ivan Vangelista2-4/+23
------------------ Twins (older) [Jorge Silva]
2022-10-24balsente.cpp: fix grudgep input port import (#10475) David Haywood1-1/+1
2022-10-25atari/atari400.cpp: initial split up of different driver state classes (#10442) Angelo Salese6-539/+533
* atari400.cpp: initial split up of different state machines * atari400.cpp: Fix clang error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation] * atari400.cpp: virtualize machine_start/machine_reset * atari400.cpp: isolate m_ext_bank in a130xe_state * atari400.cpp: bulk replace pokey raw tags into m_pokey maxaflex.cpp: remove shadowed m_pokey, declared in atari_common_state; * atari400.cpp: fix a800xl / a130xe self test ROM enabling, fixes Acid800 XL MMU test * a800.xml: Update Q/A * atari400.cpp: split a600xl and a1200xl to own state * atari400.cpp: virtualize PIA portb * atari400.cpp: use memory_view at 0xd800-0xffff * atari400.cpp: various a400 and a800 refactoring changes: - reduce memory maps and configs to bare minimum; - reduce default RAM options for them and add preliminary options; - isolate I/O map; - make sure it unmap_value_high() because otherwise they will crash on non-48K setups; * atari400.cpp: inherit hw_iomap for a800xl and onward * atari400.cpp: lower kernel view bound to 0xc000 for a800xl and later machines * atari400.cpp: remove all _low_r/low_w handlers and replaced with views, fix xegs default boot order (BASIC then game ROM via select key), address code review * atari400.cpp: fix CI clang failure * atari400.cpp: fix a1200xl_state calls * atari400.cpp: hookup option jumpers to a1200xl * atari400.cpp, gtia.cpp: misc connection notes * a800.xml: minor bombjake notes * atari400.cpp: reduce selftest views * atari400.cpp: better inherit PIA portb mechanics * atari400.cpp: remove obsolete a600xl_mem fns * atari400.cpp: emulate extended RAM quirk for a130xe, convert m_ext_bank to address_map_bank_device Co-authored-by: AJR <ajrhacker@users.noreply.github.com>
2022-10-24emu_timer adjust(): set enable flag to false if timer isn't running hap2-4/+4
2022-10-24New working clones Ivan Vangelista2-10/+34
------------------ New Cross Pang (set 2) [Jorge Silva]
2022-10-24timer device: rename getter functions to match emu_timer hap12-21/+20