Commit Graph

38862 Commits

Author SHA1 Message Date
briantro
2bccbf6c0d peplus.c: Documentation update based on newly found PSR (Program Summary Report). {Kevin N, BrianT] 2015-11-02 22:21:33 -06:00
RobertoFresca
4bc5f3e4f6 New clones marked as NOT_WORKING
--------------------------------
Margarita Magic (EHG1559, NSW/ACT) [Roberto Fresca]
2015-11-02 23:22:05 -03:00
David Haywood
dfefc96b27 bootleg stuff (nw) 2015-11-03 01:32:27 +00:00
David Haywood
f0aab6ad54 make the bootleg run a bit at least (nw) 2015-11-03 00:37:43 +00:00
David Haywood
43881b4c24 make the NES APU device get added with the N2A03 rather than needing to be added in every driver.
(I believe this to be correct, it's internal to the CPU?)

note, DERIVED_CLOCK doesn't work in cases where MCFG_CPU_MODIFY is used to modify the clock, so I've had to use MCFG_CPU_REPLACE in those cases instead.
note2, sound routing seems a bit messy, but this seems a general MAME thing, we still have an issue where if you add too many devices with their own speaker / sound additions things you get sound overflows, in this case all drivers except NES were set to a 0.50 sound level output, NES was set to 0.90, I see no clean way to do this with the sound chip inside the CPU?
2015-11-02 23:36:21 +00:00
David Haywood
9478f1eb73 new clones
Karate Blazers (World, set 2) [caius]

all other sets share a data rom, for this one it's different, so I'm guessing it's a more significantly different revision than any of the ones we have already.
2015-11-02 21:39:00 +00:00
R. Belmont
b5510e66a5 Merge pull request #453 from felipesanches/powerdrift_motor_output
fix power drift outputs ("bank_motor_position" was never output)
2015-11-02 16:21:20 -05:00
hap
c1981761ba "/* within comment" compile warning... 2015-11-02 21:15:34 +01:00
hap
cbea03129a When we obtain the internal rom of 8304, this old implementation will be removed. 2015-11-02 21:06:00 +01:00
hap
d8752c7733 added new alpha_8201 to equitest.c
But then had to re-add the simulated MCU to the games with an undumped 8304. These give an error on boot otherwise. As exception, kouyakyu works OK.
2015-11-02 20:58:51 +01:00
hap
d224af6328 added missing mcu roms to equites.c 2015-11-02 18:26:53 +01:00
hap
8bcd87fe9b credit tag 2015-11-02 18:11:02 +01:00
hap
57132586d5 added alpha_8201_device to champbas.c
Now champbb2j that previously locked up at boot is also playable
(FWIW exctscc2 http://mametesters.org/view.php?id=5026 still happens)
2015-11-02 18:05:36 +01:00
MetalliC
10a15314fe naomi/triforce docs update [f205v] 2015-11-02 18:56:28 +02:00
Miodrag Milanovic
b8efd210b1 fix VS build (nw) 2015-11-02 17:37:18 +01:00
hap
f1d70e45c3 merged memorymaps 2015-11-02 16:58:42 +01:00
Miodrag Milanovic
3885185274 fix compare (nw) 2015-11-02 15:03:17 +01:00
Vas Crabb
a5a301d1fe Let's be more strict (nw) 2015-11-02 23:40:04 +11:00
Vas Crabb
c714096e28 Fix condition for a debug printf (nw) 2015-11-02 23:40:04 +11:00
Vas Crabb
e8cd3de001 Unsigned value can't be less than zero (nw) 2015-11-02 23:40:04 +11:00
Vas Crabb
80f55d4f66 Let's assume no-one uses a broken 450 core in a multi-CPU configuration (nw) 2015-11-02 23:40:03 +11:00
Vas Crabb
8247cab558 make it easier to build multiple configs (nw) 2015-11-02 23:40:03 +11:00
RobertoFresca
a780714451 New clones marked as NOT_WORKING
--------------------------------
Genie (ICP-1, set 2) [Roberto Fresca, Matt B]

Also added proper inputs for super98 and added
technical notes...
2015-11-02 09:25:19 -03:00
Miodrag Milanovic
c050685c98 Fixed mingw clang build (nw) 2015-11-02 11:13:12 +01:00
Miodrag Milanovic
b01384ee73 fixed linking unidasm in small builds (nw) 2015-11-02 08:45:22 +01:00
Miodrag Milanović
5319ba6148 Merge pull request #452 from dankan1890/patch
Fix for DEBUG build.
2015-11-02 07:46:24 +01:00
hap
e66bb611ac cleanup spriteram handling 2015-11-02 02:50:14 +01:00
Felipe Corrêa da Silva Sanches
50a3f8b2b1 fix power drift outputs ("bank_motor_position" was never output because we were using the whole 16bit value of m_pdrift_bank in the switch statement) 2015-11-01 22:59:11 -02:00
RobertoFresca
64cf8825e7 New machines marked as NOT_WORKING
----------------------------------
Magic Garden (AHG1211, Export, 88.26%) [Roberto Fresca]
2015-11-01 21:03:42 -03:00
dankan1890
38dd9c2cbb Fix for DEBUG build. 2015-11-01 23:41:16 +01:00
hap
22408efde3 WIP, small update (sync with master) 2015-11-01 22:23:36 +01:00
RobertoFresca
9e5ddc1310 New machines marked as NOT_WORKING
----------------------------------
Koala Mint (MV4137, Export) [Roberto Fresca]
2015-11-01 17:56:58 -03:00
RobertoFresca
9eb79a6d63 New clones marked as NOT_WORKING
--------------------------------
Golden Pyramids (AHG1206-99, NSW/ACT, 87.928%) [Roberto Fresca]
2015-11-01 17:25:33 -03:00
Miodrag Milanovic
1aa5af9fb1 fix for compiling bgfx on older osx (nw) 2015-11-01 21:05:47 +01:00
Branimir Karadzic
5664971d3b update to latest BGFX and BX 2015-11-01 20:30:24 +01:00
Vas Crabb
99c12e17c4 More appeasement of the standards gods (nw) 2015-11-02 02:02:12 +11:00
Vas Crabb
44c21dcac5 Get rid of one this == NULL comparison, reduces warnings by 10% with clang 3.6 (nw) 2015-11-02 02:02:08 +11:00
Miodrag Milanovic
7f03841c2a Merge branch 'master' of https://github.com/mamedev/mame 2015-11-01 14:34:52 +01:00
Miodrag Milanovic
18188cb13b making logerror part of machine and device classes [Miodrag Milanovic]
display tag of device that logged message
2015-11-01 14:34:45 +01:00
RobertoFresca
07eb079882 Merge branch 'master' of https://github.com/mamedev/mame 2015-11-01 06:51:13 -03:00
RobertoFresca
eb8fc72ac4 New clones marked as NOT_WORKING
--------------------------------
Super 98 (ICP-1) [Roberto Fresca, Matt B]
2015-11-01 06:50:23 -03:00
Vas Crabb
f792d667a1 lift a common subexpression (nw) 2015-11-01 17:04:17 +11:00
Vas Crabb
6382e5d905 #import is an Objective-C thing, C should use #include 2015-11-01 17:03:49 +11:00
Vas Crabb
fca1106249 Clean up some stuff that upsets GCC5 2015-11-01 15:45:10 +11:00
hap
cdbb940930 get rid of machine start/reset overrides 2015-10-31 23:50:37 +01:00
hap
268f7242dd use generic watchdog for champbas.c 2015-10-31 23:08:29 +01:00
arbee
7c4c2ec9dd New games added as GAME_NOT_WORKING
-----------------------------------
Club Kart for Cycraft (GDS-0029A) [Guru, R. Belmont]
Initial D Arcade Stage Ver. 3 Cycraft Edition (Rev. A) (GDS-0039A) [Guru, R. Belmont]
2015-10-31 17:59:56 -04:00
hap
3d2fc005a9 added mcu rom to exciting soccer romsets 2015-10-31 21:38:49 +01:00
hap
256169ff3a small update 2015-10-31 20:13:01 +01:00
Vas Crabb
ebf0f64422 osborne1: better handling of peripheral read addressing 2015-11-01 05:39:19 +11:00