summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* chess*: use IPT_POWER_OFF for power off trigger hap2024-09-2015-17/+17
|
* hmcs400: add standby/stop mode hap2024-09-205-40/+60
|
* igs/igs_m027.cpp: Added second 8255 PPI for Extra Draw. Vas Crabb2024-09-211-34/+55
| | | | Second PPI is installed in memory map, but no I/O connected to it yet.
* hitachi/bml3.cpp: IG RAM initial support for bml3mk5, adhere to official ↵ angelosa2024-09-201-96/+176
| | | | naming for System I/O fns
* cpu/xa: Implemented add with indexed addressing mode for source. (#12795) mamehaze2024-09-212-3/+3
| | | | Used by the tripfevb microcontroller program. The game no longer causes a fatal error, but hangs instead.
* igs/igs_m027.cpp: Hooked up I/O and clickable layout for Triple Slot. Vas Crabb2024-09-213-26/+442
| | | | | | Systems promoted to working --------------------------- Triple Slot (V200VE)
* hitachi/bml3.cpp: convert System I/O address_map to proper block, misc cleanups angelosa2024-09-201-259/+259
|
* tlcs90: move too generic irq enum to class hap2024-09-201-48/+48
|
* tlcs90: small spacing cleanup, remove execute_burn altogether (renamed but ↵ hap2024-09-2014-146/+176
| | | | | | keeping it in z180 after seeing TODO note), kl1839vm1: execute_input_lines getter was removed from mame
* hmcs400: add timers hap2024-09-203-2/+133
|
* bus/bml3: drop bml3 prefix for slot options filenames angelosa2024-09-209-8/+8
|
* formats/d88_dsk.cpp: relax track_count check to a warning angelosa2024-09-201-4/+2
|
* hitachi/bml3.cpp: drop bml3 prefix for all bus slot options angelosa2024-09-203-8/+8
|
* kl1839: fix compile. arbee2024-09-191-1/+1
|
* igs/igs_m027xa.cpp: Only one version of Triple Fever crashes MAME.\ Vas Crabb2024-09-201-4/+4
| | | | | | | | | | Systems promoted to working --------------------------- Triple Fever (V108US) Clones promoted to working -------------------------- Triple Fever (V107US)
* igs/igs_m027xa.cpp: Hooked up proper inputs, lamps and layout for Triple ↵ Vas Crabb2024-09-209-86/+381
| | | | Fever games.
* ussr/pk32.cpp: Electronika PK-32 - not working (#12732) holub2024-09-197-0/+1450
| | | mpl1839/kl1839vm1.cpp: MPL's l1839vm1 cpu device
* sun/sun3.cpp: Add DIAG/NORMAL switch (#12734) Chris Hanson2024-09-191-3/+18
| | | | Adds a DIAG/NORMAL switch that affects how a Sun-3/60 (and other models) are configured at boot.
* new WORKING machine (DDRGame) (#12702) mamehaze2024-09-193-1/+51
| | | | | * new WORKING machine -------- 16-bit TV Dance Pad with 15 songs (DDRGame) [David Haywood, Sean Riddle]
* Update notes on undumped namcos12 games (#12774) simzy392024-09-191-3/+6
| | | | | | | | -Added links to a flyer for Aerosmith's Quest For Fame and changed the date from 2001 to 1999 in order to match the year on the flyer and other sources that reference this as the release year -Added a video of game footage of Submarines, and added a specific reference of where a cabinet was demonstrated Reference of the trade show: https://web.archive.org/web/20200927151212/https://ascii.jp/elem/000/000/314/314701/
* x68k: adjust vblank to fix lines at top and bottom in strider cracyc2024-09-191-3/+3
|
* sun3, sun3x, sun4: Add NSCSI tape to default devices. (#12733) Chris Hanson2024-09-193-12/+49
| | | Note that only sun4, not sun4c or other variants, has tape among the default devices; by that era, most installation and recovery was via CD-ROM (already in the default devices) rather than via tape.
* atarisy2: change some ioport tag lookups to portr, fix conflict between ↵ hap2024-09-192-83/+54
| | | | PORT_SERVICE and IPT_SERVICE
* hmcs400: add pinout reference hap2024-09-191-3/+45
|
* hmcs400: add irq controller hap2024-09-195-26/+240
|
* Add Linksys PAP2 and other MIPS-X improvements (#12726) Octocontrabass2024-09-185-61/+212
| | | | | | | | | New machines marked as NOT WORKING ---------------------------------- Linksys PAP2 [unknown] * cpu/mipsx/mipsxdasm.cpp: fix various bugs [Octocontrabass] * tomy/kissite.cpp: memory map borrowed from Linksys PAP2 [Octocontrabass]
* hitachi/bmjr.cpp: hookup cassette software list angelosa2024-09-181-12/+17
| | | | | | New working software list items ------------------------------- bmjr_cass: Wilwesp [Gaming Alexandria]
* igs/igs_m027.cpp, igs/igs_m027xa.cpp: Added three more video slots games. ↵ mamehaze2024-09-195-36/+123
| | | | | | | | | | | | | | | | | (#12779) * igs/igs_m027xa.cpp: Dumped XA microcontroller for Triple Fever (V108US) (matches Crazy Bugs). [Ioannis Bampoulas, TeamEurope] * igs/igs_m027.cpp: Improved ROM labels for extradrw and added note about additional 8255 PIA. [Jorge Silva, TeamEurope] * igs/igs_m027.cpp: Found a board with an external game program ROM that isn't double-sized. * igs/igs_m027.cpp, igs/igs_m027xa.cpp: Removed outdated/incorrect comments about ROM dumps. New systems marked not working ---------------------- Triple Slot (V200VE) [Ioannis Bampoulas, TeamEurope] New clones marked not working ------------------------ Triple Fever (V108US) [Ioannis Bampoulas, TeamEurope] Triple Fever (V105US) [Ioannis Bampoulas, TeamEurope]
* bus/pci: PowerVR Neon 250 stub angelosa2024-09-184-3/+252
|
* -Don't use image_error::BADSOFTWARE for things that aren't software list errors. Vas Crabb2024-09-196-8/+8
| | | | -scripts/minimaws: Use python3 superclass method call syntax.
* diexec: Remove vestigial execute_burn override AJR2024-09-184-15/+2
|
* diexec: remove vestigal execute_input_lines() hap2024-09-18183-440/+5
|
* wy30p: Add keyboard AJR2024-09-185-3/+189
|
* misc: Added proper error messages to COM quickload (MT 08915) [Robbbert] hap2024-09-187-89/+100
|
* hmcs400: add logerror for unmapped ports hap2024-09-184-4/+33
|
* hmcs400: add i/o ports hap2024-09-186-56/+194
|
* kchamp: remove duplicate function hap2024-09-183-43/+12
|
* Systems promoted to working angelosa2024-09-181-47/+60
| | | | | --------------------------- Hitachi Basic Master Jr. (MB-6885) [Angelo Salese]
* trs/coco3.cpp: Extend display from 639 to 640 pixels (#12780) tim lindner2024-09-171-1/+1
|
* wy85: Add character attributes and cursor; tweak some key definitions AJR2024-09-172-8/+28
|
* hitachi/bml3.cpp: add note to break key angelosa2024-09-171-0/+1
|
* hitachi/bmjr.cpp: hookup break key angelosa2024-09-171-68/+70
|
* hitachi/bmjr.cpp: preliminary DAC sound angelosa2024-09-171-8/+10
|
* hitachi/bmjr.cpp: implement memory views angelosa2024-09-172-21/+63
|
* wy85: Add beeper AJR2024-09-172-3/+12
|
* hitachi/bmjr.cpp: implement MP-1710 color features angelosa2024-09-171-48/+86
|
* x68k: fix offset and try to improve blending cracyc2024-09-161-3/+3
|
* upd765: don't bail immediately when a sector address crc failure fixes ea ↵ cracyc2024-09-161-6/+7
| | | | interlock copy pro
* hmcs400: fill in most of the opcodes hap2024-09-166-61/+352
|
* emumem: add support for passing mem_mask parameter on 8-bit handlers hap2024-09-162-1/+22
|