Commit Graph

24380 Commits

Author SHA1 Message Date
Ivan Vangelista
bd24a25a56 Removed some commented out code from the old, not existing anymore Deco104 simulation. (nw) 2013-08-27 15:26:16 +00:00
Miodrag Milanovic
0b59be30bb Added command line option to force DRC C backend [Miodrag Milanovic] 2013-08-27 13:27:39 +00:00
Robbbert
de5f5af3dc (MESS) New skeleton [Al Kossow, Robbbert]
-------------------------------------------------
Microtek Mice.
2013-08-27 13:03:20 +00:00
Miodrag Milanovic
e72ada1fbd Made both DRC and Non-DRC compile for MIPS, RSP and SH2 core and added option to enable/disable DRC from command line (-drc -nodrc by default it's on) [Miodrag Milanovic] 2013-08-27 12:12:55 +00:00
Oliver Stöneberg
2d650cda4e updated zlib to 1.2.8 [Oliver Stöneberg] 2013-08-27 12:03:55 +00:00
smf-
46ed6d1ba8 we already know the cpu, no need to look it up (nw) 2013-08-27 11:13:49 +00:00
R. Belmont
f39c565667 MIDI: fixed some SysEx issues [Christian Brunschen] 2013-08-27 03:19:54 +00:00
Angelo Salese
de6d23e395 More documentation 2013-08-27 02:43:34 +00:00
Angelo Salese
0abb940a0c Notes about DCLP 2013-08-27 01:21:11 +00:00
Ryan Holtz
8b4ef0a479 General code cleanup in HLSL, nw 2013-08-27 00:07:57 +00:00
Angelo Salese
3d7c73ea23 Small fix to mdtsel 2013-08-26 18:49:13 +00:00
Angelo Salese
d495698010 Added Maple HW trigger 2013-08-26 16:57:00 +00:00
Angelo Salese
544546210b (MESS) Fix GD-Rom booting in DC US and PAL [PsyMan] 2013-08-26 13:47:01 +00:00
Oliver Stöneberg
05dad0b0e3 got rid of redundant read in src/emu/315_5124.c (nw) 2013-08-26 13:17:34 +00:00
Robbbert
a6d78334e9 (MESS) codata : added a terminal, system responds to commands. [Robbbert] 2013-08-26 12:22:26 +00:00
Robbbert
d39c370c7e (MESS) ccs2810 : added comments (nw) 2013-08-26 09:43:56 +00:00
Robbbert
49370fff18 (MESS) unistar : added comments (nw) 2013-08-26 09:21:36 +00:00
Angelo Salese
6274f74f16 Improved timing of end-of-render irq(s) 2013-08-26 02:29:25 +00:00
Angelo Salese
6e70b301d5 Temp removal of Naomi idle skips ... 2013-08-26 01:36:08 +00:00
Angelo Salese
83731955d9 Little Hello Kitty does this, it still fails the check (and would fail due of MMU if fixed anyway) 2013-08-26 00:39:27 +00:00
Angelo Salese
fd57ef4210 Preliminary GD-Rom data transfer via PIO, makes Giga Wing to boot without sound 2013-08-25 23:59:52 +00:00
Angelo Salese
64e07159cd And, obviously, make the hblank-in scanline counter to reset at proper screen height 2013-08-25 23:02:38 +00:00
Angelo Salese
b6220ce5a5 Fixed H-Blank IN regression, made CH2 DMA to fire irq via CPU cycles, miscellanea 2013-08-25 23:01:09 +00:00
Brian Troha
e2f109e05e mcr3.c: Minor rom name correction. - NW 2013-08-25 22:58:42 +00:00
Ryan Holtz
19057e2c78 Split HLSL pases into separate functions, nw 2013-08-25 21:18:07 +00:00
Ryan Holtz
37ce180567 -Restructured NTSC encode/decode shaders for better readability. [MooglyGuy] 2013-08-25 20:49:37 +00:00
Jonathan Gevaryahu
6b4b3eda51 fix vs2010 warning, nw 2013-08-25 19:48:20 +00:00
Oliver Stöneberg
b8290fdeab exclude a few more codebits with FASTDEBUG=1 (nw) 2013-08-25 18:26:12 +00:00
Oliver Stöneberg
1ce67356bc fixed Visual Studio compilation (nw) 2013-08-25 18:11:47 +00:00
Brian Troha
5ffc0dd85e galpani2.c: Added complete PCB layout. [The Guru]
galpani2.c: Added Dipswitch locations to all sets. [Brian Troha]
2013-08-25 17:05:08 +00:00
Brian Troha
b7c3d8d97f polepos.c: Verified the PP2-10.2H and some minor rom name corrections. - NW 2013-08-25 16:34:08 +00:00
Ryan Holtz
5d4e73bf50 01234567890123456789012345678901234567890123456789012345678901234567890123456789
MAMETesters Bugs Fixed
----------------------
- 05162: [Core] Toggling HLSL off then on with ctrl-alt-F5 will drop its use of
  aperture.png
- 05214: [Color/Palette] bzone: bzone displays black and white.
- 05218: [Graphics] crash when hlsl_read is set to 1
- 05235: [Core] You can't alt-tab and back with HLSL enabled and in 148 you
  could

Source Changes
--------------
-HLSL updates: [MooglyGuy]
  * Removed hlsl_read and hlsl_write options now that all slider options are
    plumbed and have values matching the INI settings
  * Added more surface release calls in order to fix device resetting
  * Fixed draw order for quads, overlays now appear on top of vectors in
    non-HLSL mode
  * Moved aperture.png loading into create_resources/delete_resources so that
    it is correctly reloaded when HLSL is toggled on and off
2013-08-25 16:20:18 +00:00
Michael Zapf
784a36b87f (MESS) ti99: Fixed dropouts in RS232, caused by sdlsocket/corefile
wiping the input buffer on next write.
2013-08-25 15:22:30 +00:00
cracyc
af2b8f15ba gammagic: CPU isn't going to get very far without anything mapped at 0xf0000. (nw)
----
It now dies in the Award recovery bios, trying to access the fdd.
2013-08-25 15:21:01 +00:00
smf-
c8595ffefd refactored to use ATA_INTERFACE [smf] 2013-08-25 15:12:18 +00:00
Brian Troha
f880f6f344 polepos.c: Fix cut-n-paste error. - NW 2013-08-25 14:58:54 +00:00
smf-
13f5e16552 Removed local ATAPI code in preparation to use the new code, but the CPU gets lost after executing the first instruction. [smf] 2013-08-25 14:31:57 +00:00
Dirk Best
273fe7960e added support to display dividers in the debugger state view
i8089: improved debugger view
2013-08-25 12:23:20 +00:00
Jonathan Gevaryahu
2f8875a792 8080bw.c: fix setnames for Space Invaders (TV/Cocktail version) sets based on
recent dump: sitva->sitv (newer 'tv0h' version), sitv->sitvo (older 'tv01'
version) [Lord Nightmare, Andrew Welburn]
2013-08-25 11:16:00 +00:00
Robbbert
74320fe899 (MESS) osborne1 : mapped [] to a real key 2013-08-25 11:14:03 +00:00
Robbbert
459aa67583 (MESS) Zorba : added keyboard and comments (nw)
pasopia : removed unneeded include
2013-08-25 10:43:35 +00:00
Robbbert
6c0c210d43 (MESS) New skeleton [Cowering, Robbbert]
-------------------------------------------------
Telcon Zorba
2013-08-25 09:39:28 +00:00
smf-
ba376640da New Non Working Game
--------------------
Tekken Tag Tournament (Japan, TEG2/VER.C1) [Brian Troha, Smitdogg, The Dumping Union]
2013-08-25 09:24:54 +00:00
Brian Troha
036756b77f cave.c: Correct name to Guwange (Japan, Special Ver. 00/07/07) as verified by hex editor. [Brian Troha] 2013-08-25 03:24:37 +00:00
Brian Troha
ffb73d8f1b galpani3.c: Corrected dipswitches - NW 2013-08-25 02:53:47 +00:00
Brian Troha
065b35748f snk68.c: Added dipswitch locations to all sets in the driver. [Brian Troha] 2013-08-25 02:51:13 +00:00
Brian Troha
42da2072e1 new clone added
New Clone Added
----------------------------------
Gals Panic 3 (Korea) [gp-lee, The Guru]
2013-08-24 21:12:37 +00:00
Brian Troha
0bcfb24db8 polepos.c: Remove Cut-n-paste issue - NW 2013-08-24 21:07:08 +00:00
smf-
62f3a522f6 Replaced ISA16_IDE_CD with ATAPI_CDROM, replaced ISA16_IDE & ISA16_IDE_CD in southbridge_device with two BUS_MASTER_IDE_CONTROLLERs. [smf] 2013-08-24 20:02:23 +00:00
Brian Troha
bedef5a251 new clones added
polepos.c: Added Dipswitch locations to the Pole Position and Pole Position 2 sets. [Brian Trona]

New Clones Added
--------------------------------------
Pole Position (US) [Andrew Welburn, The Dumping Union]
Ikari 3 (Korea, 8-Way Joystick) [jysx012]
2013-08-24 19:53:42 +00:00