Commit Graph

39711 Commits

Author SHA1 Message Date
Ville Linde
dc48253ce8 taitopjc: display list logging (nw) 2015-12-22 18:54:52 +02:00
David Haywood
f30f399365 new NOT WORKING clones
World Combat / Warzaid (ver UCD:B) [arcadecomponents.com]
2015-12-22 05:58:51 +00:00
briantro
06e69a6bf1 xexex.cpp: Remove obsolete comment - NW 2015-12-21 23:09:30 -06:00
David Haywood
97436025ba set this to unsupported (nw) 2015-12-22 04:25:34 +00:00
hap
584ab0e1e0 added TMS6100 4bit read support 2015-12-22 02:46:09 +01:00
angelosa
29dd73ab4d Removed tasman gfx hack in core, nw 2015-12-22 01:45:24 +01:00
David Haywood
7b25ee5d5a 12mhz base (nw) 2015-12-22 00:31:51 +00:00
David Haywood
b542509900 new Software List entry
gmaster.xml 3-on-3 Soccer (Fuss-ball) [Peter Trauner, SSJ]
2015-12-22 00:31:18 +00:00
David Haywood
46940bb3c5 new clones
Pirates (set 2) [caius]
2015-12-22 00:17:41 +00:00
David Haywood
5f1a3512c5 new clones
"Street Fighter II': Champion Edition ('Taiwan' bootleg with PAL) [rtw, Smitdogg, The Dumping Union]
2015-12-21 23:57:03 +00:00
David Haywood
32317c7c5b Merge branch 'master' of https://github.com/mamedev/mame 2015-12-21 23:20:25 +00:00
David Haywood
171059fee6 new clones
Space Chaser (Model Racing bootleg) [Piero Andreini]
2015-12-21 23:20:13 +00:00
hap
7b71d05cce added Mr. Challenger skeleton, TMS6100 emulation lacks 4bit support
New NOT_WORKING games added
--------------
Spelling B (1978 version) [hap, Sean Riddle]
Mr. Challenger [hap, Sean Riddle]
2015-12-22 00:19:05 +01:00
angelosa
4180de8e15 Forgot 666, nw 2015-12-22 00:10:55 +01:00
David Haywood
7cefd45a75 new NOT WORKING clones
Mexico 86 (bootleg of Kick and Run) (set 2) [f205v]
2015-12-21 22:56:32 +00:00
hap
758128edc9 added spellb Off-button 2015-12-21 23:51:59 +01:00
angelosa
71caab5dee Screen Raw Params for ms1A, nw 2015-12-21 23:30:36 +01:00
David Haywood
6014972536 new Softlist entry
tutor.xml: 4-nin Mahjan (Jpn) [Team Europe, SSJ]

(for use on Pyuuta system)
2015-12-21 22:20:20 +00:00
David Haywood
7365f139dc new Software List entry
supracan: Formosa Duel [Team Europe, SSJ]

playable with some glitches, going to look into it.
2015-12-21 22:14:06 +00:00
David Haywood
7d42e4bebd new clones
Double Dragon II - The Revenge (US, bootleg) [system11]
2015-12-21 22:02:31 +00:00
David Haywood
6ff2888b37 new NOT WORKING clones
Hard Head 2 (v2.0, bootleg) [system11]
2015-12-21 21:32:05 +00:00
David Haywood
088b4895e8 new clones
Miss World '96 (Nude) (set 4) [system11]

has some different girls, all program roms differ.
2015-12-21 20:46:10 +00:00
hap
f087b29c5f added spellb i/o, comms, inputs 2015-12-21 20:13:24 +01:00
Sandro Ronco
a94b7332b0 monzagp: added car inputs and collisions. [Sandro Ronco] 2015-12-21 20:11:27 +01:00
Ville Linde
469eb65183 tms32051: various fixes (nw) 2015-12-21 20:09:33 +02:00
Miodrag Milanović
d056b7b2cb Merge pull request #517 from SuperV1234/master
Modernize x86log.h and x86log.cpp:
2015-12-21 18:50:16 +01:00
Vittorio Romeo
d5909d54de Modernize x86log.h and x86log.cpp:
* Use variadic template functions instead of `va_list`
    * In `x86log_mark_as_data` and `x86log_printf`
