summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* mac: move macqd700 to its own driver and clean up more cruft [R. Belmont] arbee2020-10-017-424/+940
|
* pdp1: Better fix for read-in mode AJR2020-10-011-1/+0
|
* pdp1: Fix read-in mode AJR2020-10-011-2/+2
|
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-0261-1358/+1209
| | | | -sound/tiasound.cpp: Use some vaguely C++-like code internally.
* fp6000: PORT_CHAR(0) is invalid; added '_' natural key Robbbert2020-10-021-3/+3
|
* phc25: upgraded sound flag from none to imperfect. Robbbert2020-10-021-2/+2
|
* mbee: replaced dump of ic16 Robbbert2020-10-011-8/+8
|
* naomi.cpp: redumped vfurlong (Atomiswave) [brizzo] MetalliC2020-10-013-8/+9
|
* trs80m4 marked as MNW, because it can't boot its own floppy disk. Robbbert2020-10-011-1/+1
|
* pdp11.cpp: More consistent indentation AJR2020-09-301-4/+4
|
* discrete.h: Fix build on old compilers not compliant with retroactive C++11 ↵ AJR2020-09-301-1/+1
| | | | revisions
* 6840ptm.cpp: initialized array to fix listxml and validate crash Ivan Vangelista2020-09-301-0/+1
|
* Fix zexall target compile Miodrag Milanovic2020-09-303-6/+10
|
* pdp1.cpp: initialized 3 more variables that were causing crashes while ↵ Ivan Vangelista2020-09-301-0/+2
| | | | running in gdb
* pdp1.cpp: initialized some emu_timer s that were causing crashes Ivan Vangelista2020-09-301-1/+4
|
* sound/discrete: Get rid of vtables in factories. Vas Crabb2020-10-012-38/+23
| | | | This speeds up compilation.
* sound/discrete.cpp: Fix more crashes, and modernise a little. Vas Crabb2020-09-302-128/+113
| | | | | | | | | Reserve some space in another vector that it takes addresses to members of (fixes lack of sound in dkong and dkongjr). Removed dependence on auto_alloc and friends. There's one more problematic make_unique_clear now, but there are several fewer auto_alloc family calls.
* sound/discrete: Reserve space before taking addresses of new vector items. Vas Crabb2020-09-301-4/+6
| | | | | | This code is still unsafe, 16 just happens to be enough for the systems in MAME. (The old vector_t implicitly reserved space for 16 items on construction.)
* cpu/pdp1: Initialise a couple of pointer members. Vas Crabb2020-09-302-2/+3
|
* emu/machine.cpp: Get rid of remaining make_unique_clear on 'manager' objects. Vas Crabb2020-09-304-6/+19
|
* netlist: Convert driver filenames to lower case. couriersud2020-09-3013-36/+38
|
* netlist: Fix a net splitting issue with four term devices. couriersud2020-09-307-17/+48
| | | | | | | | | | * Under cirtum circumstances the splitter would create "ghost" solvers consisting of terminals already used in another and complete solver. This may impact all netlist which use opamps and thus is committed early in the cycle. * This commit adds functionality to instruct the splitter code to include terminals which will not create matrix elements into the parsing of net groups for solvers.
* netlist: Rewrote frontier documentation. couriersud2020-09-303-29/+28
| | | | * Also includes a small optimization for FP signal code.
* netlist: applied some clang tidy recommendations couriersud2020-09-3013-14/+24
|
* -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-3027-359/+337
| | | | -sound/discrete.cpp: Use C++ std::vector and range-based for.
* pdp11.cpp, terak.cpp: Add CPU notes AJR2020-09-292-6/+7
|
* Merge tag 'mame0225' into mainline-master Vas Crabb2020-09-305-11/+11
|\ | | | | | | MAME 0.225
| * Version bump for 0.225mame0225 Vas Crabb2020-09-292-4/+4
| |
| * Update arcade.lua Roberto Fresca2020-09-281-0/+1
| | | | | | | | | | | | Fix the arcade build (MASH) (cherry picked from commit 04a21129e8f3d5650809b48d368a473e263f09e0)
| * Remove embed files unintentionally added to Emscripten build Justin Kerk2020-09-281-2/+0
| |
| * mac128: possible fix for out-of-bounds ROM access [R. Belmont] arbee2020-09-281-1/+1
| |
| * mac: fix crash regression on macqd700 [R. Belmont] arbee2020-09-281-0/+5
| |
| * adjusted some titles (lowercase for things that aren't actually part of the ↵ Vas Crabb2020-09-283-7/+7
| | | | | | | | title itself)
* | Merge pull request #7302 from DavidHaywood/290920_2 ajrhacker2020-09-292-17/+34
|\ \ | | | | | | machines promoted to WORKING (plug play)
| * | machines promoted to WORKING DavidHaywood2020-09-292-17/+34
|/ / | | | | | | | | ----- Konami Collector's Series Arcade Advanced [David Haywood]
* | macrossp.cpp: Add notes for quizmoon (#7292) cam9002020-09-291-0/+1
| |
* | namcos12.cpp: Add notes for RAM size (#7296) cam9002020-09-291-6/+6
| |
* | chihiro.cpp Type-1 media-board dumped [Darksoft] MetalliC2020-09-291-0/+2
| |
* | imagetek_i4100.cpp: initialized a couple of variables Ivan Vangelista2020-09-291-3/+7
| |
* | video/apple2e.cpp: initialized variable which caused the drivers to start ↵ Ivan Vangelista2020-09-291-0/+1
| | | | | | | | sometimes in color and sometimes in monochrome mode, now that the framework doesn't initialize everything by default
* | tms9995.cpp: initialized one variable which caused crashes in formula1.cpp. Ivan Vangelista2020-09-291-2/+4
| |
* | lc58: Add disassembler [O. Galibert] Olivier Galibert2020-09-294-0/+202
| |
* | machines promoted to WORKING (plug play) (#7299) David Haywood2020-09-2913-40/+214
| | | | | | | | | | | | | | machines promoted to WORKING ---- TV MegaMax active power game system 30-in-1 (MegaMax GPD001SDG) [David Haywood] * added files for the VT APU type, currently no extra functionality, but will be built upon
* | Clean up uses of picture image device some more. Vas Crabb2020-09-295-22/+19
| |
* | apple3: fix low-memory indirection through the X byte and get slot IRQs ↵ arbee2020-09-282-8/+8
| | | | | | | | working [Rob Justice]
* | VF (bootleg of Hang-On) PLDs locations Roberto Fresca2020-09-281-10/+10
| |
* | Added PLDs to VF (bootleg of Hang-On) Roberto Fresca2020-09-281-0/+13
| |
* | mame.lst: add missing hangonvf entry hap2020-09-281-0/+1
| |
* | New clones added... Roberto Fresca2020-09-281-18/+71
| | | | | | | | | | New working clones ------------------ VF (bootleg of Hang-On) [Recreativas.org, Roberto Fresca]
* | Update arcade.lua Roberto Fresca2020-09-281-0/+1
| | | | | | Fix the arcade build (MASH)