Commit Graph

46403 Commits

Author SHA1 Message Date
John Rieman
4f952f161f Fix Mega Duck envelope and lfsr sound registers
I compared the sound register writes made by the Mega Duck
and Game Boy versions of Snake Roy and Pile Wonder. From that
I found that the nibbles of the evelope and lfsr registers
are reversed relative to the Game Boy. Emulating this makes the games
sound the same on both consoles.
2016-09-07 17:10:16 -07:00
briantro
a483b131d8 Merge branch 'master' of https://github.com/mamedev/mame 2016-09-07 18:54:35 -05:00
Lord-Nightmare
fed6bf9ce1 superqix.cpp: Got rid of timer hacks for z80<->mcu communication in hotsmash,
Implemented 68705 DDR registers, implemented proper readback of z80<->mcu semaphores,
Got rid of HOLD_LINE hack for NMI by implementing NMI ACK register,
Added more driver notes [Lord Nightmare]
2016-09-07 19:06:15 -04:00
cracyc
b38ca3b8e5 dwarfd: fix graphics (nw) 2016-09-07 17:32:44 -05:00
Joakim Larsson Edstrom
47366cd229 Add IRQ to get software RTC running, removed some unused members, added members to save states 2016-09-07 22:38:10 +02:00
angelosa
cc05921cdb Fix cninjabl2 sound ROM hookup, nw 2016-09-07 19:12:02 +02:00
Brad Hughes
a61f82ab0d Merge branch 'master' of https://github.com/mamedev/mame.git 2016-09-07 11:38:33 -04:00
Brad Hughes
db54570694 Each mouse should track its own double-click status (nw) 2016-09-07 11:37:32 -04:00
MASH
eb34e4ff13 Update mame.lst 2016-09-07 16:37:24 +01:00
angelosa
103ee8f8f4 Improved graphics in bagmanf set [Angelo Salese] 2016-09-07 17:36:42 +02:00
angelosa
99c3861c52 Assume pspikesba to have pin7 low, nw 2016-09-07 17:36:40 +02:00
angelosa
1c0943c643 Shooting Star protection info, nw 2016-09-07 17:36:39 +02:00
angelosa
2170672c33 Accurate flags for MK-5, nw 2016-09-07 17:36:37 +02:00
MASH
c51911fb9e Update corona.cpp 2016-09-07 16:34:47 +01:00
Joakim Larsson Edstrom
889f958365 Fixed redundant logerror parameters and trailing spaces 2016-09-07 16:25:32 +02:00
cracyc
0c0c086268 ui/datmenu: fix in game menu data view (nw) 2016-09-07 09:00:08 -05:00
Giuseppe Gorgoglione
580953b695 gba_lcd: code refactoring
The patch looks scary but the result is functionally equivalent.
2016-09-07 14:46:09 +02:00
Giuseppe Gorgoglione
7b1e4c5d7f gba_lcd: bugfix
Add missing check for layer BG2 enable flag in draw_roz_bitmap_scanline()