* Add `noexcept` where appropriate/safe
* Use `constexpr std::size_t` instead of macros for constants
* Nest `nullptr` check to prevent useless check, add assertion
    * In `x86log_printf`
* Move definitions of `log_comment`, `data_range_t`, `x86log_context` to `x86_log.h` from `x86_log.cpp`
* Adapt usages of `x86log_printf` in `drcbex64.cpp` and `drcbex86.cpp`
2015-12-21 18:29:08 +01:00
Miodrag Milanovic
944e4f9942 Revert "Modernize x86log.h and x86log.cpp:"
This reverts commit 000370d407.
2015-12-21 17:18:48 +01:00
Miodrag Milanović
03bb0f4cc6 Merge pull request #516 from SuperV1234/master
Modernize x86log.h and x86log.cpp [Vittorio Romeo]
2015-12-21 17:05:57 +01:00
Vittorio Romeo
ec29e20d7d Merge branch 'master' of https://github.com/SuperV1234/mame 2015-12-21 17:03:22 +01:00
Vittorio Romeo
f98557c999 Modernize x86log.h and x86log.cpp:
* Use variadic template functions instead of `va_list`
    * In `x86log_mark_as_data` and `x86log_printf`
* Add `noexcept` where appropriate/safe
* Use `constexpr std::size_t` instead of macros for constants
* Nest `nullptr` check to prevent useless check, add assertion
    * In `x86log_printf`
2015-12-21 17:02:41 +01:00
Vittorio Romeo
000370d407 Modernize x86log.h and x86log.cpp:
* Use variadic template functions instead of `va_list`
    * In `x86log_mark_as_data` and `x86log_printf`
* Add `noexcept` where appropriate/safe
* Use `constexpr std::size_t` instead of macros for constants
2015-12-21 17:01:06 +01:00
Miodrag Milanovic
2f9623d4f3 update for Yves (nw) 2015-12-21 16:44:07 +01:00
hap
09b50e6218 added spellb internal artwork 2015-12-21 16:42:45 +01:00
Miodrag Milanović
ebdc4a9414 Merge pull request #515 from SuperV1234/master
Modernize `simple_list` code [Vittorio Romeo]
2015-12-21 16:37:58 +01:00
Vittorio Romeo
aa6d4d0b88 Modernize simple_list:
* Add `noexcept`
* Use public `=delete` instead of private ctor/assignment
* Remove unused `virtual` from dtor and mark class as `final`
2015-12-21 16:33:06 +01:00
Miodrag Milanović
54cadc3c31 Merge pull request #514 from bmunger/r9751
New driver:
ROLM 9751 [Brandon Munger]
2015-12-21 16:05:06 +01:00
Miodrag Milanovic
a55ab6d615 some handmade changes (nw) 2015-12-21 16:01:14 +01:00
Miodrag Milanovic
1fefd835ce update by request (nw) 2015-12-21 12:47:41 +01:00
Miodrag Milanovic
2d09179902 Added license for Derrick Renaud, extended K.Wilkins and F.Palazzolo to full names, (nw)
Added license for Paul Forgey
2015-12-21 09:57:22 +01:00
hap
564bada035 notes 2015-12-21 02:32:27 +01:00
Brandon Munger
cebed33843 r9751: fix for g++14 and add rolm as a manufacturer 2015-12-20 19:55:06 -05:00
hap
6ffbf69aa3 initial skeleton driver for TI Spelling B 2015-12-21 01:46:16 +01:00
Justin Kerk
8c2f519922 Found some more, hardware looks different though (nw) 2015-12-20 16:45:31 -08:00
Justin Kerk
169a193dc0 New skeleton: Saturn ST-17xx series DVD players [Justin Kerk] 2015-12-20 16:13:25 -08:00
hap
66fbbc0f9d use tms0270 pla for tms1980 2015-12-21 01:07:09 +01:00
Brandon Munger
56fcb735fe r9751: Update PDC documentation 2015-12-20 17:46:13 -05:00
Brandon Munger
5d1dcd67ca r9751: Add dip switches to PDC for HDD and FDD 2015-12-20 17:46:13 -05:00
Brandon Munger
d256291daf r9751: Fix floppy disk access and add log defines 2015-12-20 17:46:13 -05:00
Brandon Munger
ce577865e7 r9751: PDC floppy read support 2015-12-20 17:46:12 -05:00