Commit Graph

27042 Commits

Author SHA1 Message Date
Sandro Ronco
1ccae630b0 (MESS) gl3000s: added default layout. (nw) 2014-02-26 21:53:25 +00:00
Michaël Banaan Ananas
cbd643eb1a changed to 4-way after discussing it with Haze,
more info on this forum: http://forums.marpirc.net/viewtopic.php?f=10&t=15290
2014-02-26 21:41:27 +00:00
Michaël Banaan Ananas
92cfe54f2d fix array out of bounds 2014-02-26 21:27:35 +00:00
Wilbert Pol
f6b2d2489e removing some unused legacy things (nw) 2014-02-26 21:23:32 +00:00
Michaël Banaan Ananas
17b7a9d36c fix array out of bounds access 2014-02-26 21:14:48 +00:00
Michaël Banaan Ananas
d961bfd2e8 update prev commit 2014-02-26 21:08:47 +00:00
Couriersud
95841d211e Fixed loading of cached bdf fonts. 2014-02-26 20:59:23 +00:00
David Haywood
1a0afd5c5d little robin
- this actually uses a tms34010 for the video (I wish I was joking..)  It became quite clear after noticing similarities with MegaPhoenix tho, unfortunately it doesn't work properly when I hook it up (the sprites are displayed, but the backgrounds aren't) so I've left it as a conditional compile option for now.
2014-02-26 20:55:56 +00:00
Michaël Banaan Ananas
1259ee5648 simplify masks 2014-02-26 20:46:23 +00:00
R. Belmont
0caa890cca Array bounds patrol (nw) 2014-02-26 20:00:07 +00:00
David Haywood
01089de733 megaphx stuff (nw) 2014-02-26 19:50:41 +00:00
Couriersud
6a06d7604f Revert changes committed by accident. 2014-02-26 18:58:07 +00:00
Oliver Stöneberg
38c122f4aa fixed usage of uninitialized member in mainboard8_device (nw) 2014-02-26 18:14:25 +00:00
Oliver Stöneberg
7a0e1cfc80 fixed usage of uninitialized member in geneve_keyboard_device (nw) 2014-02-26 18:11:57 +00:00
Oliver Stöneberg
31fc72cd1e fixed usage of uninitialized member in msm58321_device (nw) 2014-02-26 18:07:47 +00:00
Michaël Banaan Ananas
53d0e22e7a fix array out of bounds access 2014-02-26 16:20:57 +00:00
Oliver Stöneberg
a78097b9b3 disabled more checks with SANITIZE=undefined for now (nw) 2014-02-26 16:19:37 +00:00
Curt Coder
ada07d7415 cdp1802: devcb2. (nw) 2014-02-26 16:10:25 +00:00
Michaël Banaan Ananas
223af5e6bc same here 2014-02-26 16:05:06 +00:00
Michaël Banaan Ananas
cfc76c6bdb forgot to add this 2014-02-26 15:59:32 +00:00
Michaël Banaan Ananas
273ea605a7 ram read was missing 2014-02-26 15:55:58 +00:00
Miodrag Milanovic
e9b6836477 removed space before m_gfxdecode in main trunk(nw) 2014-02-26 15:28:45 +00:00
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