Commit Graph

45781 Commits

Author SHA1 Message Date
superctr
4a5851a2b2 Replace C352 core.
New core has working noise generator and sample interpolation.
2016-08-17 09:34:54 +02:00
superctr
15a6fc433b update H8/3002 and C352 frequencies for namcos12, namcos23
This is based on sound driver research, and comparing the H8/3002
ND-1/ND-2 programs with the System 12 and 23 programs.

The figures are similar to the previously measured clock speeds so
chances are the earlier values were just measurement error.
2016-08-17 06:26:49 +02:00
superctr
5d5e698e5c Merge pull request #3 from mamedev/master
merge with upstream
2016-08-17 05:44:24 +02:00
briantro
766c2f90b2 minor rom name corrections - NW 2016-08-16 19:33:18 -05:00
briantro
d3bc3e9df1 midyunit.cpp: Spelling correction - NW 2016-08-16 19:13:39 -05:00
briantro
be35c1550d new German Terminator 2 - Judgment Day clone
Out of whatsnew - Ranamed roms as per labels

New Clone Added
-------------------------------------------------------
Terminator 2 - Judgment Day (rev LG1 11/04/91) [Bicycle Repairman]
2016-08-16 19:04:36 -05:00
R. Belmont
688b9177c8 Merge pull request #1246 from shattered/_dcc54a9
ec1841: adapt to Memory Fun (TM)
2016-08-16 18:17:35 -04:00
Olivier Galibert
c0bb8bc5da kaneko_calc3: Stop trashing memory [O. Galibert] 2016-08-16 23:03:05 +02:00
Ivan Vangelista
d7099a7d46 yunsung8.cpp: simplified rom loading (nw) 2016-08-16 21:45:39 +02:00
Ivan Vangelista
7914a8b289 Started synching with latest PINMAME. Will add new games directly in the wn (nw) 2016-08-16 21:10:00 +02:00
James Wallace
8a4bc0d1ca Added all known expansions as fragments for DRIVER_INIT. This will permit 'per set' configuration to make the games playable. 2016-08-16 20:06:43 +01:00
Olivier Galibert
ecbab7db5d Merge pull request #1252 from dankan1890/patch1
Fixed menu lag.
2016-08-16 20:56:06 +02:00
Olivier Galibert
1cbf71e5da vgmplay: Add the sn76496, no variant detection though (nw) 2016-08-16 20:31:31 +02:00
Olivier Galibert
57767c08af vgmplay: Add 2612 dac (nw) 2016-08-16 20:15:06 +02:00
dankan1890
1ec5a77b56 Moved creation roms list where necessary, this gets back to the menu at acceptable reaction times. (nw) 2016-08-16 19:06:22 +02:00
Olivier Galibert
7ab2f5b02f vgmplay: Add ym2413 (nw) 2016-08-16 18:42:07 +02:00
Scott Stone
fcf42b6005 vgmplay duplicate shortname fix (nw)
wangmid parent/clone relationship fix (nw)
2016-08-16 12:19:44 -04:00
Olivier Galibert
429360df92 dirom: Make robust to too big roms 2016-08-16 16:13:07 +02:00
therealmogminer@gmail.com
049c4c39cd Fix some modernization bugs in the CMI IIx driver, nw 2016-08-16 15:38:28 +02:00
James Wallace
3f9f96f8c8 Merge pull request #1250 from mamehaze/other_fruity_work
found the rather obvious bug that was actually preventing the 2nd lot…
2016-08-16 11:58:17 +01:00
Curt Coder
b4d4167d76 compis: WIP. (nw) 2016-08-16 12:44:59 +03:00
Curt Coder
06403c58b1 Less errorlog spam. (nw) 2016-08-16 12:44:59 +03:00
mahlemiut
8af56d841a debugimgui: added images menu, with crude file select dialog [Barry Rodewald] 2016-08-16 21:34:48 +12:00
Olivier Galibert
a826c0569f okim6295 dirom fix 2016-08-16 11:11:36 +02:00
Curt Coder
2d165744d0 cmi: Compile fix. (nw) 2016-08-16 11:19:56 +03:00
Curt Coder
e85958b647 compis: Created a bus for the graphics card slot. [Curt Coder] 2016-08-16 11:15:29 +03:00
Vas Crabb
9e3f53356d Fix a comment 2016-08-16 18:07:34 +10:00
Vas Crabb
9121d74344 check number of bits in BITSWAPnn and expand up to 64 2016-08-16 17:53:22 +10:00
Vas Crabb
222d054bdc Fix up GBA build and replace some stupid macros with members 2016-08-16 17:25:19 +10:00
Vas Crabb
8aebdfc06d replace BITSWAP8/16/24/32 macros with constexpr function that works for any number of bits 2016-08-16 17:25:19 +10:00
Vas Crabb
af6b18bd68 make &some_required_shared_ptr[offs] work as expected in const context 2016-08-16 17:25:19 +10:00
Vas Crabb
9cda2a26f4 Don't rely on macro expansion to supply parentheses around condition for if statement 2016-08-16 17:25:19 +10:00
Ivan Vangelista
c0a7f97169 Merge pull request #1251 from rzero9/patch-2
pc98_cd.xml: fix sha1 mistake
2016-08-16 09:19:18 +02:00
Olivier Galibert
2a4869df9b Pushed the wrong version, duh (nw) 2016-08-16 09:18:49 +02:00
r09
cb1f4abbe0 pc98_cd.xml: fix sha1 mistake 2016-08-16 09:02:11 +02:00
Olivier Galibert
00c8a3b165 Preliminary VGM player [O. Galibert]
Use: ./mame vgmplay -bitb file.vgm/vgz

