Commit Graph

49725 Commits

Author SHA1 Message Date
R. Belmont
282a7e76c3 Merge pull request #2028 from intealls/master
Fix issues on 32-bit builds and clamp latency
2017-01-31 15:15:23 -05:00
Ivan Vangelista
578a05aa0e Added lots of German and French roms for various pinball games [PinMAME] 2017-01-31 17:59:01 +01:00
Ivan Vangelista
9cc83c1bfc new working clone added
_____________________
Red Hawk (Greece) [Abelardator2]
2017-01-31 17:43:40 +01:00
ajrhacker
56939462f3 Merge pull request #2031 from OzFalcon/QixService
Correctly assign service buttons
2017-01-31 10:27:01 -05:00
hap
4917bee717 made lchicken layout clickable (nw) 2017-01-31 15:08:59 +01:00
hap
435e0bd4d6 hh_cop400: added lchicken internal layout (nw) 2017-01-31 14:45:12 +01:00
Michael.S.G
de58ee1522 Correctly assign service buttons
Mame Testers Bug:
http://mametesters.org/view.php?id=6470
2017-01-31 22:23:30 +11:00
hap
55fa96ac70 hh_cop400: change 1bit bleepers back to filtered speaker device, sounds much better (nw) 2017-01-31 12:13:02 +01:00
AJR
a7ac55a2fb spacecr: Add continue button (#2029) 2017-01-30 23:43:34 -05:00
hap
785b7e0379 Machine promoted to working
----------
Milton Bradley Plus One [hap, Sean Riddle]
2017-01-31 01:35:13 +01:00
Scott Stone
28ae8f3d2c Merge branch 'master' of https://github.com/mamedev/mame 2017-01-30 18:58:27 -05:00
Scott Stone
e852306dac Added comments related to newly dumped MCU binaries that were made and tested/confirmed working on original hardware (nw) 2017-01-30 18:58:02 -05:00
hap
77ebdfb1ed hh_cop400: lickin chicken WIP (nw) 2017-01-31 00:53:30 +01:00
Dirk Best
55b25307a9 Amiga: Fix Paula interrupts 2017-01-30 21:11:12 +01:00
angelosa
c01cebccbe Much better (nw) 2017-01-30 17:39:18 +01:00
intealls
51749ab970 Fix issues on 32-bit builds and clamp latency 2017-01-30 16:32:28 +01:00
angelosa
502129c5b5 namcond1.cpp: enabled preliminary ROZ effects in ygv608 core [Angelo Salese]
(out-of-whatsnew: needs testing and references, they are certainly off for e.g. Galaga Arrange Challenge Stages)
2017-01-30 16:29:31 +01:00
angelosa
7b49234487 Notes (nw) 2017-01-30 16:26:24 +01:00
Vas Crabb
06e22ce79d m6805: added skeleton CMOS devices
* Added m146805 and m68hc05 to unidasm
* Made opcode tables configurable in m6805_base_device, provided tables for HMOS, CMOS and HC families
* Implemented MUL instruction, made unimplemented STOP and WAIT raise fatal error
* Added skeleton MC68HC05C4 with RAM and ROM in correct locations in memory map
2017-01-30 23:10:51 +11:00
RobertoFresca
0995b978ac Mega Card (Ver.0210, encrypted): Fixed ASCII PCB layout and list of components. [Roberto Fresca] 2017-01-30 02:27:48 -03:00
briantro
790b54f52f model2.cpp: Minor doc update - NW 2017-01-29 21:13:21 -06:00
Vas Crabb
1041022520 note (nw) 2017-01-30 10:06:19 +11:00
RobertoFresca
f5506419a8 Mega Card (Ver.0210, encrypted): Added CY7C291A dump from inside
of the custom CPU. [Team Europe, Roberto Fresca]
2017-01-29 19:39:44 -03:00
RobertoFresca
28eed9291c Mega Card (Ver.0210, encrypted): Added G65SC02 decode die dump,
and tech notes about the custom CPU. [Team Europe, Sean Riddle, Roberto Fresca]
2017-01-29 19:21:52 -03:00
RobertoFresca
f8dd3a88b6 Mega Card (Ver.0210, encrypted): Added bruteforced PLD dump. [Team Europe, caius, Roberto Fresca] 2017-01-29 18:11:19 -03:00
RobertoFresca
3d01d02bbf New machines marked as NOT_WORKING
----------------------------------
Mega Card (Ver.0210, encrypted) [Team Europe, f205v, Sean Riddle, Roberto Fresca]
2017-01-29 17:44:16 -03:00
hap
040532a98f hh_cop400: fixed visible bit errors on plus1 decap (nw) 2017-01-29 21:25:29 +01:00
arbee
77e3228685 mac: fix NuBus memory stomp [R. Belmont] 2017-01-29 15:06:50 -05:00
AJR
3ee77855ef yamyam: Use own program map; note undumped PROM; remove unneeded variable (nw) 2017-01-29 14:30:03 -05:00
AJR
19db9ffda7 Exact year for ator (MT #06485)
Video Dens has a space in the middle (nw)
2017-01-29 13:20:13 -05:00
Curt Coder
4ceeca611d thayers: Fixed keyboard. [Curt Coder] 2017-01-29 18:46:10 +02:00
couriersud
c713f9ed1d Separate include file usage for netlist.
Device implementations (all cpp files in netlist/devices) now should
only include nl_base.h. 
Netlist implementation sources should only include "net_lib.h". 
Refactored netlist.h and netlist.cpp to avoid namespace congestion in
netlist.h.
Fixed VC2015 build. (nw)
2017-01-29 15:47:12 +01:00
couriersud
2720512e31 Solver stuff:
Rewrote mat_cr_t to include data as well. 
Fixed some bitrot in other parts.
Simplified solver creation. (nw)
2017-01-29 15:45:50 +01:00
Vas Crabb
1070ea6d0f better hack, notes (nw) 2017-01-30 00:55:17 +11:00
Dirk Best
ca2315f92b Amiga: Fix license typo in Paula device 2017-01-29 14:52:47 +01:00
Dirk Best
094ace1fbf Amiga: Move audio related registers into Paula device
The device is now independent from the Amiga state class.
2017-01-29 12:43:02 +01:00
Dirk Best
f2f55c1568 Amiga: Move and rename amiga sound device, add pinout and description 2017-01-29 12:42:58 +01:00
Vas Crabb
1296414948 dec0.cpp latch cleanup: 'LS374 sensed positive edge others are educted guesses 2017-01-29 21:14:23 +11:00
Vas Crabb
6b88671241 baddudes: add note about likely bit error in MCU dump
drgninja: replace MCU simulation with hacked version of baddudes dump

(nw) If anyone who doesn't suck at this game can try playing through and
see if/when problems occur, please let me know.
2017-01-29 19:11:06 +11:00
ajrhacker
08ff68af65 Merge pull request #2026 from ajrhacker/gcpinbal_hct157
gcpinbal: Add HCT157
2017-01-28 22:57:12 -05:00
AJR
9bab919b06 gcpinbal: Add HCT157 2017-01-28 22:54:34 -05:00
Vas Crabb
f9136077df Add dump for baddudes MCU [CAPS0ff, Vas Crabb] 2017-01-29 10:36:00 +11:00
Vas Crabb
6519a7c26f don't repeat yourself (nw) 2017-01-29 09:52:19 +11:00
hap
a8f87cf855 novag6502: 21.us irq low time is too long for sforte (nw) 2017-01-28 21:59:04 +01:00
Ivan Vangelista
93adfdb5a4 tigeroad.cpp: bballsa actually has a mc68705r3 (nw) 2017-01-28 19:45:23 +01:00
Vas Crabb
2ceb7892a3 probably no lane select (nw) 2017-01-29 00:12:30 +11:00
Ivan Vangelista
a7c058182c new working clone added
____________________
Gals Panic S2 (Europe) [rtw]
2017-01-28 13:54:36 +01:00
Vas Crabb
8ccebad28f Hook up protection MCU in bballsa, add to parent set as BAD_DUMP.
(nw) Uses a similar scheme to pushman, but doesn't use port D on the
MCU, and uses the same endianness for MCU reads/writes (pushman swaps
the bytes on writes).  As an aside, bballs has at least partial nudity
in it as seen in attract mode, although less than bballsa.
2017-01-28 23:06:57 +11:00
Ivan Vangelista
1558aa281a tigeroad.cpp: dumped mc68705u3 for bballsa [Brizzo, TeamEurope] 2017-01-28 10:25:03 +01:00
Vas Crabb
ead41cf884 confirm MC68705R3 bootstrap program matches M68705U3 (and U5 for that matter) [brizzo] 2017-01-28 19:16:46 +11:00