Commit graph

27005 commits

Author SHA1 Message Date
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
Michaël Banaan Ananas
49f492c4a8 added basic support for FLASH_AMD_29LV200T 2014-02-24 02:55:18 +00:00
R. Belmont
04cca4aa91 (MESS) More apollo updates [R. Belmont]
- Old 68681 is gone
- Apollo keyboard now speaks diserial
- Headless configs use the serial terminal device

nw: And Domain/OS still boots and X11 comes up and works.
2014-02-24 02:43:26 +00:00
R. Belmont
020c376df5 n68681: fix a few uninitalized variables, beefed up optional logging [R. Belmont] 2014-02-24 02:39:38 +00:00
Scott Stone
a5c3b2d1a7 (MESS) ql.c - Fixed up communication between main 68008 CPU and 8048 IPC so that making sound does not crash the machine. [Phill Harvey-Smith] 2014-02-24 01:19:43 +00:00
smf-
3908bf9483 is it safe? (nw) 2014-02-24 00:47:24 +00:00
smf-
d5f2d6add7 #if DEBUG_VIEWER instead of #if defined() (nw) 2014-02-23 22:26:26 +00:00
David Haywood
022bf2e026 looks like this uses thumb2 code. 2014-02-23 21:46:38 +00:00
R. Belmont
2fd5a5e43b Deal with clock duty as per smf (nw) 2014-02-23 21:13:36 +00:00
Nathan Woods
a2ff7cf249 Factored out quit/confirmquit logic into ui_manager::request_quit() 2014-02-23 20:28:32 +00:00
David Haywood
09ee48d11a started looking at some of the orphaned ROMdefs the clang fixes turned up. I think one or two are genuine mistakes but still need to see if I have the files before I add the missing lines.
also split multfish into .c files and header, moving details of the sets where we only have reference info but there are no known dumps to a different file to avoid confusion.  (nw)
2014-02-23 20:16:49 +00:00
Ivan Vangelista
0f6b812db0 Fixed input regression in quizard and clones (nw) 2014-02-23 19:02:42 +00:00
R. Belmont
db9f8b663b (MESS) apollo: Start modernizing/cleanup. [R. Belmont] 2014-02-23 18:25:01 +00:00
David Haywood
35a4d4560a hook the 036 decryption up to igs_m036.c and pgm2.c (nw) 2014-02-23 16:06:13 +00:00
smf-
dfd44f91f4 added a space before : (nw) 2014-02-23 15:02:09 +00:00
Couriersud
aa0b321b05 Fixed netlist examples. 2014-02-23 14:57:24 +00:00