hap
d4c2a92189
fidelz80: added correct dump of CC10 [Berger]
2016-01-24 22:56:19 +01:00
hap
4a883fe8af
fidel6502: improved CSC driver
2016-01-24 22:32:22 +01:00
AJR
d5ea912ddd
Have sound_stream::input_name return the std::string it constructs
2016-01-24 16:28:11 -05:00
David Haywood
5b7fbe265f
new WORKING
...
Last Four (09:12 16/01/2001 [f205v]
2016-01-24 21:08:43 +00:00
MetalliC
ea933b5a38
dumped World Club Champion Football's camera sensor board [ANY]
2016-01-24 22:32:07 +02:00
David Haywood
8cc85d1cbc
new softlist additions (not working)
...
casloopy.xml: Loopy Town no Oheya ga Hoshii! [TeamEurope, Steve]
casloopy.xml: Lupiton no Wonder Palette [TeamEurope, Steve]
2016-01-24 20:13:39 +00:00
David Haywood
fb30fb6e67
Merge branches 'master' and 'master' of https://github.com/mamedev/mame
2016-01-24 19:56:05 +00:00
David Haywood
614ee3b5e9
Software list additions
...
tutor.xml: Tron (Jpn) (working) [TeamEurope & Steve]
database.xml: Leapfrog (not working) [TeamEurope & Steve]
also Pooyan, Jungler, and Guttang Gottog for pyutta are confirmed as matching the US dumps.
2016-01-24 19:55:53 +00:00
MetalliC
05c5ada815
New NOT_WORKING
...
--------------
Dragon Treasure 3 (Rev A) (GDS-0041A) [Jorge Valero, rtw, The Dumping Union]
2016-01-24 21:53:26 +02:00
MetalliC
6eb18ec95a
New clone added
...
--------------
Sega Bass Fishing Challenge Version A [gamerfan, brizzo, MetalliC, Smitdogg, The Dumping Union]
document Atomiswave registers [brizzo, MetalliC]
2016-01-24 21:53:24 +02:00
arbee
e62d261e77
Missed a line (nw)
2016-01-24 14:20:33 -05:00
Felipe Corrêa da Silva Sanches
ccdb5435cb
[marywu] improving the video layout
2016-01-24 17:15:49 -02:00
arbee
2be7e8ed13
m68k: fix (020+) bfins results and Z flag [Till Harbaum]
2016-01-24 14:12:00 -05:00
RobertoFresca
3ec61d5a00
New machines marked as NOT_WORKING
...
----------------------------------
Pyon Pyon Jump [Ryan Holtz, Smitdogg, Shoutime, Roberto Fresca, The Dumping Union]
(out of whatsnew)
This is just a ROM loading to preserve the set.
I have the game working, but I need to update compile tools, enviroment, src,
etc to get a clean compile before apply all these improvements...
2016-01-24 15:45:24 -03:00
Joakim Larsson Edström
9cf115c621
- Added support for md6802
...
- Created common base class for didact drivers
- Added builtin layouts for mp68a and md6802
2016-01-24 19:41:27 +01:00
Felipe Corrêa da Silva Sanches
e85810afba
[marywu] trying to figure out the AY memory map addresses
2016-01-24 16:05:15 -02:00
David Haywood
8eed86ca6f
shuffle some code around, move included code to .inc file, easier to read / understand than the self-include. also kill off the old rasterizer path, the new one seems to work fine, so it's essentially dead code, hopefully nobody has an issue with this.
2016-01-24 16:29:26 +00:00
David Haywood
73c52db905
new WORKING game
...
Il Galeone [f205v]
2016-01-24 14:42:22 +00:00
Miodrag Milanović
937f7bf560
Merge pull request #578 from Pernod70/master
...
bbcbc: corrected company (nw)
2016-01-24 15:24:28 +01:00
Nigel Barnes
b91c53fd87
bbcbc: corrected company (nw)
2016-01-24 14:17:02 +00:00
Miodrag Milanovic
0260e5b299
fix compile for windows (nw)
2016-01-24 10:17:55 +01:00
Miodrag Milanovic
d116bd0ca3
Merge branch 'ajrhacker-paletterefs'
2016-01-24 09:12:11 +01:00
Miodrag Milanovic
33364d06ea
Merge branch 'paletterefs' of https://github.com/ajrhacker/mame into ajrhacker-paletterefs
2016-01-24 09:11:47 +01:00
Miodrag Milanović
1fb2c71922
Merge pull request #575 from Pernod70/master
...
Added various softlists
2016-01-24 08:11:37 +01:00
Robbbert
aa3b44a0e3
Fixed TR606 for Hap (nw) unable to test, no roms.
2016-01-24 17:24:12 +11:00
AJR
9b61eb0b6b
Pass and return palette devices by reference, not as pointers
...
- Add screen_device::has_palette()
- Require device_gfx_interface::gfx() and palette() to access members
- Getters for atari_vad_device return devices as references, not pointers
2016-01-23 22:57:16 -05:00
Felipe Corrêa da Silva Sanches
a39cd792fd
[marywu] multiplex 7seg modules
2016-01-24 00:55:36 -02:00
Vas Crabb
41462ec437
Merge pull request #576 from bradhugh/xaudio2
...
XAudio2 Bug fix - forgot to initialize buffers and no need to init COM
2016-01-24 13:23:13 +11:00
hap
c3293c4820
New NOT_WORKING machine added
...
------------
Roland TR-606 [hap, Kevin Horton]
2016-01-24 02:55:58 +01:00
angelosa
3b94f23dad
Print messages for BTANBs, nw
2016-01-24 01:36:01 +01:00
hap
5a78579a00
fix compile
2016-01-24 01:34:34 +01:00
hap
b1e9147013
PORT_C*_MEMBER cleanup, last one for now. There's still a lot in the /drivers folder i didn't touch
2016-01-24 01:11:07 +01:00
angelosa
bdff17436c
Silence these drivers for grep "MACHINE_NOT_WORKING", nw
2016-01-24 01:09:02 +01:00
Brad Hughes
9a6eb2250b
XAudio2 Bug fix - forgot to initialize buffers and no need to init COM
2016-01-23 19:02:58 -05:00
Felipe Corrêa da Silva Sanches
8580ab5cb9
[marywu] adding layout with 7seg displays
2016-01-23 21:53:25 -02:00
hap
43e2b18eb3
some NULL -> nullptr
2016-01-24 00:44:19 +01:00
Felipe Corrêa da Silva Sanches
18d4fc2bdf
[marywu] hooking up KC8279 (i8279 keyboard/display controller)
2016-01-23 21:28:43 -02:00
hap
fd1d0f8e7c
revert part of 'clang cleanup 7' where 0 means the value 0, for ROM_FILL too
2016-01-24 00:12:49 +01:00
hap
00ddf48c2e
revert part of 'clang cleanup 7' where 0 means the value 0
2016-01-24 00:03:39 +01:00
Robbbert
50755482d5
Merge branch 'master' of https://github.com/mamedev/mame
2016-01-24 09:45:29 +11:00
Robbbert
e90a2aab47
mz700: mz800 This should fix crash in debug build (nw)
2016-01-24 09:41:30 +11:00
Nigel Barnes
a92e67bf48
atom: added softlists for cassettes and floppies
2016-01-23 22:04:06 +00:00
Nigel Barnes
4989dba498
pro128s: additional info in softlist (nw)
2016-01-23 22:04:05 +00:00
Nigel Barnes
8274690063
md2: added softlist
2016-01-23 22:04:04 +00:00
Nigel Barnes
c12ed88ceb
dim68k: additional softlist titles (nw)
2016-01-23 22:04:04 +00:00
Nigel Barnes
22e3376244
bw14: Added softlist for Bondwell 14
2016-01-23 22:04:03 +00:00
hap
f3ec0363fb
m58: small cleanup
2016-01-23 22:36:20 +01:00
angelosa
9a3651fa1c
psychic5.cpp: Fixed sprite disable for Bombs Away. [Angelo Salese]
...
(Out of whatsnew: also fixed regressed screen resolution and added notes on top)
2016-01-23 21:38:40 +01:00
Justin Kerk
7c885f0197
Move current midgarts set from the msx2p to the msx2 softlist and add the real msx2p version (nw)
...
Sourced from the Cobra Disk Library Preservation Project
2016-01-23 11:46:21 -08:00
angelosa
ce94150b8b
Forgot to mark it in the description too, nw
2016-01-23 20:03:46 +01:00