arbee
b9e37eb1dd
Missed a file (nw)
2016-02-07 21:19:16 -05:00
arbee
9205d549a7
apple1: completely rewrote the driver in modern idioms. All functionality should be the same. [R. Belmont]
2016-02-07 21:11:28 -05:00
RobertoFresca
54a53b4dba
Merge branch 'master' of https://github.com/mamedev/mame
2016-02-07 22:00:59 -03:00
RobertoFresca
c325f1c988
New clones added or promoted from NOT_WORKING status
...
----------------------------------------------------
Moon Light (bootleg of Golden Star, set 2) [f205v, Roberto Fresca]
2016-02-07 22:00:17 -03:00
dankan1890
4710c9c263
suppressed C4592 warning in VS 2015. (nw)
2016-02-08 01:53:08 +01:00
hap
8b509eedd9
New NOT_WORKING machine added
...
-------------
Mattel Computer Gin [hap, Kevin Horton]
-
bad dump likely, locks up right at boot doing nonsense code
2016-02-08 01:26:27 +01:00
dankan1890
68f167c886
ui: The video mode in the menu display options are now obtained directly from the settings. (nw)
2016-02-08 01:23:35 +01:00
Robbbert
7a4e38987f
ui: fixed text in custom colours setup screen
2016-02-08 10:35:40 +11:00
Lord-Nightmare
189306db37
forgot copyright header (nw)
2016-02-07 17:56:43 -05:00
RobertoFresca
ade11fd0f4
Nibble driver: Added more specs...
2016-02-07 19:51:45 -03:00
RobertoFresca
d7307d96e1
Merge branch 'master' of https://github.com/mamedev/mame
2016-02-07 19:48:19 -03:00
RobertoFresca
120818e453
Mystery Number: Corrected release year and manufacturer.
2016-02-07 19:47:14 -03:00
Lord-Nightmare
efa5b5c4ef
Add New Skeleton Driver: Xerox Notetaker [Lord Nightmare, bitsavers]
...
New Skeleton Driver Added
-------------------------------------------------
Xerox Notetaker
2016-02-07 17:38:08 -05:00
hap
fecf115d6b
hh_ucom4: mcompgin WIP,skeleton (nw, will do that later)
2016-02-07 23:29:58 +01:00
Ville Linde
037f20e685
new clones
...
Police 24/7 (ver EAA, alt) [Guru]
Thrill Drive 2 (ver EAA, 2 alt versions) [Guru]
Tsurugi (ver EAB, alt) [Guru]
World Combat (ver AAD, alt) [Guru]
2016-02-07 22:45:10 +02:00
David Haywood
993ada8337
redumped Cat and Mouse graphic rom as the correct size [Vernimark]
...
(we still need to work out how it banks, there's a clear wire mod going all the way across multiple components on the PCB from one of the pins on the ROM, which I guess is how it's done on hardware)
see http://www.citylan.it/wiki/index.php/Cat_and_Mouse_%28set_1%29
2016-02-07 20:40:48 +00:00
Lord-Nightmare
576915e70c
Arkanoid.cpp: documentation cleanup/updates (n/w)
2016-02-07 15:32:28 -05:00
Miodrag Milanovic
ce49486fed
optimize a bit (nw)
2016-02-07 20:34:48 +01:00
Miodrag Milanovic
1470f114a8
Merge branch 'master' of https://github.com/mamedev/mame
2016-02-07 20:34:16 +01:00
Miodrag Milanovic
827c9da586
use proper texture format bgfx::TextureFormat::BGRA8 (nw)
2016-02-07 20:24:03 +01:00
Ville Linde
08086e4efe
new NOT_WORKING Silent Scope Fortune Hunter [Guru]
2016-02-07 21:13:01 +02:00
Miodrag Milanovic
1c728dddf0
remove debug data (nw)
2016-02-07 19:58:34 +01:00
Miodrag Milanovic
a572b3da0f
respect waitsync param (nw)
2016-02-07 19:55:56 +01:00
Miodrag Milanovic
9d4945d386
removed vsync flag (nw)
2016-02-07 19:46:58 +01:00
Miodrag Milanovic
e3d8dbb364
optimized code a bit, reused Aarons code (nw)
2016-02-07 19:19:18 +01:00
Ville Linde
ee3b2ca1b6
viper: fix U13 fail (nw)
2016-02-07 18:45:15 +02:00
Miodrag Milanovic
db8397c470
propagate color to texture (nw)
2016-02-07 17:22:50 +01:00
David Haywood
2a6658be47
Merge branch 'master' of https://github.com/mamedev/mame
2016-02-07 15:20:05 +00:00
David Haywood
af51222c6c
added hat trick hero 93 pals [Alex Cmaylo]
2016-02-07 15:13:45 +00:00
Miodrag Milanovic
178167b8fe
Initial support for BGFX [Dario Manesku, Branimir Karadic, Miodrag Milanovic]
...
Need optimization and cleanup, note that all shaders can be built only on windows
due to usage of DirectX DLLs
2016-02-07 15:49:55 +01:00
hap
5b432512fa
z80: removed obsolete irq_line write handler
2016-02-07 14:37:29 +01:00
hap
462b96ab1d
z80: put take_nmi in the execution loop: eg. z80 writes to another device NMI enable register
2016-02-07 14:09:48 +01:00
hap
4bcc966c7a
z80: added crude implementation of WAIT pin
2016-02-07 13:50:34 +01:00
Branimir Karadžić
5bc83a2506
Update BGFX (nw)
2016-02-07 09:50:16 +01:00
Miodrag Milanović
88efd657db
Merge pull request #609 from ajrhacker/vtlb
...
Vtlb
2016-02-07 08:23:34 +01:00
AJR
0d8df9d595
Make generic VTLB implementation a modern device interface (nw)
2016-02-07 01:42:58 -05:00
AJR
3466c47229
Renaming (nw)
2016-02-07 01:17:17 -05:00
dankan1890
2fda7e23f2
menu: fixed search path for snapshots. (nw)
2016-02-07 03:53:47 +01:00
dankan1890
14b2b34022
Merge branch 'master' of https://github.com/mamedev/mame
2016-02-07 03:33:24 +01:00
dankan1890
e15dca747c
datmenu.cpp: fixed a missed substitution from auto_alloc to global_alloc.
2016-02-07 03:32:47 +01:00
hap
45b5f1e5d2
fidelz80: small update
2016-02-07 02:33:31 +01:00
Scott Stone
a89e7c6c5b
Merge branch 'master' of https://github.com/mamedev/mame
2016-02-06 19:21:24 -05:00
Scott Stone
b383bebc2d
hash.xml format fixes (nw)
2016-02-06 19:20:53 -05:00
hap
7f6752bacb
k28: renamed ctteach to k28 and added softwarelist
2016-02-07 01:04:05 +01:00
Justin Kerk
0174ccbbe1
Fix indentation (nw)
2016-02-06 16:01:59 -08:00
David Haywood
d18260287d
gals (nw)
2016-02-06 22:43:08 +00:00
David Haywood
a560877764
new clones
...
World Cup Volley '95 Extra Version (Asia v2.0B) [Kevin Eshbach]
2016-02-06 22:17:48 +00:00
hap
2f32d226cc
tispeak: added ctteach layout file
2016-02-06 22:49:24 +01:00
briantro
9e482e1682
new Working Game
...
This replaces David's Big Apple clone
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Michigan Super Draw (2131-16, U5-2) [Charles MacDonald, Brian Troha, David Haywood, The Dumping Union]
2016-02-06 15:39:59 -06:00
hap
02d1107016
tispeak: added ctteach i/o and keyboard
2016-02-06 22:18:32 +01:00