Note: the Nintendo GBA programming manual is clear about this, but I didn't find any game in which this makes some difference
2016-09-07 14:31:29 +02:00
Miodrag Milanović
fa4b5bdee6 Merge pull request #1368 from cracyc/lua_dats
Move UI dats to lua plugin
2016-09-07 14:27:35 +02:00
Joakim Larsson Edstrom
63ac06861f Added interrupt support in DUSCC device, Force CPU30 board driver and interrupt controller support in the FGA002 device. Improved LOG messages in the 68230 device 2016-09-07 14:04:29 +02:00
Lord-Nightmare
42ab14dc64 atarist.cpp: Add correct rom labels for the TOS 1.02 and 1.04 roms for the MegaST [Lord Nightmare, techfury90] 2016-09-07 04:03:08 -04:00
cracyc
9d101cad6a ui: remove datfile_manager (nw) 2016-09-06 22:11:01 -05:00
briantro
07d3acc67f Merge branch 'master' of https://github.com/mamedev/mame 2016-09-06 19:28:48 -05:00
Angelo Salese
1b28667174 US default != rest of the world defaults, nw 2016-09-07 00:19:11 +02:00
angelosa
31fd63a61a sbasebalj bogusly marked as MNW but same as sbasebal, nw 2016-09-06 22:46:18 +02:00
angelosa
0857b44df6 Properly mark goldmedla / b as unemulated protection flag, they never access the video bank register for whatever reason, nw. 2016-09-06 22:25:20 +02:00
Scott Stone
4d344fc022 Merge branch 'master' of https://github.com/mamedev/mame 2016-09-06 16:13:13 -04:00
Scott Stone
cd2e853167 saturn.xml: renamed "area51" parent to "area51e" to avoid conflict with the arcade title setname "area51" which is also a CHD. (nw)
Note:  Without this change, using "-verifysoftlist saturn" will detect the arcade CHD if it is anywhere in the rompath and assumes you are looking for the saturn one.  That is a problem since all -verify commands are only supposed to check romset that you actually HAVE in a folder or compressed folder.
2016-09-06 16:12:51 -04:00
hap
3d595c6594 tsi speech+: added battery status input 2016-09-06 22:10:47 +02:00
Scott Stone
62172ec952 Merge branch 'master' of https://github.com/mamedev/mame 2016-09-06 15:46:05 -04:00
hap
e927784a90 New working machine added
-------------
TSI Speech+ [hap, Sean Riddle, Lord Nightmare]
2016-09-06 21:43:33 +02:00
Scott Stone
ca5ed769e6 Merge branch 'master' of https://github.com/mamedev/mame 2016-09-06 15:42:47 -04:00
Scott Stone
1f7b7305c6 neogeo.xml: Fixed [kof98/kof98a] for proper parent-clone relationship without which, depending how your romsets are stored, could cause -verifysoftware to show it as "is bad" (nw) 2016-09-06 15:42:14 -04:00
R. Belmont
261f6fbd5c Merge pull request #1323 from MASHinfo/master
New Xevious clone
2016-09-06 15:40:07 -04:00
R. Belmont
35fb11ac92 Merge pull request #1326 from MASHinfo/master
New Ms. Pac-Man clone
2016-09-06 15:40:00 -04:00
R. Belmont
59888c4c6f Merge pull request #1341 from MASHinfo/master
New NOT WORKING game [Siftware, MASH]
2016-09-06 15:39:50 -04:00
R. Belmont
14295ea5ce Merge pull request #1360 from MASHinfo/master
New Jumping Cross clone
2016-09-06 15:39:40 -04:00
R. Belmont
436ff26e16 Merge pull request #1363 from johnparker007/layout_update
Fruit machines: Update layouts with fixes and improvements
2016-09-06 15:39:29 -04:00
R. Belmont
b8bef631bd Merge pull request #1365 from ajrhacker/darkmist_license
Correct manufacturer info for darkmist
2016-09-06 15:39:17 -04:00
Scott Stone
65875e63e0 Merge branch 'master' of https://github.com/mamedev/mame 2016-09-06 14:47:55 -04:00
Scott Stone
6ee2829743 Fixed neogeo.xml based on a change that was not copied over from the neogeo.cpp driver for puzzldpr. (nw) 2016-09-06 14:47:31 -04:00
Lord-Nightmare
05845d5141 superqix.cpp: add notes, add some debugger access fences on read handlers [Lord Nightmare] 2016-09-06 14:43:10 -04:00
MetalliC
8a4f18996d Merge pull request #1369 from mamehaze/mpu4test3
new clones  Tecmo World Soccer '98 [Hammy]
2016-09-06 21:32:54 +03:00
Lord-Nightmare
3374f55b2a variable name consistency, pass 3 (n/w) 2016-09-06 14:12:32 -04:00
angelosa
cde1fe2633 Promoted all Aleck 64 games minus Magical Tetris Challenge as working, nw 2016-09-06 19:47:50 +02:00
Lord-Nightmare
4c533586de variable name consistency, pass 2 (n/w) 2016-09-06 13:45:15 -04:00
Lord-Nightmare
2df6cd563a variable name consistency, pass 1 (n/w) 2016-09-06 13:27:16 -04:00
Lord-Nightmare
9d45c72a63 comment fixes and variable name clarify (n/w) 2016-09-06 13:03:19 -04:00
angelosa
29663a2bad Inputs and basic flash device hookup, nw 2016-09-06 14:31:58 +02:00
angelosa
50e980ade8 Minor consolidations, nw 2016-09-06 14:31:56 +02:00