summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | fs3216: A very preliminary MMU (nw) AJR2018-12-271-14/+92
| |
* | 6522via.cpp: Count negative PB6 pulses in T2 counter mode AJR2018-12-273-54/+103
| | | | | | | | (nw) VIA interrupt remains disconnected in tv950 due to CRTC-related problems. This is fairly likely to cause regressions in other drivers which may need explicit writes to PB6.
* | Fix regressions from recent comit, nw mooglyguy2018-12-278-32/+76
| |
* | jaguar.cpp: Fix 68020 Cojag games (nw) AJR2018-12-271-1/+1
| |
* | viper.cpp: identified dip-switch setting to bypass password request and get ↵ Ivan Vangelista2018-12-271-45/+53
| | | | | | | | gticlub2ea in game. Now hangs at car selection like the parent set. [2huwman, Porchy, The Dumping Union]
* | tv950: Emulate keyboard; hook up speaker and RS232 ports AJR2018-12-273-40/+345
| |
* | new not working clone Ivan Vangelista2018-12-272-0/+29
| | | | | | | | | | ----------------------------------- Stadium Hero '96 (Japan?, EAE) [coolmod, The Dumping Union]
* | aaa: Some basic mappings (nw) AJR2018-12-271-8/+47
| |
* | novagbase: remove extra protection (nw) hap2018-12-271-3/+1
| |
* | t10mmc: m_sotc isn't implemented as bool (nw) hap2018-12-271-1/+1
| |
* | misc cleanup (nw) Vas Crabb2018-12-2746-432/+541
| |
* | ddi1: Clock source and explanation (nw) AJR2018-12-261-1/+1
| |
* | ddenlovr.cpp: IRQ handler cleanup (nw) AJR2018-12-261-31/+15
| |
* | Default input clocks for ADC083x and ADC084x (nw) AJR2018-12-2615-19/+19
| |
* | mc2661, mc68681, scn2674 et al.: Eliminate space and mem_mask arguments from ↵ AJR2018-12-2625-136/+136
| | | | | | | | read/write handlers (nw)
* | Merge pull request #4429 from Octocontrabass/pc9801vm-font R. Belmont2018-12-262-20/+96
|\ \ | | | | | | pc9801.cpp: fix pc9801vm font (nw)
| * | pc9801.cpp: fix pc9801vm font (nw) Octocontrabass2018-12-242-20/+96
| | |
* | | new NOT WORKING machines (XaviX) (#4438) David Haywood2018-12-265-53/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new NOT WORKING machines Dance Dance Revolution Family Mat (Japan) [Sean Riddle, Peter Wilhelmsen, David Haywood] Popira (Yellow, single player) (Japan) [Sean Riddle, David Haywood] Taiko De Popira (Japan) [Sean Riddle, David Haywood] new NOT WORKING clones e-kara (Japan) [Sean Riddle] new Software List entries ekara_japan_sp.xml: sp02 (SP-02) [Sean Riddle, David Haywood] (need to establish full title) also split the ekara software list up a bit so they're easier / more logical as different carts are meant for different devices; the popira unit can use the 'GC' carts for example. Dance Dance Revolution Family Mat and Popira are actually playable, but until I fix the timers in the driver the music is half speed like the e-kara stuff, and because these are music games, they're being eft as NOT WORKING until I sort that out. * documentation update, thanks to Santeri Saarimaa for error message ranslation" * add a reference * missed an input (nw) * (nw) * (nw) * (nw) * ref (nw) * there's some kind of nvram (nw) * tweak timer a bit (nw) * further tweak for now (nw)
* | | Eliminate custom_port_read and use ioport finders instead (nw) AJR2018-12-2616-113/+73
| | |
* | | -devices/machine/msm6253: Removed MCFG macros and added devcb3 support, nw mooglyguy2018-12-2721-1314/+1260
| | | | | | | | | | | | | | | | | | | | | | | | -devices/machine/timer: Added device support to configure_scanline, nw -devices/sound/2612intf: Removed MCFG macros. -drivers/cegac2, segajw, segam1, segas18, segas24, segas32, segaufo, seta, shangha3: Removed MACHINE_CONFIG, mw
* | | Fix incorrect order of constructor parameters in ↵ mooglyguy2018-12-271-2/+2
| | | | | | | | | | | | netlist_mame_int_input_device. Fixes audio in mario, probably others too, nw
* | | -devices/sound/262intf, bsmt2000, c6280, cdp1863, msm5232, ymf271: Removed ↵ mooglyguy2018-12-2716-431/+408
| | | | | | | | | | | | | | | | | | MCFG macros, nw -audio/decobsmt, bigevglf, ladyfrog, nycaptor, play_2, seibuspi, tecmosys, wyvernf0: Removed MACHINE_CONFIG macros, nw
* | | neogeo.cpp: Fix AES memory card detection MT07179 (nw) Vas Crabb2018-12-271-4/+3
| |/ |/|
* | tecmosys.cpp: Add a note about the partial English conversion in the newest ↵ braintro2018-12-251-2/+11
| | | | | | | | Deroon set (nw)
* | new working clone - Blaze On braintro2018-12-252-1/+21
| | | | | | | | | | | | New Clone Added ------------------------------------- Blaze On (World) [rtw, The Dumping Union]
* | Fun World games with epoxy CPU brick: Roberto Fresca2018-12-252-7/+15
| | | | | | | | | | Created new machine drivers to fix colors and palette addressing [Roberto Fresca]
* | New machines marked as NOT_WORKING Roberto Fresca2018-12-252-0/+32
| | | | | | | | | | ---------------------------------- Joker Card (Epoxy brick CPU) [Team Europe, Roberto Fresca]
* | -ymf262: Fixed savestates. [dink] mooglyguy2018-12-251-0/+5
| |
* | spkrdev: Removed MCFG macros, nw mooglyguy2018-12-2514-1584/+1680
| |
* | Merge tag 'mame0205' Vas Crabb2018-12-261-9/+15
|\ \ | | | | | | | | | MAME 0.205
| * | Fix (currently unused) 3.5" track calc for WOZ2 (nw) arbee2018-12-261-1/+1
| | |
| * | apple2: Support the new version 2 .WOZ images [R. Belmont] arbee2018-12-262-14/+48
| | |
| * | work around Qt crash, thanks mizapf (nw) Vas Crabb2018-12-251-9/+15
| | |
* | | msgundam actual developer (nw) Angelo Salese2018-12-251-2/+3
| | |
* | | -dspp: Preliminary DRC. Still disabled by default. [Ryan Holtz] mooglyguy2018-12-255-819/+999
| | |
* | | taitocchip: break down too wide comment block (nw) hap2018-12-251-3/+9
| | |
* | | Fix (unused) 3.5" head calc (nw) arbee2018-12-251-1/+1
| | |
* | | new working clone Ivan Vangelista2018-12-252-2/+43
| | | | | | | | | | | | | | | -------------------------------- Deroon DeroDero (newer) [Farzeno, The Dumpin Union]
* | | Merge remote-tracking branch 'mainline/release0205' into mainline-master Vas Crabb2018-12-251-9/+9
|\| | | |/ |/|
| * konamim2,.cpp: mark CD images read-only Vas Crabb2018-12-251-9/+9
| |
| * demote Heat of Eleven '98 Vas Crabb2018-12-251-1/+1
| |
| * flag konamim2 as imperfect timing for now (nw) Vas Crabb2018-12-251-14/+14
| |
| * 3dom2_te - Fix constant color register channel extraction (nw) Philip Bennett2018-12-251-2/+2
| |
| * remove obsolete note (nw) Vas Crabb2018-12-251-10/+0
| |
| * Fix TE lerp/mult bit field def (nw) Philip Bennett2018-12-251-2/+2
| |
| * Update totlvice default EEPROM (previous version began each game with 47 ↵ Philip Bennett2018-12-241-6/+3
| | | | | | | | lives) and removed timekeeper dump (no idea where it came from; this game doesn't have one) (nw)
| * Machines promoted to working mooglyguy2018-12-241-5/+5
| | | | | | | | | | | | | | | | | | | | ---------------------------- Tobe! Polystars (ver JAA) [Phil Bennett, Ryan Holtz, Vas Crabb] Total Vice (ver EBA) [Phil Bennett, Ryan Holtz, Vas Crabb] Heat of Eleven '98 (ver EAA) [Phil Bennett, Ryan Holtz, Vas Crabb] Evil Night (ver UBA) [Phil Bennett, Ryan Holtz, Vas Crabb] Hell Night (ver EAA) [Phil Bennett, Ryan Holtz, Vas Crabb]
| * doh, value is split over two bytes (nw) Philip Bennett2018-12-241-2/+1
| |
| * t10mmc - Support 256 gain levels (nw) Philip Bennett2018-12-241-3/+3
| |
| * prettier, and fewer copies (nw) Vas Crabb2018-12-242-7/+5
| |