Commit Graph

56917 Commits

Author SHA1 Message Date
smf-
9d725affde revert "Popeye (bootleg set 1)" to 0.33b6 names and contents. The tile ROM was replaced with the contents from the TPP2 set and all the graphics roms were renamed to match the names in use at the time. The tile rom in the recently dumped "Popeye (bootleg set 2)" also matches the old tile rom, so it's a reasonable bet that the dump was correct. [smf] 2018-01-31 17:11:59 +00:00
cracyc
3f562063ca olyboss: some improved output (nw) 2018-01-31 09:59:45 -06:00
Vas Crabb
fdb4c9e39e blonde moment (nw) 2018-01-31 22:23:16 +11:00
Vas Crabb
d03467a664 x1: convert I/O to memory maps and bankdev
(nw) This is for you, Kale.  I cleaned up a few things, but the driver
is still a complete mess, and the x1twin is a complete abomination.  The
work RAM could probably be converted to memory banks as well with a bit
of effort.
2018-01-31 22:15:13 +11:00
smf-
80ee327f08 disable netlist statistic logging on shutdown, because it triggers a use after free in void device_debug::errorlog_write_line(const char *line) & fixed the copy & pasted comment. (nw) 2018-01-31 11:11:16 +00:00
sjy96525
f891bfc4bc Correct Rail Chase 2, Cyber Troopers Virtual-On (#3034)
Rail Chase 2 titlescreen says 1994, Cyber Troopers Virtual-On titlescreen says 1995.
https://segaretro.org/images/e/e8/RailChase2_title.png
https://segaretro.org/images/9/9d/Virtual_On_Model_2.png
2018-01-31 08:31:53 +01:00
sjy96525
c6944e18f0 Correct Racing Jam: Chapter 2 year (#3033)
Racing Jam: Chapter 2 titlescreen says 1998, and released in July 1998.
http://s.uvlist.net/l/y2011/05/84500.jpg
2018-01-31 08:31:05 +01:00
rfka01
797a89d042 olyboss.cpp: new not working: Olympia BOSS D [friol] (#3156)
* olyboss.cpp: new not working: Olympia BOSS D [friol]

* olyboss.cpp: variable consistency and error logging fixes
2018-01-31 00:07:27 -05:00
briantro
286649f69e itech32.cpp: Slightly better documentation (nw) 2018-01-30 22:33:08 -06:00
briantro
5abdc2c290 Merge branch 'master' of https://github.com/mamedev/mame 2018-01-30 22:27:37 -06:00
briantro
93a61208ed itech32.cpp: Document alt ROM board for Time Killers (nw) 2018-01-30 22:27:09 -06:00
AJR
65f722565d photoply: Hack EEPROM timings to make it work (nw) 2018-01-30 23:26:20 -05:00
AJR
577f0708a1 zombraid: Layout isn't great ASCII art to begin with, but the ADC is still worth pointing out (nw) 2018-01-30 23:04:47 -05:00
cracyc
e05e3bfde0 fmtowns: turn on all the motors (nw) 2018-01-30 21:45:40 -06:00
RobertoFresca
b02103065b Corrected year for Piccolo Poker 100. 2018-01-31 00:03:26 -03:00
AJR
5600a008d3 photoply: Preliminary EEPROM hookup (nw) 2018-01-30 21:57:41 -05:00
AJR
0450c31f10 alphatpx.cpp: Build fix (nw) 2018-01-30 21:56:32 -05:00
Justin Kerk
d1b11e5c80 Fix issue linking Emscripten build with certain single-driver compiles (e.g. spectrum.cpp). Emscripten 1.37.29 or higher is now required. [Justin Kerk] 2018-01-31 02:26:47 +00:00
RobertoFresca
89adc22e3d Added vsync to ampoker2 [El Chango v4] 2018-01-30 23:18:45 -03:00
Vas Crabb
031b78e92d Merge remote-tracking branch 'origin/master' into release0194
Conflicts:
	language/German/strings.po
	plugins/cheatfind/init.lua
	src/mame/drivers/ti85.cpp
2018-01-31 12:32:33 +11:00
Vas Crabb
5be2496d0c version bump (nw) 2018-01-31 05:48:02 +11:00
Sergey Svishchev
f652d21e16 i8275: handle invisible field attributes and "end of row - stop dma" special code better; honor Video Enable bit.
Fixes MT05764.  No visual change on mikromik, tim100, zorba, and radio86 clones.
2018-01-31 04:50:57 +11:00
rfka01
e0ac072a29 alphatpx.cpp: Added P1 (rfka01), fixed P2 drive ready (helwie44) ... (#3139)
* alphatpx.cpp: Added P1 (rfka01), made P2 floppy system work correctly (helwie44)
* alphatpx.cpp: remove traces from experiments
* alphatpx.cpp: Add missing <> key
* alphatpx.cpp: Indentation fix
* alphatpx.cpp: Simplify floppy drive connections (thanks Duke & Vas Crabb)
* alphatpx.cpp: srcclean
* itt3030: Simplify floppy system analogous to alphatpx.cpp
* alphatpx.cpp, itt3030.cpp: comments fixes
* alphatpx.cpp, itt3030.cpp: keyboard code simplifications
* alphatpx.cpp: Another spurious debugger.h, millennium hand and shrimp
2018-01-31 04:42:25 +11:00
David Haywood
9798aa0a06 new WORKING machine - Connectv Skateboarder (PAL) / PlayTV Skateboarder (NTSC) [Sean Riddle, David Haywood] (#3149)
* started adding some IO for Skateboarder (and started making things a bit more c++ in the process too as it was needed)
* some better mapping.. ish,  the controls are weird (nw)
* identify buttons at least (nw)
* make the inputs clearer, adjust naming, mark as working with imperfect gfx / no sound.
* allow visual studio to auto-reformat this so that it's consistent everywhere (nw)

new machines marked as NOT WORKING
------------------------
Connectv Skateboarder (PAL) [Sean Riddle, David Haywood]
PlayTV Skateboarder (NTSC) [Sean Riddle, David Haywood]
2018-01-31 04:08:52 +11:00
BraiNKilleRGR
9e09c1afd6 Updated Greek Translation 2018-01-31 02:01:38 +11:00
BraiNKilleRGR
9ac7d9008c Updated Greek Translation 2018-01-31 02:00:47 +11:00
Jos van Mourik
a75370a2db Update Dutch translations (#3151)
* Update Dutch strings

* Fix translations

* One more translation fix
2018-01-30 22:12:37 +11:00
angelosa
9b0453631c pce.cpp: note about pachinko controller (nw) 2018-01-30 10:01:02 +01:00
Ivan Vangelista
6b650385fd galaxold.cpp: verified PROMs for drivfrcsg [Ed Cross] 2018-01-30 07:18:49 +01:00
angelosa
56632aa63e photoply.cpp: many fixes and improvements, see driver notes for more info (nw) 2018-01-29 21:40:54 +01:00
angelosa
ed86836675 Corrections (nw) 2018-01-29 21:40:51 +01:00
Jos van Mourik
545eea0c11 Update Dutch translations (#3151)
* Update Dutch strings

* Fix translations

* One more translation fix
2018-01-29 21:28:22 +01:00
cracyc
d52c44cdaf fmtowns: avoid overflow (nw) 2018-01-29 14:15:10 -06:00
cracyc
e491b70f03 plugins/cheatfind: read whole block (nw) 2018-01-29 14:14:39 -06:00
Vas Crabb
85b361bc0b src to tha clean (nw) 2018-01-30 05:25:57 +11:00
Olivier Galibert
3dd081a08d Fix some fallout (nw) 2018-01-29 19:19:59 +01:00
Olivier Galibert
f06e0b5cd5 Fix some fallout (nw) 2018-01-29 19:18:20 +01:00
smf-
e78d6ac9dc thanks hap (nw) 2018-01-29 15:13:07 +00:00
angelosa
062db0b875 photoply.cpp: Added Cirrus Logic GD5446 VGA PCI device, now shows some legacy BIOS error (presumably needs PCI support to properly boot) [Angelo Salese] 2018-01-29 15:50:14 +01:00
cracyc
0bb0f5baa9 fmtowns: vram write masking (nw) 2018-01-29 08:14:11 -06:00
smf-
6f377beb87 fix is_set() when generic_function is an int array (nw) 2018-01-29 12:07:47 +00:00
smf-
6fb696211b fix assertion when debugging in visual studio (nw) 2018-01-29 12:07:46 +00:00
Vas Crabb
4cd51b6ecc fixup (nw) 2018-01-29 20:16:16 +11:00
Raf Tacker
2a51db59f2 Update German Translations (#3148) (nw) 2018-01-29 20:14:27 +11:00
Raf Tacker
134db45d9d Update German Translations (#3148) (nw) 2018-01-29 20:13:28 +11:00
Vas Crabb
5d17582ce6 More initialisation at declaration to make things clearer, clean up some tabulation, clean .hsi as xml (nw) 2018-01-29 19:00:48 +11:00
David Haywood
c2e990c5cc fix sample end position in sound/gaelco.cpp [dink]
(fixes clicking sounds in various games, verified this with the sample data in ROM, looks correct, we were playing an extra byte from a different sample each time)
2018-01-29 17:35:26 +11:00
cracyc
b3f05b309d plugins/cheatfind: fix (nw) 2018-01-29 16:22:41 +11:00
Vas Crabb
d9fd4812a4 small softlist fix (nw) 2018-01-29 16:22:35 +11:00
cracyc
2e3efc5eff plugins/cheatfind: fix (nw) 2018-01-28 16:46:41 -06:00