summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* cpu/i386: saner fatal error handlingx86_std-exceptions angelosa2024-03-235-6/+7
|
* pc/sis630: more BIOS notes angelosa2024-03-231-51/+55
|
* machine/sis950_lpc: replace PS/2 controller back to LLE angelosa2024-03-234-52/+41
| | | | - resolve hangs described in PR #11797 by using a microsoft serial mouse
* machine/mediagx_host: document GP / DC maps angelosa2024-03-232-3/+61
|
* Revert "video/mc6845.cpp: Restore support for zero active width/height ↵ Vas Crabb2024-03-234-68/+25
| | | | | | | config…" (#12169) This reverts commit cb5624978a31e135562d6b7f4b9ea4feaa1ad712. This is a case of attempting to fix the symptom rather than the issue, and it breaks all systems that use 6845-family CRTCs with "show borders" set.
* video/mc6845.cpp: Restore support for zero active width/height configuration ↵ Mark Garlanger2024-03-224-25/+68
| | | | | (#12007) * Avoid writing to bitmap when DE is disabled
* formats/dmk_dsk.cpp: Improve checks in identify. (#12118) wilbertpol2024-03-221-55/+65
| | | | * Add structure checks in identify * Use less strong FIFID flags
* mr/dribling.cpp: Add partial dump of Automave version of Dribbling from ↵ ClawGrip2024-03-232-6/+27
| | | | | | | | | Spain. (#12162) Four damaged ROMs replaced with content from parent. New working clones ------------------ ribbling (Automave) [David Bosque, Recreativas.org]
* misc/diamondking.cpp: Added "Caribe" slot machine from Segasa Sonic (#12167) ClawGrip2024-03-222-0/+60
| | | | | New not working machine ----------------------------- Caribe [Arcade Planet, Recreativas.org]
* mame.lst: corrected error Ivan Vangelista2024-03-221-1/+1
|
* New systems marked not working Ivan Vangelista2024-03-222-0/+229
| | | | | ------------------------------ Bao Qing Tian [dyq, little0, Guru]
* tvgames/xavix.cpp: Hooked up controls for tomplc and tcarnavi, and promoted ↵ mamehaze2024-03-224-12/+64
| | | | | | | | | | | them to working. (#12163) * Also increased tomplc CPU clock frequency to 43MHz (avoids crashes). * Corrected years for a couple of games. Systems promoted to working ----------------------------- Tomy / SSD Company LTD Tomica Carnavi Drive (Japan) [David Haywood] Tomy / SSD Company LTD Nihon Isshuu - Boku wa Plarail Untenshi (Japan) [David Haywood]
* Miscellaneous cleanup: Vas Crabb2024-03-226-5/+12
| | | | | | | | | | cirsa/neptunp2.cpp: Add a sucffix to parent short name for clone short name. liberty/freedom200.cpp: Use swapable idiom on the off chance someone implements swap for rgb_t. misc/gms.cpp: Fixed another DIP switch description.
* imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving ↵ wilbertpol2024-03-225-6/+126
| | | | | cassette images in FLAC format. (#12115) util/flac.cpp: Implemented seek/tell callbacks for FLAC library.
* capcom/vulgus.cpp: Add a 1942 bootleg from Itisa (has bad graphics). (#12103) ClawGrip2024-03-222-12/+96
| | | | | New not working clones ---------------------------- 1942 (Itisa bootleg) [Recreativas.org]
* cirsa/neptunp2.cpp: Added two electromechanical slot machines from Cirsa. ↵ ClawGrip2024-03-222-15/+69
| | | | | | | | | | | | | | | | (#12158) * cirsa/neptunp2.cpp: Added Gladiadores electromechanical slot machine from Cirsa. New not working machine ----------------------------- Gladiadores (V1.0, CAA) [Arcade Planet, Recreativas.org] * mame.lst: Add 'gladiador' * New not working clone --------------------------- Corsarios (Cirsa slot machine, V5.10D, Catalonia)
* misc/gms.cpp: Fixed DIP switch settings for San Se Caisheng. Vas Crabb2024-03-222-53/+54
|
* New systems marked not working Ivan Vangelista2024-03-212-43/+322
| | | | | ------------------------------ Shizhan Sanguo Ji Jiaqiang Ban (Version 8.9 980413) [dyq, little0, Guru]
* -mr/nl_dribling.cpp: Added note about error in schematic. Vas Crabb2024-03-222-1/+2
| | | | -netlist/nl_create_mame_solvers.sh: Updated for (not-so-)new source layout.
* freedom200: Support reverse video Dirk Best2024-03-214-113/+120
| | | | freedom220_kbd: Support buzzer, clean up
* mr/dribling.cpp: Added netlist sound simulation for Model Racing Dribbling. ↵ Paperinik2024-03-215-1302/+3519
| | | | | (#12147) Marked as imperfect sound for now due to lack of a suitable JFET model for the PARATA function generator.
* machine/mediagx_host: prepare for MediaGX virtual VGA hookup angelosa2024-03-206-29/+145
|
* New systems marked not working Ivan Vangelista2024-03-202-2/+213
| | | | | ------------------------------ San Se Caishen (Version 0502) [dyq, little0, Guru]
* emu/debug/debugcmd.cpp: Add NUL-terminated string argument support to ↵ Patrick Mackinlay2024-03-212-33/+84
| | | | | | | printf/logerror. (#12124) * Use %s to read NUL-terminated strings from emulated memory. Precision sets maximum length. * Also added left-justification option for numeric and string formats. * Made documentation more consistent and removed duplication.
* New working clones hap2024-03-202-3/+13
| | | | | ------------------ Super Nova (Novag, v1.05 set 2) [Berger]
* source org: move yeno drivers to yeno folder hap2024-03-203-6/+6
|
* misc chess: small tweak to leds hap2024-03-2037-57/+839
| | | | | | New working systems ------------------- 416 XL (Yeno) [hap, Berger Achim]
* drawogl: increase texture hashtable size (emirage/robotadv were crashing ↵ hap2024-03-201-2/+2
| | | | with opengl renderer)
* igs/pgm2.cpp: Add the program ROM of "Bu Bu Car" (#12132) ClawGrip2024-03-202-6/+38
| | | | | New systems marked not working ------------------------------ Bu Bu Car (English) [Victor Fernandez (City Game), Recreativas.org]
* process all new ROM dumps sent by Team Europe and Sean Riddle [David ↵ mamehaze2024-03-207-20/+179
| | | | | | | | | | | | | | | | Haywood] (#12004) New systems marked not working ------------------------------ Interactive M.A.G. Motion Activated Gear: Toy Story and Beyond! Buzz Lightyear Galactic Adventure [David Haywood, Sean Riddle] Interactive M.A.G. Motion Activated Gear: The Batman - Villains of Gotham City [David Haywood, Sean Riddle] Interactive M.A.G. Motion Activated Gear: Spider-Man - Triple Threat [David Haywood, TeamEurope] Who Wants to Be a Millionaire? (Play Vision, Plug and Play, UK, 8-bit version) [David Haywood, TeamEurope] Excite Tennis (Japan) [David Haywood, TeamEurope] Sudoku: Do You Sudoku? [David Haywood, TeamEurope] New clones marked not working ----------------------------- Fun 2 Learn Smart Fit Park (France) [David Haywood, TeamEurope]
* Updated some comments. Vas Crabb2024-03-205-22/+26
|
* heathkit/h89.cpp: Added missing conditions to some Ultimeth MTRHEX-2k DIP ↵ Mark Garlanger2024-03-201-43/+43
| | | | | switch settings. (#12155) Also aligned DIP switch locations and conditions.
* misc swx00 fixes Olivier Galibert2024-03-195-5/+17
|
* cirsa/neptunp2.cpp: Added Charleston electromechanical slot machine from ↵ ClawGrip2024-03-202-13/+36
| | | | | | | | | Europea. (#12157) Also added version numbers to descriptions for Corsarios and Multi Points New systems marked not working. ----------------------------- Charleston (V2.1, Catalonia) [Arcade Planet, Recreativas.org]
* mks3: Fix copy/paste error that prevented saving mappings Olivier Galibert2024-03-191-61/+61
|
* mks3: Fix keyoff Olivier Galibert2024-03-192-134/+78
| | | | psr340: Finish the lcd, add the nvram.
* fidel_phantom: update internal artwork color theme hap2024-03-195-336/+341
|
* visual50: Main screen turn on Dirk Best2024-03-193-21/+447
| | | | | | | | | | | - Added dump of character generator ROM and Revision 0.08 firmware [Bitsavers] - Initial screen rendering, but missing most attributes - Implement keyboard [Dirk Best, Bitsavers] - Start documenting PPI connections Systems promoted to working --------------------------- Visual 50
* New systems marked not working Ivan Vangelista2024-03-197-22/+133
| | | | | | | | | ------------------------------ Jin Xiu Zhong Hua [dyq, little0, Guru] - misc/astrcorp.cpp: dumped EEPROM for speedmst [Siftware] - skeleton/sterz80.cpp: measured clocks [Guru]
* Add a skeleton for a new PC-based game named 'Pull The Trigger' (#12153) ClawGrip2024-03-192-0/+97
| | | | | | New not working machine ----------------------------- Pull The Trigger [Arcade Planet, Recreativas.org]
* emu/debug/debugcmd.cpp: Added support for lowercase hex to printf/logerror. ↵ Vas Crabb2024-03-193-71/+49
| | | | | | | | | [Patrick Mackinlay] Also simplified implementation by better leveraging util/strformat.h. This is from pull request #12124, to get some testing for the fundamental change before freeze.
* h8_timer: compare match event was off by 1 hap2024-03-194-61/+64
|
* mks3: first hle Olivier Galibert2024-03-185-4/+327
|
* dirom fix Olivier Galibert2024-03-181-3/+0
|
* sh7042: Start introducing the interrupts Olivier Galibert2024-03-184-4/+52
|
* swx00: Advance Olivier Galibert2024-03-1810-183/+696
|
* Start adding the m37640 Olivier Galibert2024-03-182-0/+69
|
* cpu/hcd62121, casio/cfx9850.cpp: Various fixes: (#12137) qufb2024-03-195-108/+445
| | | | | | | | | | * cpu/hcd62121: Fixed register accesses from the debugger. * cpu/hcd62121: Implemented the TIME register. * cpu/hcd62121: Implemented more instructions tested on hardware. * cpu/hcd62121: Fixed swap flags - they are always cleared regardless of values. * cpu/hcd62121: Fixed timer so that it expires on KO enabled key input. * cpu/hcd62121: Added an infinite timer variant, (seems to be used with the low power-variant of timer_wait). * casio/cfx9850.cpp: Fixed CFX9850GB display RAM mapping - this one doesn't write to segment 0x60. * casio/cfx9850.cpp: Adjusted palette to better match screenshots in the manual.
* h8: don't save the mode settings, move mac_saturating var to h8s2600 and ↵ hap2024-03-187-9/+31
| | | | hook it up
* New systems marked not working Ivan Vangelista2024-03-183-45/+554
| | | | | | ------------------------------ Maque Wangchao / Chaoji Damanguan 2 - Jiaqiang Ban (China, V100C) [dyq, little0, Guru] Tong Zi Maque [dyq, little0, Guru]