AJR
74f3ec3b43
wallc: PSG type correction (nw)
2017-07-14 18:48:12 -04:00
Lord-Nightmare
cc1f91ac4c
add note that the pal is actually a good dump, as it is the same logic inside as tokio (nw)
2017-07-14 16:05:38 -04:00
Scott Stone
ca9ce293b7
Merge branch 'master' of https://github.com/mamedev/mame
2017-07-14 15:51:23 -04:00
Scott Stone
0448ff4e26
Add sound cores needed to allow virtual subtarget to compile (nw)
2017-07-14 15:50:53 -04:00
hap
7724e4aeec
Revert "change "copyright-holders" to "authors" in CC0'd lay files (nw)"
...
This reverts commit 4f2b200d84
.
2017-07-14 21:50:35 +02:00
Lord-Nightmare
39b1db6c54
Implemented dipswitches and tweaked inputs for Bubble Bobble prototype so that the edit mode works. [Lord Nightmare]
2017-07-14 15:38:58 -04:00
cracyc
229959ee7d
plugins/cheat: popmessage for hotkey setting (nw)
2017-07-14 13:20:46 -05:00
AJR
1dc8a90131
MC6800 LSR/ROR/ASR instructions set overflow flag to N XOR C (MT #6624 )
2017-07-14 14:13:33 -04:00
Ivan Vangelista
ba64f47578
new working clone
...
-------------------------
Taisen Idol-Mahjong Final Romance 2 (Japan, newer) [system11, The Dumping Union]
2017-07-14 18:53:31 +02:00
Ivan Vangelista
33d9f03803
nmk16.cpp: changed redhawkb title to Vince, as per title screen (nw)
2017-07-14 18:52:48 +02:00
R. Belmont
b8cb7ee79b
Merge pull request #2472 from JoakimLarsson/fccpu1
...
fccpu1: newer version of firmware added, Force Debugger v1.1
2017-07-14 12:21:48 -04:00
R. Belmont
c07dc362f7
Merge pull request #2474 from einstein95/master
...
Add dipswitches to tsukande
2017-07-14 12:20:19 -04:00
einstein95
a7764e8b40
Add dipswitches to tsukande
2017-07-15 02:22:58 +12:00
Vas Crabb
7aa87af1c8
remove this check - it causes MSVC release builds to crash, and the things it flags usually get detected elsewhere (nw)
2017-07-15 00:04:15 +10:00
Vas Crabb
7892bf71f9
intellec4: implement imm4-22 program/data storage module
2017-07-15 00:03:34 +10:00
cracyc
3a751b164e
plugins/cheat: create dirs (nw)
2017-07-14 08:29:46 -05:00
Joakim Larsson Edstrom
3212efa843
fccpu1: newer version of firmware added, Force Debugger v1.1
2017-07-14 11:05:10 +02:00
Lord-Nightmare
8a1c44f44a
New working clones
...
------------------
Bubble Bobble (prototype on Tokio hardware) [Arzeno Fabrice, brizzo, Phil Bennett, rtw, Asure, The Dumping Union]
2017-07-14 04:45:32 -04:00
Robbbert
45fdeec9d5
(nw) Fixed the build. (various unused/unread variables)
2017-07-14 15:30:46 +10:00
arbee
9f451b54a1
New games added as GAME_NOT_WORKING
...
-----------------------------------
Dam Dam Boy [R. Belmont, ShouTime, Sean Sutton, Surgeville, Ryan Holtz, Phil Bennett, Smitdogg, The Dumping Union]
2017-07-13 23:39:17 -04:00
MetalliC
f06ee08cd0
igstet341 inputs and DIPs (nw)
2017-07-14 05:59:10 +03:00
briantro
879f1d8b37
new clone added - PE Plus PP0006 Standard Poker
...
New Clone Added
-------------------------------------------
Player's Edge Plus (PP0006) Standard Draw Poker [BrianT]
2017-07-13 21:31:59 -05:00
cracyc
f985171b4c
plugins/cheat: poll for setting hotkeys [Carl]
2017-07-13 21:33:06 -05:00
David Haywood
c17e4d8ca8
new NOT WORKING - VG Pocket (VG-2000) [BeckieRGB] ( #2433 )
...
* new NOT WORKING - VG Pocket (VG-2000) [BeckieRGB]
* new NOT WORKING
VG Pocket Mini (VG-1500) [BeckieRGB]
mostly needs the nametable mirroring registers emulated, and proper palettes for this extended mode
2017-07-14 11:43:13 +10:00
AJR
68d43e41c4
mastboy: Note (nw)
2017-07-13 13:20:58 -04:00
AJR
e906f29a38
Make machine().describe_context() a const function returning a std::string (nw)
...
As part of this change (because std::string is not printf-compatible), several devices have been updated to use the modern logmacro.h logging system.
2017-07-13 12:58:47 -04:00
hap
4f2b200d84
change "copyright-holders" to "authors" in CC0'd lay files (nw)
2017-07-13 18:36:28 +02:00
hap
6a04f50d7f
change gjackpot/gpoker.lay digits to 14seg (nw)
2017-07-13 18:32:25 +02:00
hap
8ab4f436e8
change backslash to unicode in some layouts (nw)
2017-07-13 18:08:38 +02:00
Ted Green
b0d5d36764
DCS audio: Re-enable speedups for external ram. (nw)
2017-07-13 09:11:23 -06:00
AJR
ca88a7720b
Minor core cleanups (nw)
...
- disound.cpp: Make a few more methods const
- machine.cpp: c_str() is no longer needed with emu_file::open since it now takes a std::string
2017-07-13 10:36:19 -04:00
AJR
50a2e15b08
mastboy: Use parallel EEPROM type for "EAROM" rather than generic NVRAM
2017-07-13 09:01:33 -04:00
Olivier Galibert
9f614cdf44
Fix issue 2468
2017-07-13 12:55:35 +02:00
smf-
e8c63bc373
added new not working game [smf]
...
Percussion Freaks 4th Mix (G*A25 VER. AAA)
2017-07-13 11:48:31 +01:00
Vas Crabb
553d973126
detect parent/clone loops rather than extending a string forever
2017-07-13 19:23:43 +10:00
Vas Crabb
f15068fccb
gah, need to add (nw)
2017-07-13 18:50:32 +10:00
Vas Crabb
641d0ac7a3
intellec4: implememnt PROM memory module
2017-07-13 18:34:57 +10:00
Vas Crabb
17790b2f5f
forgot these (nw)
2017-07-13 15:54:28 +10:00
Vas Crabb
7718fe042c
kill a trampoline (nw)
2017-07-13 15:51:33 +10:00
Vas Crabb
66de90675f
Make device_memory_interface own its address_spaces
2017-07-13 15:35:18 +10:00
Vas Crabb
e42bb7d2f1
correct model number and speed for intellec4 paper tape reader (thanks AJR)
2017-07-13 05:31:16 +10:00
Vas Crabb
22f9272f49
Machines promoted to working
...
----------------------------
Intel INTELLEC 4/MOD 4 [Vas Crabb]
Intel INTELLEC 4/MOD 40 [Vas Crabb]
2017-07-13 05:07:42 +10:00
Vas Crabb
0f7baa2377
intellec4: sensible default options for terminal and null_modem
2017-07-13 05:02:07 +10:00
Vas Crabb
5de1667104
don't drop an entire layout if one view fails to load - it breaks intlc44/intlc440 with null_modem
2017-07-13 05:01:24 +10:00
Vas Crabb
f1b30abacf
intellec4: add high-speed paper tape reader card (installed in slot j7 by default, select with J command for loading BNPF/HEX)
2017-07-13 03:28:04 +10:00
MetalliC
080f48d522
new NOT_WORKING games
...
---------------------
Block Pong-Pong [Arzeno Fabrice, brizzo]
WaiWai Drive [Arzeno Fabrice, brizzo]
2017-07-12 19:41:49 +03:00
Ivan Vangelista
ad88aa8323
new not working clone
...
-------------------------------
Motocross Go! (MG2 Ver. A, set 2) [ShouTime, Bill D, The Dumping Union]
2017-07-12 18:08:31 +02:00
AJR
3a7189936c
segag80r.cpp: DAC identification (nw)
2017-07-12 11:58:42 -04:00
smf-
c35001445f
fix MSVC build (nw)
2017-07-12 16:34:42 +01:00
hap
dfad4902f4
New Working machines added
...
---------
Blades of Steel (Konami handheld) [hap, Sean Riddle]
Bucky O'Hare (Konami handheld) [hap, Sean Riddle]
Double Dragon (Tiger handheld) [hap, Sean Riddle, Kaede]
Sonic The Hedgehog (Tiger handheld) [hap, Sean Riddle]
2017-07-12 15:29:24 +02:00