Michaël Banaan Ananas
d1474d3657
new NOT WORKING game added
...
--------------------------
Cosmoswat [Andrew Welburn, Oliver Moazezzi]
2014-02-26 14:20:00 +00:00
David Haywood
f7a54a47fc
change company names a bit (nw)
2014-02-26 14:18:14 +00:00
Olivier Galibert
8c7e9ce981
Don't allocate gigs in -listxml please (nw)
2014-02-26 12:29:55 +00:00
Michael Zapf
95a5d8cdcd
Moved palette setting into method to avoid undefined rgb_t instances;
...
included log control flags. (nw)
2014-02-26 12:27:00 +00:00
Alex W. Jackson
2215b98973
Fix MT 04993 [Alex Jackson]
2014-02-26 12:12:01 +00:00
Oliver Stöneberg
23425a90aa
fixed uninitialized member usage in cassette_image_device (nw)
2014-02-26 10:34:16 +00:00
Oliver Stöneberg
c099881e64
fixed uninitialized member usage in tms9995_device (nw)
2014-02-26 10:30:00 +00:00
Oliver Stöneberg
0b4747eca1
fixed uninitialized member usage in tms9902_device (nw)
2014-02-26 10:27:00 +00:00
Oliver Stöneberg
2ba4f9e1f2
fixed uninitialized member usage in southbridge_device (nw)
2014-02-26 10:19:27 +00:00
Oliver Stöneberg
23b37789fd
fixed #if checks for Visual Studio in osd/osdcomm.h (nw)
2014-02-26 10:07:14 +00:00
Olivier Galibert
b1854f93da
(mess) floppy: Fix write over the index pulse and flux change lookup before it [O. Galibert]
2014-02-26 07:46:55 +00:00
David Haywood
3c4b75fd97
misc stuff..
...
looks like MegaPhoenix needs better handling of some flags rather than rand(), overclocking the 68k by stupid amounts allows all the graphics to copy, needs more investigation.
I have however hooked up the rest of the player controls based on test mode..
It looks like the other port is multiplexed somehow, or is some kind of serial port.
still don't really know where most of roms6/7 map, even after playing through a few rounds..
2014-02-26 02:23:47 +00:00
Oliver Stöneberg
cb3b1aae36
suppress alignment errors with SANITIZE=undefined for now (nw)
2014-02-26 00:49:47 +00:00
Oliver Stöneberg
e86e124aa7
fixed ubsan invalid vptr error with dynamic_array<hash_pair> in struct work_item (nw)
2014-02-26 00:43:11 +00:00
Oliver Stöneberg
4f4d91429d
fixed 32-bit compilation (nw)
2014-02-26 00:32:06 +00:00
Couriersud
c32fba0da7
Minor cosmetic changes for netlist
2014-02-26 00:21:06 +00:00
mahlemiut
13b36398f9
fmtowns: reduced tagmap usage (memory banks still to look at) (no whatsnew)
2014-02-25 22:59:27 +00:00
Curt Coder
9e8a7f19b1
cdp1802: devcb for the state codes. (nw)
2014-02-25 22:24:52 +00:00
Curt Coder
d6a74a31b4
cdp1871: devcb2. (nw)
2014-02-25 22:04:05 +00:00
Wilbert Pol
bafeeb70d9
pdp1.c: Modernized cpu core. [Wilbert Pol]
2014-02-25 20:30:31 +00:00
David Haywood
83ad089886
remove gfx offset (nw)
2014-02-25 19:47:32 +00:00
David Haywood
76f03cbf41
new WORKING game
...
x2222 (prototype) [David Haywood, se yong Jang]
this is kind of interesting, it's like G-stream hardware, but with raw 16bpp RGB graphics instead of 8-bit indexed.
We lack a sound ROM, I'm assuming it should be an OKI like G-Stream, although I'm not 100% certain.
The program rom we use doesn't match the sprite rom we use, it's an earlier revision. This causes the boss graphics to be corrupt.
The code we're using is for a 5 level prototype version. We have raw .hye files for both the version we run, and a later version that might match the graphics, but we haven't managed to figure out how to convert a .hye to a .bin.
Ideally we need
1) a .bin that is correct for the graphic roms we use (or a way to convert the .hye we have)
2) graphic roms that are correct for the 'older.bin' we use.
3) the sound rom(s)
2014-02-25 18:20:20 +00:00
Ivan Vangelista
d0e76e8e4f
Reduced tagmap lookups in dai3wksi.c (nw)
2014-02-25 18:11:01 +00:00
Michaël Banaan Ananas
4a8b1ab469
better
2014-02-25 17:36:55 +00:00
Ivan Vangelista
a08b1a7803
Fixe leland games crashing regression (nw)
2014-02-25 17:23:50 +00:00
Alex W. Jackson
62da055d7e
Whoops, forgot this (nw)
2014-02-25 14:54:07 +00:00
Alex W. Jackson
1819b3c8b8
namcos1.c, namcos86.c: fix flipscreen after core changes, add SCREEN_RAW_PARAMs [Alex Jackson]
2014-02-25 14:26:40 +00:00
Oliver Stöneberg
c4ba73f743
fixed src/emu/machine/nvram.c clang compilation (nw)
2014-02-25 12:43:58 +00:00
Oliver Stöneberg
5278254236
rest of ATTR_PRINTF review (nw)
2014-02-25 12:25:33 +00:00
Oliver Stöneberg
d0ec062e2c
MESS part of ATTR_PRINTF review (nw)
2014-02-25 12:13:30 +00:00
Alex W. Jackson
5c27ec48a2
baraduke.c, pacland.c: fix flipscreen after core changes, add SCREEN_RAW_PARAMs [Alex Jackson]
2014-02-25 12:06:47 +00:00
Oliver Stöneberg
aa785afb99
first round of printf fixes (nw)
2014-02-25 11:55:35 +00:00
Couriersud
9d8fbd5274
Fix Visual-C build.
2014-02-25 07:07:41 +00:00
Michaël Banaan Ananas
6e3f031f42
prev ymz280 commit was problematic, so revert
2014-02-25 03:34:41 +00:00
Couriersud
bd09f4dbc0
Fixed a netlist crash on clang due to ATTR_NORETURN. Also fixed some debug statements. [Couriersud]
2014-02-24 23:47:40 +00:00
Andreas Naive
dafa3b185b
Added some comments on atarigx2's protection (nw)
2014-02-24 22:45:57 +00:00
mahlemiut
602fb6e7e8
fm7: reduced some tagmap usage, still need to look at fm77av banking, though. (no whatsnew)
2014-02-24 22:41:25 +00:00
Ivan Vangelista
8a24ac16ad
Fixed gunsur2 regression. Does this set miss the rom key dump? Now it crashes later on, matching gunsur2e behaviour.
2014-02-24 22:12:55 +00:00
Ivan Vangelista
c8847cb514
Fixed calomega regression. The games using the acia suffer of a huuuge slowdown. Probably expected, though. (nw)
2014-02-24 21:30:25 +00:00
Wilbert Pol
4455358c8a
(MESS) Fixed MT005469
2014-02-24 21:20:53 +00:00
Ivan Vangelista
331e399aa8
Reduced tagmap lookups in bigbord2.c (nw)
2014-02-24 21:08:19 +00:00
Ivan Vangelista
ea1fd654f4
Reduced tagmap lookups in gp2x.c (nw)
2014-02-24 20:54:56 +00:00
Ivan Vangelista
dde70da581
Reduced tagmap lookups in sbrain.c and removed unneeded include in atarifdc (nw)
2014-02-24 20:37:29 +00:00
Ivan Vangelista
447d006dde
sharrier inputs, take two. See MT05468 (nw)
2014-02-24 16:48:28 +00:00
Curt Coder
50838fadd5
Fixed clang compile. (nw)
2014-02-24 14:30:18 +00:00
smf-
36ea0b6253
Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 instead. [smf]
2014-02-24 13:52:14 +00:00
Michaël Banaan Ananas
e833238f6d
better use a number constant here since clock isnt really known
2014-02-24 12:36:05 +00:00
Michaël Banaan Ananas
4ebd4b974d
add dummy soundcpu so we can see the disasm in mame debug
2014-02-24 12:31:01 +00:00
R. Belmont
da20fa8ee4
(MESS) apollo: finish devcb2'ing the keyboard (nw)
2014-02-24 04:07:11 +00:00
Brian Troha
a80806293d
new Super Toffy parent
...
Out of whatsnew: This is the original non Unico version by Midas.
New Clone Added
------------------------------------
Super Toffy [System11, The Dumping Union]
2014-02-24 03:17:45 +00:00