summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
...
* Add skeleton devices for Tekram EISA SCSI contrllers [Metropoli BBS Archive, ↵ AJR2019-04-171-0/+2
| | | | I-Shou University File Server]
* scc68070: Merge CPU device with on-chip peripheral emulation AJR2019-04-173-4/+13
| | | | | - Add internal clock divider - Add a few crude hacks to force status bits in unemulated UART and I2C
* new not working machines Ivan Vangelista2019-04-171-0/+1
| | | | | | | ----------------------------------------------------------------------------- Multi-Action 6710-13 [Brian Troha, The Dumping Union] Multi-Action 7551 [Brian Troha, The Dumping Union] Multi-Action 7556 [Brian Troha, The Dumping Union]
* cmi2x: Split off keyboards as subdevices AJR2019-04-151-0/+4
|
* New working machine added Philip Bennett2019-04-151-0/+1
| | | | | --------- Akka Arrh [Aaron Giles, The Dumping Union]
* Add skeleton device for UltraStor Ultra-24F EISA SCSI controller [Metropoli ↵ AJR2019-04-141-0/+2
| | | | BBS Archive]
* New working machine added hap2019-04-151-0/+1
| | | | | --------- Great Game Machine [hap, bataais]
* Add skeleton device for UltraStor Ultra-14F SCSI controller [Metropoli BBS ↵ AJR2019-04-141-0/+2
| | | | Archive]
* ymmu100: split (nw) Olivier Galibert2019-04-141-0/+3
|
* Merge pull request #4898 from shattered/_f7c158b83f R. Belmont2019-04-141-0/+1
|\ | | | | superga2: new machine (Apple ][-based arcade board)
| * superga2: new machine (Apple ][-based arcade board) and single game (Mario ↵ Sergey Svishchev2019-04-141-0/+1
| | | | | | | | Bros. translation hack)
* | Add skeleton drivers to mamenl build. (nw) couriersud2019-04-141-0/+15
| |
* | mu: Extract the lcd into an independant device [O. Galibert] Olivier Galibert2019-04-141-0/+1
|/ | | | | | Eventually, the svg should be used instead of the pre-rendered ppm. I'm a little afraid of the performance impact of the 3840 outputs though, so one thing at a time...
* Merge pull request #4895 from DavidHaywood/130419 ajrhacker2019-04-132-0/+5
|\ | | | | pull SunPlus GCM394 titles out of vii.cpp
| * pull SunPlus GCM394 titles out of vii.cpp DavidHaywood2019-04-142-0/+5
| | | | | | | | | | | | | | - it's a newer SoC (with a lot more capabilities, eg rotate, zoom, twice the sound channels) - it uses an updated unSP core (with some extra opcodes) also made the modifications needed to allow for extension of the unSP + disassembler once we've worked out what the extra opcodes are.
* | Add palestra, testpat and cocoloco to mamenl subtarget. (nw) couriersud2019-04-131-0/+12
|/
* New skeleton machines: mahlemiut2019-04-131-0/+1
| | | | Husky Hunter 16, Husky Hunter 16/80 [Barry Rodewald, rfka01, TeamE]
* New machines marked as NOT_WORKING AJR2019-04-121-0/+1
| | | | | ---------------------------------- Ericsson 9161 Display Processor Unit [MCbx Old Computer Collection]
* swp20, dspv: Skeletons [O. Galibert] Olivier Galibert2019-04-093-0/+31
|
* New machines marked as NOT_WORKING AJR2019-04-051-0/+1
| | | | | ---------------------------------- Panther Darts [jordigahan, ClawGrip, Dumping Union]
* Added nld_generic_models.h to netlist.lua. (nw) couriersud2019-03-311-0/+1
|
* raiden2.cpp : Update/Cleanups (#3941) cam9002019-03-311-0/+1
| | | | | | Split video functions into video/raiden2.cpp, Cleanup ACCESSING_BITs, Fix naming, Reduce runtime tag lookups, Reduce unused, Add save state for sprite encryption values Fix xsedae config because This game is running into modified Zero Team Hardware, And second OKI chip/surface are not exists. raiden2.h : Use protected:/private: r2dx_v33.cpp : Fix compile, Fix naming, Reduce runtime tag lookups, Reduce duplicates between raiden2.cpp
* Add Namco 163 sound emulation (#4814) cam9002019-03-293-0/+10
| | | | | | | | | | | | | | | | | | | | | * Add Namco 163 sound emulation * namco_163.cpp : Typo * namco_163.cpp : Fix spacing * namco_163.h : Fix comment (nw) * namco_163.cpp : Correct update behavior device/bus/nes/namcot.* : Remove / Fix outdated comments * namco_163.cpp : Remove unnecessary value (nw) * namco_163.cpp : Add notes (nw) * namco_163.cpp : inline'd sample function, Minor fix * namco_163.cpp : Fix notes
* fix arcade build (nw) Lord-Nightmare2019-03-291-0/+1
|
* spg110: tweaks for jak_capb, improves rendering, identifies several things ↵ David Haywood2019-03-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#4816) * spg110: jak_capb misc guesses (nw) * misc priority stuff (nw) * tweaks (nw) * more tweaks (nw) * small spg2xx refactor (nw) * some spg2xx refactoring (nw) * (nw) * tidy (nw) * these have all been moved out into modules (nw) * sprite work in progress (nw) * (nw) * spg110: shift some stuff around and split into files here too * (nw) * (nw) * (nw) * sprite improvements
* Add dumps and skeleton device for Ultra 12F ISA ESDI controller AJR2019-03-271-0/+2
|
* (nw) Clean up the mess on master Vas Crabb2019-03-2617-88/+721
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-2517-721/+88
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* Merge pull request #4811 from DavidHaywood/250319 ajrhacker2019-03-251-0/+2
|\ | | | | SPG110 - use some SPG24X I/O handling to give inputs in Classic Arcade Pinball
| * refactoring checkpoint (nw) DavidHaywood2019-03-251-0/+2
| |
* | netlist: add MOSFET model. [Couriersud] couriersud2019-03-251-0/+2
|/ | | | | | | | | | | | | | | | | | | - added MOSFET model. Currently capacitances are not modelled. This is a 3-pin model (Bulk connected to Source) with provisions to extend it to 4-pin at a later stage. - Add a capacitor generic model which is charge conserving. Switch netlist to use this model instead of constant capacity model. - Start putting constants into a central place. Please expect minor timing differences due to a different numerical path. The cmos inverter example illustrates the analog implementation of a cmos inverter gate. These were used a lot back in the 70s/80s to generate sinus waves. The model should also be able to better emulate 4066 analog switches. The addition of a relatively simple capacitor model is planned at a later stage. Expect everything from the MOSFET model at the current stage. Wrong results as well as convergence issues and crashes.
* complay: spaces instead of tabs for indentation? (nw) hap2019-03-241-6/+6
|
* complay: add inputraw (nw) hap2019-03-241-1/+9
|
* new not working machine Ivan Vangelista2019-03-231-0/+1
| | | | | ------------------------------------------ unknown poker game [chaneman]
* Merge pull request #4794 from DavidHaywood/200319_2 R. Belmont2019-03-231-0/+1
|\ | | | | new NOT WORKING machines
| * new NOT WORKING machines DavidHaywood2019-03-221-0/+1
| | | | | | | | | | --- Mega Drive 4 / Guitar Idol (set 1) [Alexandre Souza]
* | ns32000: Skeleton CPU device with disassembler for NS32000 family. Nigel Barnes2019-03-233-0/+20
| | | | | | | | bbc: Added preliminary Acorn 32016 2nd Processor, incomplete CPU emulation.
* | ymmu100: Start adding the MEG [O. Galibert] Olivier Galibert2019-03-232-0/+18
| |
* | Add skeleton ISA device for Novell Disk Coprocessor Board [modem7, ↵ AJR2019-03-221-0/+2
| | | | | | | | minuszerodegrees.net]
* | apollo: Updates and resurrection [Hans Ostermeyer] arbee2019-03-221-1/+0
| | | | | | | | | | | | | | - Fix typo'd constant in m68kmmu that prevented trapping user accesses to kernel space - Remove need for intrusive m68k modifications - Fix crash in 3c505 networking - Fix Domain/OS booting in Normal mode
* | Add skeleton AHA-1740 and AHA-1742A ISA devices AJR2019-03-222-1/+3
| |
* | Almost overlooked due to merge conflict (nw) AJR2019-03-221-0/+1
| |
* | spectrum: Added the Opus Discovery disc system, and OPD floppy format. Nigel Barnes2019-03-223-0/+15
| |
* | -astrocde: Slot-ified accessory port and added lightpen device. [Ryan Holtz] Ryan Holtz2019-03-221-0/+4
| |
* | New not working machine added hap2019-03-211-2/+3
| | | | | | | | | | ----------- Chess Challenger [hap, Berger]
* | fix build (nw) Lord-Nightmare2019-03-201-0/+1
|/
* kill duplicate Sega Beena driver, merge content with existing one (nw) DavidHaywood2019-03-201-1/+0
|
* XaviX - refactoring, Gururin World promoted to working (#4775) David Haywood2019-03-201-0/+4
| | | | | | | | | | | | | | | | | | * code shuffle (nw) * refactoring (nw) * make it actually possible to control epo_guru. note, chase scenes seem to run in slow motion, while the timer runs at normal speed, making them impossible, need to fix that before promoting. * (nw) * 4 bits either way works better in practice * promoted to WORKING --- Gururin World (Japan) [David Haywood, Sean Riddle, Peter Wilhelmsen. ShouTime] * tidy (nw)
* Add AHA-1542A, AHA-1542B, and BIOS v1.02 of AHA-1542C ROMs from Adaptec AJR2019-03-181-0/+2
|
* machines promoted to WORKING (Popira 2) (#4773) David Haywood2019-03-181-0/+2
| | | | | | | | | | | | | | | | | | * some more dirt rebel inputs (nw) * shuffle some code around (nw) * shuffle some code around (nw) * fix controls in Popira 2 * put stuff in better place (nw) * machines promoted to WORKING --- Popira 2 (Japan) [David Haywood, Peter Wilhelmsen, Sean Riddle, ShouTime] * remove old comment (nw)