Commit Graph

67601 Commits

Author SHA1 Message Date
R. Belmont
5a0850eef0
Merge pull request #5389 from clawgrip/patch-36
vsmilem_cart.xml: New NOT_WORKING software list additions
2019-07-25 14:31:15 -04:00
R. Belmont
2e004894c7
Merge pull request #5391 from cam900/vamphalf_args
vamphalf.cpp : Updates
2019-07-25 14:31:02 -04:00
R. Belmont
1531f92705
Merge pull request #5395 from npwoods/lua_boot_multiple_pluginspaths
LUA boot.lua file now handles multiple paths (delimited by semicolons) on -pluginspath
2019-07-25 14:30:51 -04:00
R. Belmont
7b2eef93c0
Merge pull request #5393 from 68bit/68bit-tilemap-visible-fix
tilemap - fix calculation of visible area height and width.
2019-07-25 14:30:37 -04:00
npwoods
d4cb1ba742 LUA boot.lua file now handles multiple paths (delimited by semicolons)
on -pluginspath
2019-07-25 13:19:43 -04:00
ajrhacker
9330baa421
Merge pull request #5392 from 68bit/68bit-mc68hc11-more-insts
mc68hc11 - implement more of the instructions.
2019-07-25 13:11:55 -04:00
ajrhacker
1bae3661c1
Merge pull request #5394 from 68bit/68bit-mc6846-timer-modes
mc6846 - fix the timer modes.
2019-07-25 13:10:55 -04:00
AJR
8e00ecfa0e mpc3000: Add panel sub-CPU to configuration (no I/O hooked up yet) (nw) 2019-07-25 10:20:28 -04:00
68bit
d100c6a1ef mc6846 - fix the timer modes.
The bit definitions for the timer modes were backwards.
2019-07-25 23:39:09 +10:00
68bit
c625775ac4 tilemap - fix calculation of visible area height and width. 2019-07-25 23:35:51 +10:00
68bit
bcd74f1e42 mc68hc11 - implement more of the instructions.
Limited testing of these additions on 6800 code. The fdiv instruction
appears the only one remaining now.

Cleaned up some of the existing definitions to make the patterns more
consistent, and to make it easier to spot inconsistencies and errors.
2019-07-25 23:31:52 +10:00
cam900
576482abe0 vamphalf.cpp : Updates
Make don't change screen size / fps when flipscreen state is changed, Make sprite drawing routine related to cliprect, Reduce duplicates, Unnecessary lines, Simplify handlers, Fix spacings, Add notes
2019-07-25 21:14:51 +09:00
Patrick Mackinlay
db0110d12b wd33c93: don't fatalerror (nw)
The SGI 4D/20 boot prom likes to write to the command register immediately after a hard reset (which raises an interrupt), so we can't die here.
2019-07-25 18:51:03 +07:00
Patrick Mackinlay
e31685d6b1 mips1: diagnostic fixes (nw)
Some fixes identified by MIPS Rx3230 diagnostics:
* assert/clear irq based on fpu exception state
* mask entryhi/lo reserved bits
2019-07-25 18:48:08 +07:00
R. Belmont
4c34a13da1
Merge pull request #5390 from exidyboy/patch-3
Name the author of SSBASIC ROMPac cartridge
2019-07-24 22:58:16 -04:00
arbee
5864e92aa5 f2mc16: First pass with working IRQs. [R. Belmont] 2019-07-24 22:54:45 -04:00
R. Belmont
775b486c73
Merge pull request #5383 from npwoods/plugin_refactor
Refactored MAME's plugin system
2019-07-24 19:59:17 -04:00
hap
002fa6688c forgot flt file (nw) 2019-07-25 01:57:52 +02:00
hap
8aff7550a5 New working machine added
-------
Debut-M [hap, Berger]
2019-07-25 01:56:03 +02:00
Michael Borthwick
36cca85c3b
Name the author of SSBASIC ROMPac cartridge 2019-07-25 09:43:49 +10:00
ClawGrip
cb56830780
vsmilem_cart.xml: New NOT_WORKING software list additions
--------------------------------------
80-084004 - Sportskanone (GER) [TeamEurope]
80-084184 - Micky Maus Wunderhaus (GER) [TeamEurope]
80-084304 - Fussball Meisterschaft (GER) [TeamEurope]

