Commit Graph

63323 Commits

Author SHA1 Message Date
Vas Crabb
88ba8afb7b misc cleanup (nw) 2018-12-27 23:30:25 +11:00
AJR
876302d2cf ddi1: Clock source and explanation (nw) 2018-12-26 23:12:52 -05:00
AJR
9ef591849e ddenlovr.cpp: IRQ handler cleanup (nw) 2018-12-26 23:12:52 -05:00
AJR
280f9b9413 Default input clocks for ADC083x and ADC084x (nw) 2018-12-26 23:12:52 -05:00
AJR
86f6dd0c6c mc2661, mc68681, scn2674 et al.: Eliminate space and mem_mask arguments from read/write handlers (nw) 2018-12-26 23:12:52 -05:00
R. Belmont
4418b9a568
Merge pull request #4429 from Octocontrabass/pc9801vm-font
pc9801.cpp: fix pc9801vm font (nw)
2018-12-26 22:19:50 -05:00
David Haywood
6c3aedf8bb new NOT WORKING machines (XaviX) (#4438)
* 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)
2018-12-26 22:18:30 -05:00
AJR
cdf1993d1e Eliminate custom_port_read and use ioport finders instead (nw) 2018-12-26 18:26:37 -05:00
mooglyguy
61a555c347 -devices/machine/msm6253: Removed MCFG macros and added devcb3 support, nw
-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
2018-12-27 00:17:55 +01:00
mooglyguy
d582f7c4a0 Fix incorrect order of constructor parameters in netlist_mame_int_input_device. Fixes audio in mario, probably others too, nw 2018-12-27 00:17:55 +01:00
mooglyguy
6b92c07f68 -devices/sound/262intf, bsmt2000, c6280, cdp1863, msm5232, ymf271: Removed MCFG macros, nw
-audio/decobsmt, bigevglf, ladyfrog, nycaptor, play_2, seibuspi, tecmosys, wyvernf0: Removed MACHINE_CONFIG macros, nw
2018-12-27 00:17:55 +01:00
Vas Crabb
1dd575ff2e neogeo.cpp: Fix AES memory card detection MT07179 (nw) 2018-12-27 04:04:15 +11:00
cam900
2312dfe3bc cps3.cpp : Correct color fading behavior closer to real hardware 2018-12-26 14:39:17 +09:00
braintro
61b8ee1187 tecmosys.cpp: Add a note about the partial English conversion in the newest Deroon set (nw) 2018-12-25 18:23:15 -06:00
braintro
ba9f111d83 new working clone - Blaze On
New Clone Added
-------------------------------------
Blaze On (World) [rtw, The Dumping Union]
2018-12-25 18:00:45 -06:00
Roberto Fresca
808ad5d7ba Fun World games with epoxy CPU brick:
Created new machine drivers to fix colors
 and palette addressing [Roberto Fresca]
2018-12-25 23:18:42 +01:00
Roberto Fresca
022ada97d6 New machines marked as NOT_WORKING
----------------------------------
Joker Card (Epoxy brick CPU) [Team Europe, Roberto Fresca]
2018-12-25 23:04:08 +01:00
mooglyguy
9ca5a390de -ymf262: Fixed savestates. [dink] 2018-12-25 20:56:14 +01:00
mooglyguy
186740c33f spkrdev: Removed MCFG macros, nw 2018-12-25 20:56:14 +01:00
Vas Crabb
95538b9da8 Merge tag 'mame0205'
MAME 0.205
2018-12-26 06:11:07 +11:00
Angelo Salese
d3b3fafe4d
msgundam actual developer (nw) 2018-12-25 18:32:08 +01:00
mooglyguy
1cd0c11908 -dspp: Preliminary DRC. Still disabled by default. [Ryan Holtz] 2018-12-25 17:41:27 +01:00
Vas Crabb
b691c38273 version bump (nw) 2018-12-26 01:27:31 +11:00
hap
46ade7d73d taitocchip: break down too wide comment block (nw) 2018-12-25 15:20:42 +01:00
arbee
7914a6083a Fix (unused) 3.5" head calc (nw) 2018-12-25 08:37:44 -05:00
arbee
b1b17d9ce4 Fix (currently unused) 3.5" track calc for WOZ2 (nw) 2018-12-26 00:12:56 +11:00
arbee
3081bc6a26 apple2: Support the new version 2 .WOZ images [R. Belmont] 2018-12-26 00:12:55 +11:00
Ivan Vangelista
08265d69a8 new working clone
--------------------------------
Deroon DeroDero (newer) [Farzeno, The Dumpin Union]
2018-12-25 14:05:00 +01:00
Vas Crabb
c36b648d96 work around Qt crash, thanks mizapf (nw) 2018-12-25 23:54:24 +11:00
Vas Crabb
a59652b005 Merge remote-tracking branch 'mainline/release0205' into mainline-master 2018-12-25 22:17:54 +11:00
Vas Crabb
33e8629060 konamim2,.cpp: mark CD images read-only 2018-12-25 22:13:46 +11:00
Vas Crabb
f1baf652cf demote Heat of Eleven '98 2018-12-25 20:56:55 +11:00
Octocontrabass
5b9d2ca9e7 pc9801.cpp: fix pc9801vm font (nw) 2018-12-24 16:02:19 -08:00
mooglyguy
08106c3469 Demoted Heat of Eleven '98 to non-working due to soft-lock when selecting Japan for a team, nw 2018-12-24 22:24:20 +01:00
Vas Crabb
d0664dde69 flag konamim2 as imperfect timing for now (nw) 2018-12-24 22:24:19 +01:00
Vas Crabb
84226570a8 remove obsolete note (nw) 2018-12-24 22:24:18 +01:00
arbee
5f049f185d Fix (currently unused) 3.5" track calc for WOZ2 (nw) 2018-12-24 15:11:59 -05:00
hap
73fd154a9e mpu3: remove unused (nw) 2018-12-24 17:10:59 +01:00
Vas Crabb
0374e6f542 (nw) update some documentation and get the MAME and legacy MESS pages more in sync. sorry if I've busted formatting, I can't currently build sphinx or man on this Windows notebook. 2018-12-25 02:57:15 +11:00
Dirk Best
6bdcef6f17 vtech2: Add I/O expansion slot
This adds support for the joystick and printer.
2018-12-24 16:13:44 +01:00
hap
d75c6a9b3b videopin: output_finder for the leds (nw) 2018-12-24 16:02:53 +01:00
Vas Crabb
20f5e50c57 flag konamim2 as imperfect timing for now (nw) 2018-12-25 01:44:04 +11:00
Robbbert
0ed36469ef laser500 etc : connected up the cart slot 2018-12-25 01:37:31 +11:00
Philip Bennett
764935759e 3dom2_te - Fix constant color register channel extraction (nw) 2018-12-25 01:36:37 +11:00
Philip Bennett
e2e76d4779 3dom2_te - Fix constant color register channel extraction (nw) 2018-12-24 06:23:17 -08:00
Vas Crabb
0bd980b12a remove obsolete note (nw) 2018-12-25 00:53:39 +11:00
Vas Crabb
bc6e3672d1 clean up sdl_sound a bit (nw) 2018-12-25 00:48:08 +11:00
Philip Bennett
313b63c73d Fix TE lerp/mult bit field def (nw) 2018-12-25 00:31:54 +11:00
Philip Bennett
726fa9b6df Fix TE lerp/mult bit field def (nw) 2018-12-24 05:21:21 -08:00
Vas Crabb
9ad5c5c974 Merge branch 'release0205' of https://github.com/mamedev/mame into mainline-master 2018-12-24 22:26:18 +11:00