Commit Graph

23614 Commits

Author SHA1 Message Date
David Haywood
96bbc15ff8 not yet correct (nw) 2013-07-18 02:29:52 +00:00
R. Belmont
bd1f4df87c (MESS) Ensoniq: document latest panel protocol findings [Christian Brunschen] 2013-07-18 02:23:41 +00:00
R. Belmont
af0a20263b New games added as GAME_NOT_WORKING
-----------------------------------
Naomi DIMM Firmware Update for CF-BOX (Rev A) (GDS-0042A) [R. Belmont, The Dumping Union]
2013-07-18 01:39:14 +00:00
Brian Troha
f17a49446d itech8.c: Minor rom name corrections - NW 2013-07-18 01:06:24 +00:00
Brian Troha
eaa5834ee1 itech32.c: Documentation update / rom label corrections - NW 2013-07-18 00:59:47 +00:00
Angelo Salese
2ac30254ba Actually Cross Shooter Z80s runs at 6 MHz, fixed firing rate bug 2013-07-17 22:07:39 +00:00
Michaël Banaan Ananas
77a3e76ec6 romload is like this according to the pcb 2013-07-17 22:02:48 +00:00
Angelo Salese
072521f2e3 Added sprite template to main cshooter set too 2013-07-17 21:55:16 +00:00
Angelo Salese
c614a29886 Cross Shooter crashes are actually related to the ROM bank, fixed 2013-07-17 21:20:04 +00:00
Angelo Salese
c3b40f8607 Tried to hook-up the MCU, without much luck ... 2013-07-17 20:45:52 +00:00
David Haywood
7c27cbb36a begin creation of modern Deco 146 device with info from Charles MacDonald ( http://cgfm2.emuviews.com/ )
note, not hooked up / functional yet, just the groundwork I need for it to continue work.
2013-07-17 20:29:02 +00:00
mariuszw1
06b139ba0f New games added as GAME_NOT_WORKING
-----------------------------------
Desert Dan [Alberto Grego, Mariusz Wojcieszek]

out of whatsnew:
I'm stuck with this, so any help is welcome. The hardware is close to The Pit, with more program roms, two gfx banks (like intrepid) with tilemap using bank 0 and sprites using bank 1. Rom mapping for main cpu is uncertain. rs10.bin is mapped in audio cpu space as it contains some sound related strings and also gives "bad rom" when mapped in main cpu space.
2013-07-17 20:23:32 +00:00
Angelo Salese
914458cad2 Minor tile mod to Air Raid 2013-07-17 19:39:43 +00:00
Angelo Salese
872d779209 Added ROM bank to cshooter and a bunch of hacks, brought it back to the initial state 2013-07-17 17:07:56 +00:00
Angelo Salese
a5493cd183 Merged Cross Shooter (Taito version) with stfight.c HW [Angelo Salese] 2013-07-17 16:26:08 +00:00
David Haywood
43bbb632e4 um, what? again.. (nw) 2013-07-17 13:03:31 +00:00
Oliver Stöneberg
1061633c94 disabled excessive printf logging with 32x_scd (nw) 2013-07-17 12:48:33 +00:00
David Haywood
ecb2f5d5ac document that the overdriv sprite dma/irq line is hardly ever set.. this actually makes the emulation *worse* for now, but might provide some insight into how it can be fixed.. maybe (nw) 2013-07-17 12:31:03 +00:00
David Haywood
505f958ff6 um, what? (nw) 2013-07-17 11:58:08 +00:00
Oliver Stöneberg
1bba207e27 added two more output folders to ignore list (nw) 2013-07-17 10:38:27 +00:00
Robbbert
ea31f80c98 Fixed crash in mbee128 reported by Tafoid (nw) 2013-07-17 08:17:03 +00:00
Michaël Banaan Ananas
7680a24bb9 fix compile 2013-07-17 05:18:23 +00:00
Scott Stone
9f04a5f77f Some emu.h related redundant #include cleanup (nw) 2013-07-17 04:37:56 +00:00
David Haywood
e325b73b56 further consolidation of codepaths (nw) 2013-07-17 00:13:24 +00:00
David Haywood
c0a4bc8930 unify some bits of the gx/non-gx sprite implementations.
please excuse code in the header for now, getting some weird 'not defined' warnings when I move it out, need to understand them.
2013-07-16 21:12:40 +00:00
Wilbert Pol
cbb256526c Started moving nb1413m3 configuration to inline config. (nw) 2013-07-16 20:43:35 +00:00
Scott Stone
5df21a2102 Fix for MT# 05228 by etabeta (nw) 2013-07-16 20:14:53 +00:00
Oliver Stöneberg
32cd7ca0da removed some includes made unnecessary by recent changes by Osso (nw) 2013-07-16 19:50:17 +00:00
Scott Stone
5fcc8719c4 Modernized/converted nb1413m3 to a device. [Osso] 2013-07-16 18:31:35 +00:00
Scott Stone
9148af4550 Modernized the irem_audio device. [Osso] 2013-07-16 18:15:34 +00:00
Wilbert Pol
6b608a9339 cp1610.c: Modernized cpu core (nw) 2013-07-16 18:13:36 +00:00
Scott Stone
82399c7d11 Modernized the vlm5030 speech synthesizer chip. [Osso] 2013-07-16 18:11:54 +00:00
Scott Stone
1432dfec7f SH-2 CPU core timing changes [notaz]
- JMP should be 2 cycles, according to the manual.
- OR #imm,R0 should be 1 cycle and OR #imm,@(R0,GBR) should be 3 to
match the manual and other ops.
2013-07-16 17:51:23 +00:00
David Haywood
963e34d3f7 make code more similar, improve some variable names etc. (nw) 2013-07-16 16:57:22 +00:00
Ville Linde
10ebf0d9ed tms32082: Added first few opcodes. 2013-07-16 16:00:55 +00:00
Michaël Banaan Ananas
99b3d647f3 small update, correct romnames 2013-07-16 14:17:32 +00:00
Oliver Stöneberg
1f5e4c978b moved some legacy stuff from mconfig.h to mcfglgcy.h (nw) 2013-07-16 13:43:05 +00:00
David Haywood
388fccda6e duplicate code reduction (nw) 2013-07-16 13:26:53 +00:00
Oliver Stöneberg
2dff0feabf moved some legacy stuff from screen.h to scrlegcy.h (nw) 2013-07-16 12:23:58 +00:00
David Haywood
e7efd38115 make functions more similar for easier comparison / reduction (nw) 2013-07-16 11:46:09 +00:00
Oliver Stöneberg
af462859c2 added comments to diexec.h (nw) 2013-07-16 11:41:28 +00:00
David Haywood
08c7cdc2d6 these don't need to be passed around either (nw) 2013-07-16 11:03:21 +00:00
David Haywood
2f47054364 move more bits (nw) 2013-07-16 10:51:16 +00:00
Robbbert
11d1b25b9d Putting my hacks in the trash where it belongs (nw) 2013-07-16 08:09:04 +00:00
David Haywood
9acde62a42 rearrange more code (nw) 2013-07-15 22:06:32 +00:00
David Haywood
744299b2d1 move a few bits more (nw) 2013-07-15 21:07:33 +00:00
David Haywood
7de8bba51e konami cleanup (nw) 2013-07-15 20:44:59 +00:00
Ville Linde
c85b5c9130 Groundworks for TMS320C82 core. 2013-07-15 19:44:38 +00:00
David Haywood
2ee1fc4422 move some sprite code around... (nw) 2013-07-15 19:32:46 +00:00
David Haywood
873d0f9c56 I wish I had something even remotely polite to say about this code.... (nw) 2013-07-15 18:32:37 +00:00