Lots of chips missing, no visualization, no control of anything, no
volume control either, and no sound shutdown on end of file.
2016-08-16 08:40:53 +02:00
Vas Crabb
cb43e37d29 Merge pull request #1245 from shattered/_709ee6a
upd765: drop redundant tag() in logerror calls (nw)
2016-08-16 12:26:12 +10:00
therealmogminer@gmail.com
08bedafb45 Initial modernization of Phil's CMI IIx driver, nw 2016-08-16 04:25:35 +02:00
briantro
6f2dc6c24f New Pit Boss clone added
New Clone Added
----------------------------------------------
Dealer's Choice (E4A1) [Brian Troha, The Dumping Union]
2016-08-15 21:21:38 -05:00
David Haywood
0500408a0d found the rather obvious bug that was actually preventing the 2nd lot of lamps from working..
looked more at the MCU based on studying the (rather short) program, but the hookup so far doesn't work so continue to use the fake 2nd i8279..
it looks like the MCU really just implements a small set of the i8279 features?!
2016-08-16 01:10:37 +01:00
smf-
5513854b6a fix for compiling with msvc, because it can't tell that all cases are handled. (nw) 2016-08-15 22:18:34 +01:00
Olivier Galibert
82c408f54c dirom: device_rom_interface for sound chips with rom/memory map alternative [O. Galibert] 2016-08-15 22:36:39 +02:00
MetalliC
2f79828705 new NOT_WORKING
---------------
Wangan Midnight Maximum Tune (Japan) (Rev B) [ShouTime, rtw]
2016-08-15 22:55:44 +03:00
R. Belmont
9ec0c60147 Merge pull request #1244 from GiuseppeGorgoglione/master
Rework and simplify GBA code
2016-08-15 15:36:18 -04:00
Sergey Svishchev
419d6dc020 ec1841: adapt to Memory Fun (TM) 2016-08-15 22:22:40 +03:00
Sergey Svishchev
d393dc2139 upd765: drop redundant tag() in logerror calls (nw) 2016-08-15 22:21:32 +03:00
R. Belmont
b85a797e81 Merge pull request #1238 from Shideravan/patch-23
It's time to add Animal Crossing Series 2
2016-08-15 15:02:34 -04:00
R. Belmont
5152eee74c Merge pull request #1236 from fulivi/hp9845_dev5
hp9845: correct character generator ROMs added
2016-08-15 15:01:45 -04:00
R. Belmont
ea17615c5f Merge pull request #1242 from rzero9/patch-1
pc98_cd.xml: added more disks + FM Towns hybrids
2016-08-15 15:01:36 -04:00
R. Belmont
5ecd21063c Merge pull request #1243 from mamehaze/other_fruity_work
maygay m1a, MCU bones, commuication not hooked up yet.
2016-08-15 15:01:23 -04:00