Commit Graph

43386 Commits

Author SHA1 Message Date
RobertoFresca
ec3d2ee2bb Flaming 7: Added manufacturer... 2016-05-11 23:37:29 -03:00
RobertoFresca
7abf7009d8 Flaming 7: Added notes... 2016-05-11 23:32:11 -03:00
RobertoFresca
193ad44ffd Goldstar dirver: Driver init cleanups... 2016-05-11 23:22:42 -03:00
RobertoFresca
1141c9fff6 New machines marked as NOT_WORKING
----------------------------------
Flaming 7 - Hollywood Nights [Roberto Fresca, Ioannis Bampoulas]
2016-05-11 22:22:42 -03:00
Scott Stone
eb8e8fe18f Merge branch 'master' of https://github.com/mamedev/mame 2016-05-11 19:16:38 -04:00
Scott Stone
94a73b3f6a Portopia Renzoku Satsujin Jiken set to unsupported for fm7_cass (nw) 2016-05-11 19:16:16 -04:00
couriersud
7d9c8b78ea Some use of share_ptr to ease memory management. (nw) 2016-05-12 01:15:19 +02:00
couriersud
c2fb41964c Code simplification 2016-05-12 01:15:19 +02:00
couriersud
bd1123dc30 mergeme 2016-05-12 01:15:18 +02:00
couriersud
f404f86570 Devices are now created after the netlist was parsed. This enables us
going forward to move everything in start() into the constructor and get
a much cleaner object model. (nw)
2016-05-12 01:15:17 +02:00
couriersud
2fe1ba1eee Don't include netlist name in device names. (nw) 2016-05-12 01:15:17 +02:00
couriersud
bc57c965bd Code simplification. (nw) 2016-05-12 01:15:16 +02:00
angelosa
78b22c9264 Fix compile for SNES_LAYER_DEBUG, nw 2016-05-12 00:32:51 +02:00
angelosa
0f4756ce12 Moved around PAL variable, nw 2016-05-11 23:54:30 +02:00
Scott Stone
91ba9a2a5d Merge branch 'master' of https://github.com/mamedev/mame 2016-05-11 14:31:48 -04:00
Scott Stone
2dbdbff862 New game added (NOT WORKING)
Road Burners (ver 1.04)  [ShouTime]

This submission replaces the parent which is ver 1.0, which is now in as a clone (nw)
2016-05-11 14:31:36 -04:00
hap
461cc2d160 New working machine added
---------------------
Math Marvel [hap, Sean Riddle]
2016-05-11 19:03:16 +02:00
Ivan Vangelista
189e78acde 1943.cpp: test commit for the new gen_latch, which should substitute the soundlatch_* methods in driver_device. (nw) 2016-05-11 19:00:41 +02:00
Robbbert
99bbaf7323 Super80: another 20 items. 2016-05-12 00:13:18 +10:00
Vas Crabb
7a423d0160 Update to LZMA 16.0 [Vas Crabb] 2016-05-12 00:06:54 +10:00
etabeta78
6a53a6aeff a few files I had missed in the weekend + some cleanups. nw. 2016-05-11 15:08:00 +02:00
etabeta78
12bd03bfff gameking.xml: Added six new dumps. [Team Europe] 2016-05-11 15:07:15 +02:00
hap
c133569132 v60: revert clang compile warning fix that broke conditional compile, added var to save_item to prevent that warning 2016-05-11 14:34:48 +02:00
Robbbert
6778e724fd Super80: fixed 2 mistakes in swlist. 2016-05-11 14:21:38 +10:00
Scott Stone
6082f69d7f New clone added
Mercenario (Commando bootleg)  [Rockman]
2016-05-10 17:28:34 -04:00
etabeta78
1fec8db985 brought SNES softlist on par with latest dumps from various
sources. at last. nw.
2016-05-10 19:03:56 +02:00
Angelo Salese
c079744bf7 OCD comment fix, nw 2016-05-10 17:32:22 +02:00
Ivan Vangelista
ac510e8969 bankp.cpp: improved flip screen support (see MT04899). Also updated some inputs / dips according to the manual / schmatics (nw) 2016-05-10 17:26:24 +02:00
Ted Green
3040c3e65a (nw) Changed to using attotime::never for timer disabling. 2016-05-10 07:10:43 -06:00
Ivan Vangelista
626528f55e stfight.cpp: make stfightgb work like the other sets (hand modified MCU code), real dump of the MCU still needed (nw) 2016-05-10 10:17:15 +02:00
etabeta78
6dfcff1385 Merge pull request #866 from anikom15/master
Change portpia to portopia in fm7_cass.xml to match with other versions.
2016-05-10 04:55:37 +02:00
etabeta78
611108e6eb Merge pull request #864 from rzero9/patch-1
fmtowns_cd.xml: fixed blandia sha1 & added E
2016-05-10 04:44:42 +02:00
Westley M. Martinez
9faf5fd05e Change portpia to portopia in fm7_cass.xml to match with other versions. 2016-05-09 17:49:26 -07:00
Scott Stone
4ec77f5fc7 Merge pull request #863 from bmunger/r9751
r9751: Fix race condition in PDC device.  Multi disk load now possible.
2016-05-09 19:53:53 -04:00
Scott Stone
328572c4a4 Merge pull request #865 from system11b/S11tourvis
Tourvision misc small updates
2016-05-09 19:37:42 -04:00
Ted Green
3a59cca2c9 (nw) Moved DMA transfer to separate timed process. 2016-05-09 17:31:23 -06:00
system11b
bb15faed12 Updated game list
Added some extra notes & known game IDs
Corrected SW1 dip 8
Corrected 1P button order
2016-05-10 00:26:25 +01:00
couriersud
b7a29d4575 A step towards late creation of devices. (nw) 2016-05-10 00:47:32 +02:00
couriersud
ccf66bee16 Align object registration syntax. (nw) 2016-05-10 00:47:21 +02:00
couriersud
4bf639f3e2 Rename connect_direct to connect_post_start to reflect usage. (nw) 2016-05-10 00:41:35 +02:00
Michael Zapf
90f1ac5569 ti99: ROM dump changes; replaced ROM_REGIONS by ram_devices 2016-05-09 23:39:00 +02:00
r09
bf12928320 fmtowns_cd.xml: fixed blandia sha1 & added E 2016-05-09 22:19:53 +02:00
Scott Stone
90cfa15f88 New clones added (Not Working)
Street Fight (Germany - Benelux)  [caius]

Fixed crash in KOF XI, now boots to title (from MetalliC)  (nw)
2016-05-09 16:03:41 -04:00
Scott Stone
5f38f26dff New Clones Added (Working)
Triki Triki (Lover Boy bootleg)  [Rafael Alonso (from ARCADE VINTAGE)]
2016-05-09 12:20:34 -04:00
arbee
9bb52ccc80 Apollo updates [Hans Ostermeyer]
- Fixed timestamps in optional debug logging
- Adjusted mouse sensitivity
2016-05-09 09:11:46 -04:00
Ivan Vangelista
e8678f7e99 ninjaw.cpp: fixed MT06169 (nw) 2016-05-09 12:33:11 +02:00
etabeta78
70bf10b35e whops. nw. 2016-05-09 11:57:27 +02:00
etabeta78
1aee00307f misc info updates and a couple of redumps that I missed
earlier. nw.
2016-05-09 11:52:40 +02:00
Robbbert
cac3e4aedb Super80: 8 more titles. 2016-05-09 12:08:05 +10:00
Ville Linde
a51b58c0bd drcbex64: some micro-optimizations (nw) 2016-05-09 02:38:07 +03:00