(nw) Also normalized region names and removed redundant zer-offset labels
2019-07-24 23:52:40 +02:00
ajrhacker
c1866ee626
Merge pull request #5388 from DavidHaywood/240719_2
mark some Cycle Shooting roms as BAD_DUMP (nw)
2019-07-24 16:30:59 -04:00
DavidHaywood
e41f12d396 mark some Cycle Shooting roms as BAD_DUMP as they confain significantly less data than the bootlegs, and will definitely need to be checked if/when an original PCB shows up to dump the MCU (nw) 2019-07-24 21:05:19 +01:00
R. Belmont
64d1fa2038
Merge pull request #5387 from clawgrip/patch-35
vsmile_cart.xml: New WORKING software list additions
2019-07-24 15:49:29 -04:00
ClawGrip
51f58bc839
vsmile_cart.xml: New WORKING software list additions
--------------------------------------
50-092244-204 - Cinderella - Lernen im Märchenland (GER) [TeamEurope]
50-092424 - Findet Nemo - Nemos Unterwasserabenteuer (GER) [TeamEurope]
2019-07-24 21:40:50 +02:00
Angelo Salese
e721e1f4ff seibucop.cpp: fixed flipped sprites alignment in macro command $c480 for SD Gundam Rainbow, noticeable for stage 3 mid-boss [Angelo Salese] 2019-07-24 21:12:21 +02:00
R. Belmont
e846cbcce8
Merge pull request #5386 from npwoods/profile_lua
Added support for profiling LUA
2019-07-24 14:20:23 -04:00
R. Belmont
86da5d6353
Merge pull request #5385 from clawgrip/patch-34
mpu5.hxx: Add PIC dump to "m5gstriks" (still not properly hooked up) [Caps0ff, jordigahan, ClawGrip]
2019-07-24 14:19:27 -04:00
MooglyGuy
ebfc11eff3 -scc68070: Moved Quizard MCU HLE from SCC68070 device to cdi.cpp and converted SCC68070 to use logmacro. [Ryan Holtz] 2019-07-24 19:12:11 +02:00
ClawGrip
4f15cc4baa
mpu5.hxx: Add PIC dump to "m5gstriks" (still not properly hooked up) [Caps0ff, jordigahan, ClawGrip] 2019-07-24 17:17:18 +02:00
npwoods
65e26990d1 Added support for profiling LUA 2019-07-24 11:00:06 -04:00
ajrhacker
aa2f9428dc
Merge pull request #5384 from DavidHaywood/240719
dumped + hooked up 68705 for Wyvern F-0 [Sean Riddle, jordigahan, ClawGrip, David Haywood]
2019-07-24 10:28:58 -04:00
Angelo Salese
03c54b9ebc Merge branch 'master' of https://github.com/mamedev/mame 2019-07-24 16:27:14 +02:00
Angelo Salese
06714748b3 legionna.cpp: notes for grainbow (nw) 2019-07-24 16:26:11 +02:00
AJR
385138a88e Add dump and skeleton device for Philips CDD2000 CD-R [Cyberia/2 Filebase]
Add dump and skeleton device for Caravalle CD-R N820s [I-Shou University File Server]

h83048: Undo variable shadowing (nw)
2019-07-24 10:22:48 -04:00
DavidHaywood
5edec357f8 (nw) 2019-07-24 13:54:19 +01:00
DavidHaywood
00a51156ed dumped + hooked up 68705 for Wyvern F-0 [Sean Riddle, jordigahan, ClawGrip, David Haywood] 2019-07-24 13:50:29 +01:00
npwoods
aac4e79d4b Refactored MAME's plugin system 2019-07-24 07:21:06 -04:00
Dirk Best
8b733c17bb 1943: Hook up MCU to driver, remove simulation 2019-07-24 11:27:11 +02:00
Nigel Barnes
341168a2e9 hektor3: Fixed video addressing wrap-around (nw) 2019-07-24 10:25:08 +01:00
Patrick Mackinlay
6cfda151bd v5x: derives from v30 not v33 (nw) 2019-07-24 14:09:39 +07:00
Patrick Mackinlay
c54d312234 ncr5390: minor sequence bug (nw) 2019-07-24 13:58:27 +07:00
AJR
6a8e9d5291 hektor.cpp: Fix build (nw) 2019-07-23 22:21:39 -04:00
David Haywood
a3fa604351 Spectrum list cleanup / reorgnaize [see previous credits] (#5347)
* unsorted cleanup (nw)

* unsorted cleanup (nw)

* unsorted cleanup (nw)

* unsorted cleanup (nw)

* unsorted cleanup (nw)

* more cleanup (nw)

* proper metadata for MicroHobby stuff [ICEknigh7]

* unsorted cleanups (nw)

* cleanups (nw)

* cleanups (nw)

* cleanups (nw)

* cleanups (nw)

* cleanups (nw)

* cleansups, some missing bits etc. (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)

* (nw)
2019-07-23 15:00:35 -04:00
Roberto Fresca
032e487def New machines marked as NOT_WORKING
----------------------------------
Paradise 21 [Team Europe, Roberto Fresca]

Note: Still working on it, so please tell me if some other changes will affect this driver.
2019-07-23 20:51:42 +02:00
Roberto Fresca
a58242e756 The Boat improvements... [Roberto Fresca]
- Added hopper and routed the lines.
- Added all clocks, VDP memory, and hopper pulses timming via #define.
- Added port impulse to the coins/keyin inputs.
- Added Payment Type DIP switch (Payout/Hopper).
- Added Clear Memory DIP switch.
2019-07-23 20:43:01 +02:00
R. Belmont
90a7ff0a07
Merge pull request #5376 from clawgrip/patch-33
vsmile_cart.xml: More notes about Chinese carts (nw)
2019-07-23 14:00:04 -04:00
Nigel Barnes
7745eb395b hektor.cpp: removed hektor2 until ROMs are dumped (nw) 2019-07-23 17:28:02 +01:00
Ivan Vangelista
2da21511e7 new working machine
--------------------------------
Double Joker Poker (CGI) [Stu, Hammy, The Dumping Union]
2019-07-23 18:07:22 +02:00
Robbbert
1619873bb6 (nw) housekeeping 2019-07-24 01:14:12 +10:00