Commit Graph

63289 Commits

Author SHA1 Message Date
Ivan Vangelista
0d6f9037fd new not working clone
-----------------------------------
Funky Jet (bootleg) [ClawGrip, Recreativas.org, The Dumping Union]
2018-12-28 18:20:40 +01:00
AJR
ba1f737dda kissp: It helps to map at least one of the program ROMs (nw) 2018-12-28 10:58:29 -05:00
AJR
5ccaad336b ui/inputmap.cpp: Eliminate qsort (nw) 2018-12-28 10:09:29 -05:00
AJR
52b1da8674 sbowling.cpp: Remove irrelevant header (nw) 2018-12-28 08:06:19 -05:00
AJR
2dfe2ca445 v102: More accurate clock for keyboard MCU (nw) 2018-12-28 00:16:09 -05:00
AJR
9ef985027d xtal.cpp: PAL SMS schematics suggest Sega did intend this to be an exact multiple (nw) 2018-12-27 22:41:43 -05:00
AJR
006d232e69 fs3216: A very preliminary MMU (nw) 2018-12-27 22:11:15 -05:00
AJR
6aa1dbe27d 6522via.cpp: Count negative PB6 pulses in T2 counter mode
(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.
2018-12-27 15:49:45 -05:00
mooglyguy
bbc1fcfed3 Fix regressions from recent comit, nw 2018-12-27 21:44:57 +01:00
AJR
88ec765af5 jaguar.cpp: Fix 68020 Cojag games (nw) 2018-12-27 15:35:01 -05:00
Ivan Vangelista
663106f2b7 viper.cpp: identified dip-switch setting to bypass password request and get gticlub2ea in game. Now hangs at car selection like the parent set. [2huwman, Porchy, The Dumping Union] 2018-12-27 20:18:30 +01:00
AJR
7e7f30971c tv950: Emulate keyboard; hook up speaker and RS232 ports 2018-12-27 13:03:21 -05:00
Ivan Vangelista
ed42aecd0a new not working clone
-----------------------------------
Stadium Hero '96 (Japan?, EAE) [coolmod, The Dumping Union]
2018-12-27 18:35:55 +01:00
AJR
95062f62b5 aaa: Some basic mappings (nw) 2018-12-27 09:15:41 -05:00
hap
bdc3ab15da novagbase: remove extra protection (nw) 2018-12-27 14:20:27 +01:00
hap
346012322c t10mmc: m_sotc isn't implemented as bool (nw) 2018-12-27 14:12:26 +01:00
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