Commit Graph

24166 Commits

Author SHA1 Message Date
Robbbert
0d838d7a67 (MESS) New skeleton [Al Kossow, Robbbert]
-------------------------------------------------
Callan PM68K
2013-09-04 09:36:49 +00:00
Jonathan Gevaryahu
114aa729f7 (MESS) cat.c: more swyft WIP, still doesn't do very much. Found out it uses an ACIA (by looking at the rom code, 'init6850' function is kind of a giveaway), plus found where the control register for it lives. [Lord Nightmare] 2013-09-04 08:44:07 +00:00
Oliver Stöneberg
3bfdb75fca flagged another device as deprecated (nw) 2013-09-04 08:31:59 +00:00
Oliver Stöneberg
da9ee2d36a flagged some devices as deprecated (nw) 2013-09-04 07:55:37 +00:00
Jonathan Gevaryahu
07f7fcbabf (MESS) cat.c: Fix a silly issue with the video ram mapping on the IAI Swyft; now it does visible I/O accesses; the peripherals need to be figured out and hooked up still. [Lord Nightmare] 2013-09-04 05:19:02 +00:00
Wilbert Pol
e6e5054c87 pic16c62x.c: Modernized cpu core; this core seems to be completely unused ... (nw) 2013-09-03 20:41:53 +00:00
Cowering
2416371b18 2 new BIOS versions, 1 new CHRROM, and existing CHRROM confirmed good [Cowering] 2013-09-03 20:39:57 +00:00
Jonathan Gevaryahu
5253dbac24 (MESS) cat.c: switched driver to use the new DUART n68681 core [Lord Nightmare] 2013-09-03 18:53:04 +00:00
Wilbert Pol
930e5b8cd0 (MESS) sms.c: [Enik Land]
- Added expansion slot and implemented the gender adapter to allow 
    regular cartridges to be played through the expansion slot.
    Usage example: mess sms1 -exp genderadp -cart2 wcup90
  - Made the cartridge slot on the sg1000m3 driver to no longer
    be mandatory allowing the driver to also be started with media
    in the cardslot.
2013-09-03 18:48:36 +00:00
smf-
1657fcfa43 Refactored dreamcast to use an ATA interface [smf] 2013-09-03 17:25:38 +00:00
Michaël Banaan Ananas
a3eb1c6917 small update on pcblayout 2013-09-03 15:08:39 +00:00
Michaël Banaan Ananas
97dd07d05c CPU board layout, based on small photo 2013-09-03 14:22:01 +00:00
Robbbert
8697326e41 (MESS) ampro : Removed not needed remnants 2013-09-03 13:05:44 +00:00
Robbbert
1cd195bd43 (MESS) ampro : Connected up ctc, dart, and rs232. 2013-09-03 12:38:25 +00:00
Robbbert
11a4c2cfbe Updates to jedutils and other minor things [Kevin Eschbach]
-          Documentation on the earlier version of the Deco Cassette System

-          Documented some pals on a bootleg Free Kick that need to be dumped

-          Documented the location of the roms on Twin Cobra 2

-          Added support to jedutil to view the PAL20X10, PAL20X8 and PAL20X4

-          Added some preliminary work on figuring out what the undocumented fuses for the PALCE16V8 are.  (The data sheet does not document what all of the fuses are.)
2013-09-03 09:28:26 +00:00
Robbbert
e3002adec3 New clones added
--------------------
Street Fighter II: The World Warrior (Japan 910411) [Kevin Eshbach, Bill D., Layne, Smitdogg, The Dumping Union]
2013-09-03 08:32:31 +00:00
Scott Stone
97756fef83 Fix space in device shortname (nw) 2013-09-03 03:37:06 +00:00
Brian Troha
1a3574f252 mainevt.c: Correct a Devastator rom label. - NW 2013-09-03 02:48:19 +00:00
Brian Troha
ad9e497845 new Free Kick bootleg added
New Clone Added
-----------------------------------
Free Kick (bootleg set 3) [Kevin Eshbach, The Dumping Union]
2013-09-02 22:38:33 +00:00
Brian Troha
e4f37519d4 freekick.c: Minor doc update about the Sega setting enabling Japanese text on the "continue" screen - NW 2013-09-02 22:08:49 +00:00
Phil Bennett
9bd3424638 DMA RAM appears to be double buffered, and the 68000s likely 8MHz. Fixes bad 'LANDING'/'COURSE OUT' text -nt- 2013-09-02 19:27:57 +00:00
R. Belmont
beab385efd namcos22: revised hardware info [Guru] 2013-09-02 18:21:45 +00:00
Brian Troha
264748d3cc new Violent Storm clone
New Clone Added
---------------------------------
Violent Storm (ver EAC) [RanaElia]
2013-09-02 14:57:05 +00:00
Robbbert
598840d341 (MESS) ampro : The system starts up and commands can be entered [Robbbert] 2013-09-02 13:11:41 +00:00
Robbbert
c7a25b17fc (MESS) New skeleton [Robbbert]
-------------------------------------------------
Ampro Little Z80 Board
2013-09-02 11:23:35 +00:00
Scott Stone
c690b478d9 (MESS) vtvideo.c : 132 column mode uses compressed characters with 1 filler pixel instead of 2. Bold implemented: 3 color palette and separate device_reset() on Rainbow. Double width line attribute fix. [Bavarese]
(MESS) vtvideo.h : separate device_reset(). New variable m_height_MAX for those parts of the code shared with VT-100.  [Bavarese]

(NESS) rainbow.c : changed GAME_NO_SOUND to GAME_IMPERFECT_COLORS.  [Bavarese]
2013-09-02 03:37:18 +00:00
Curt Coder
7ff3df2b46 (MESS) c64: Magic Voice WIP. (nw) 2013-09-01 19:12:31 +00:00
Brian Troha
22efa3ba4d mcr3.c: Minor rom label correction - NW 2013-09-01 16:33:12 +00:00
Brian Troha
5ad74ae236 mcr68.c: Corrected rom labels where it could be verified. - NW 2013-09-01 14:57:00 +00:00
Brian Troha
684afcd90a dietgo.c: Added PCB locations to the MASK roms and corrected the names. - NW 2013-09-01 14:03:21 +00:00
Brian Troha
95ec7a18c2 spelling fix - NW 2013-09-01 13:38:32 +00:00
Robbbert
210691f35f (MESS) New skeleton [Al Kossow, Robbbert]
-------------------------------------------------
Wicat
2013-09-01 12:21:27 +00:00
Jonathan Gevaryahu
cfe6f65f74 remove garbage comment; no whatsnew 2013-09-01 12:05:53 +00:00
Jonathan Gevaryahu
8195ea6959 (MESS) socrates.c: add internal and vsm german speech cart dumps [Team Europe, Lord Nightmare]
Update notes on speech synthesizer chip (it is definitely a tc8802)
2013-09-01 12:04:00 +00:00
Curt Coder
6b2591007b (MESS) c64: Magic Voice WIP. (nw) 2013-08-31 20:27:40 +00:00
Curt Coder
a7e19e72ed (MESS) c64: Magic Voice WIP. (nw) 2013-08-31 19:17:27 +00:00
Brian Troha
ad5bdc7863 new Jurassic Park clone added
New Clone Added
-----------------------------------
Jurassic Park (Japan, Rev A, Convertion) [ShouTime, The Dumping Union]
2013-08-31 18:23:13 +00:00
Angelo Salese
749e8a2748 Attempt to fix triggers (Sega GT still doesn't accelerate tho) 2013-08-31 13:01:21 +00:00
Wilbert Pol
b69dbce8dd pic16c5x.c: Modernized cpu core. (nw) 2013-08-31 11:41:30 +00:00
Phil Bennett
353e5b8355 New games added or promoted from NOT_WORKING status:
Midnight Landing (Germany) [Phil Bennett]
2013-08-30 23:22:44 +00:00
Brian Troha
2252c8366a new clone added
New Clone Added
--------------------------------
Pigskin 621AD (rev 1.1 6/05/90) [Ben Fino-Radin, Nicolas Francfort, Brian Troha, The Dumping Union]
2013-08-30 22:29:22 +00:00
Curt Coder
edda5c5dec (MESS) c64: Magic Voice WIP. (nw) 2013-08-30 19:33:01 +00:00
Angelo Salese
44f4a4312b PowerVR: Support for non-textured polygons with packed and floating colors [Angelo Salese] 2013-08-30 18:45:19 +00:00
Angelo Salese
1bbce16c9d PowerVR: Added YUV_TW texture hook-up (used by Soul Calibur at very least) [Angelo Salese] 2013-08-30 16:30:44 +00:00
Angelo Salese
1d10dbf90f Added 888rgb24 conversion types, used by Soul Calibur 2013-08-30 13:34:02 +00:00
Robbbert
75af5c3f54 (MESS) New skeleton [Al Kossow, Robbbert]
-------------------------------------------------
Millennium Systems 9540
2013-08-30 11:45:42 +00:00
Miodrag Milanovic
e15fbe30c7 this should fix compile on some compilers (nw) 2013-08-30 11:23:06 +00:00
David Haywood
ed33e5adf9 skeleton atari 400/800 floppy list. (1 entry)
note, currently only supports .atr format due to image.filetype() not returning anything useful when softlist is used (thanks to micko for advice on various things)

(no credit wanted, this is just to address the 'where is jumpman' thing that was posted on MW and give a softlist entry for regtests on this code)
2013-08-30 08:30:13 +00:00
Robbbert
9c8f5a5872 (MESS) fixed tk80 2013-08-30 07:57:33 +00:00
Jonathan Gevaryahu
0095bf8ae1 (MESS) socrates.c: Add note that the Vtech Socrates' speech cart speech chip is a Toshiba TC8802AF with between 1 and 3 T6684F mask rom VSMs attached [Lord Nightmare] [epiphany brought on by Kevtris, Team Europe, Stiletto] 2013-08-30 06:35:38 +00:00
Ryan Holtz
db6826800a -Started re-architecting the HLSL system to be data-driven [MooglyGuy] 2013-08-30 01:47:58 +00:00
Ryan Holtz
8f613c115b more HLSL cleanup, part e of pi (nw) 2013-08-30 01:05:13 +00:00
Phil Bennett
1e764f2c8d taitoair.c - Some notes for later -nw- 2013-08-29 23:13:35 +00:00
Angelo Salese
b40f960226 Fixed vblank irq trigger when interlace mode is used 2013-08-29 20:29:45 +00:00
Wilbert Pol
bafb7b572e mn10200.c: Modernized cpu core (nw) 2013-08-29 19:57:57 +00:00
Angelo Salese
1502fc22a2 Bump accumulation buffer src bitmap, fixes F355 Challenge assert 2013-08-29 16:52:41 +00:00
Angelo Salese
5cbba5de5a Patch Flash ROM 60/50 Hz problem in Composite mode 2013-08-29 14:22:13 +00:00
Angelo Salese
eaf78dc272 AICA: Hooked up AICA-to-SH-4 irqs [Angelo Salese] 2013-08-29 14:06:10 +00:00
Curt Coder
5f680fe1d0 (MESS) c64: Fixed SFX Sound Expander audio output. (nw) 2013-08-29 13:34:47 +00:00
Curt Coder
373f2ec13e (MESS) c64: Magic Voice WIP. (nw) 2013-08-29 13:34:09 +00:00
Robbbert
e9b19492d0 (MESS) oops, that wasn't supposed to be there. 2013-08-29 12:39:53 +00:00
Angelo Salese
3dfceab1e7 Fixed left-most green line in YUV conversion 2013-08-29 12:38:35 +00:00
Robbbert
a10b004531 (MESS) New skeleton [Robbbert]
-------------------------------------------------
ICS8080 Trainer
2013-08-29 12:34:42 +00:00
Miodrag Milanovic
52b7438dc1 fix invalid chars 2013-08-29 07:36:45 +00:00
Miodrag Milanovic
d01b3b64b2 lola8a : added list of basic commands (nw) 2013-08-29 07:28:10 +00:00
Jonathan Gevaryahu
6563e33c9a (MESS) AppleII: Correct the TMS5220 clock rate to 640khz on the EchoII and EchoIIplus AppleII cards [Jayson Smith] 2013-08-29 04:46:39 +00:00
cracyc
a831ca9a2d (mess) tandy2k: connect irq cascade (nw) 2013-08-29 03:24:31 +00:00
Angelo Salese
a05fe28eeb De-hacked framebuffer conversion, fixes YUV gfxs in NFL 2k1 and Tetris 4D 2013-08-29 02:14:38 +00:00
Angelo Salese
259ec8f10c Fix compile for MAME 2013-08-29 01:25:19 +00:00
Ryan Holtz
ac119a8e15 uniform consolidation, nw 2013-08-29 00:56:33 +00:00
smf-
8fe60e8831 Refactored Konami System 573 to use ATA_INTERFACE [smf] 2013-08-29 00:28:46 +00:00
Angelo Salese
85ed8d9061 PowerVR2: Added preliminary YUV converter [Angelo Salese] 2013-08-28 22:56:07 +00:00
Alex W. Jackson
d2bb45c278 nemesis.c dipswitch fixes: Rename "Upright Controls" dipswitch to "Players" in gwarrior and twinbee, and make 2 players default (neither game supports cocktail cabinets). Make default difficulty normal in all games. [Alex Jackson] 2013-08-28 19:42:21 +00:00
Angelo Salese
b10071c1da PowerVR2: Added SPG control register, used to change pixel clock dynamically [Angelo Salese] 2013-08-28 19:30:38 +00:00
Angelo Salese
c0ea7213c6 SCSP: fixed DMA when SH-2 enables it [Angelo Salese] 2013-08-28 19:08:09 +00:00
Angelo Salese
3fdc34d03b AICA: Implemented DMA [Angelo Salese] 2013-08-28 18:49:04 +00:00
Curt Coder
268de4b9d0 (MESS) c64: Emulated the Wersi Wersiboard Music 64 / Siel CMK 49 Keyboard. [Curt Coder] 2013-08-28 18:24:46 +00:00
Curt Coder
6da8fcb06a (MESS) c64: Emulated the SFX Sound Expander External Keyboard. [Curt Coder] 2013-08-28 18:19:54 +00:00
Curt Coder
30a60a1585 (MESS) tandy2k: Cleanup. (nw) 2013-08-28 18:17:20 +00:00
Angelo Salese
0e50452d8a SCSP: hooked up DGATE functionality for DMA [Angelo Salese] 2013-08-28 16:10:14 +00:00
Miodrag Milanovic
f114e1d978 (MESS)New driver:
------------------
-Lola 8A  (thanks to Zarko Zivanov) [Miodrag Milanovic]
2013-08-28 14:02:38 +00:00
Michaël Banaan Ananas
e37a6d9408 i doubt that these semi hacks are needed anymore 2013-08-28 11:24:25 +00:00
Michaël Banaan Ananas
4b7a6d41e6 synchronize cpus when maincpu accesses the chip - this fixes recent driftout sound breakage 2013-08-28 11:21:26 +00:00
David Haywood
32932d2997 i give up with this one, no idea where half the data is coming from (nw) 2013-08-28 10:56:42 +00:00
Phil Bennett
e9c8cad341 Shameful -nt- 2013-08-28 08:49:05 +00:00
David Haywood
2f1e3e5692 minor update to previous submission (nw) 2013-08-28 08:47:27 +00:00
Phil Bennett
d5a88c561f taitoair: Updated CPU clocks and removed non-existent c45-xx.22 ROM from Air Inferno [Phil Bennett, ShouTime] 2013-08-28 08:17:53 +00:00
Robbbert
9f7081257d commented out stray printf 2013-08-28 07:57:05 +00:00
Miodrag Milanovic
ac3730e8dd ok ok, now it's lowercase (nw) 2013-08-28 06:42:47 +00:00
Miodrag Milanovic
6f2b59dc18 pecom - confirmed dump, and put proper labels for roms (nw) 2013-08-28 06:40:08 +00:00
David Haywood
02c84bd293 new (not working) 25pacman parent, this will need a fair bit of work, PCB is significantly different, it saves to Flash etc. and probably uploads the palette instead of having a ROM (nw)
From Brian Troha, but wasn't given any other credit.
2013-08-28 05:59:58 +00:00
Ryan Holtz
a86d35158c minor shader cleanup, nw 2013-08-28 00:36:02 +00:00
cracyc
80fa5fade3 (mess) compis: fix HLE keyboard and cleanup (nw) 2013-08-27 22:36:53 +00:00
Brian Troha
2cad11125e sfbonus.c: More information about the graphics roms from Spooky Night. - NW 2013-08-27 21:52:07 +00:00
Brian Troha
8c4e63a11a zn.c: Add a note about the undumped USA version of Areo Fighters Special. - NW 2013-08-27 21:28:02 +00:00
David Haywood
a724aee0b4 this old dumped eeprom does not work on a PCB, which would explain why we couldn't make it work in MAME (tested by Tormod) (nw) 2013-08-27 21:27:47 +00:00
Brian Troha
ffabe0303f rabbit.c: Minor note about an undumped "Asia 3/6" set. - NW 2013-08-27 21:18:56 +00:00
Oliver Stöneberg
13f4a6bbd9 small simplification to src/emu/video/315_5124.c (nw) 2013-08-27 20:13:41 +00:00
Wilbert Pol
6f3962f6d0 (MESS) sms.c: Reduce tagmap lookups for sscope and fixed validation error when using the lphaser controller on a driver with sscope support. [Enik Land]
Fixed crashes from reading the reset port on some drivers.  [Wilbert Pol]
2013-08-27 19:59:31 +00:00
Wilbert Pol
704e073cba 315_5124.c: Prevent writing outside the m_selected_sprite array. (nw) 2013-08-27 19:56:01 +00:00
Wilbert Pol
eeaccc5f94 mcs51.c: Modernized cpu core. 2013-08-27 18:24:26 +00:00
Brian Troha
a620906b8d New Punch Out clone
New Clone Added
-------------------------------
Punch-Out!! (Japan) [ShouTime, The Dumping Union]
2013-08-27 18:11:59 +00:00
Brian Troha
f0263c1a85 namcos12.c: We add version numbers to program flash roms so now that we know, correct the version for the Japan C1 set. - NW 2013-08-27 18:02:20 +00:00
Ivan Vangelista
693948e146 Modernized video/hd63484.c. This should be merged with video/h63484.c. (nw) 2013-08-27 16:25:39 +00:00
Ivan Vangelista
d0b6f33658 Moved some audio handlers in vicdual_state. (nw) 2013-08-27 16:10:27 +00:00
Ivan Vangelista
4ae8f8580a Modernized the unused k001005 device, just because. This implementation should be merged with the non-device one in video/gticlub.c (nw) 2013-08-27 15:44:11 +00:00
smf-
74233cb187 fixed game id (nw) 2013-08-27 15:44:00 +00:00
Ivan Vangelista
b624317fc6 Modernized 74153.c. This still needs updating to devcb/devcb2. (nw) 2013-08-27 15:36:46 +00:00
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
Luca Elia
4759865528 laserbas.c: add inputs, flip screen, notes (nw) 2013-08-24 18:54:52 +00:00
Wilbert Pol
c9f739dbe3 Fix linking of unidasm when using mame target. 2013-08-24 17:52:49 +00:00
Angelo Salese
e655d95f7e Experimental scanline code, to be improved on a later date 2013-08-24 17:20:06 +00:00
Angelo Salese
3797c5a78c DC US and DC PAL have Chinese characters, very good -.-" 2013-08-24 15:55:33 +00:00
Dirk Best
8085624dc7 i8089: converted to a proper cpu core, added debugger support and disassembler 2013-08-24 15:43:58 +00:00
Angelo Salese
700b42c396 Fix compile 2013-08-24 15:27:53 +00:00
Angelo Salese
f1816533c1 Blank fix 2013-08-24 14:28:46 +00:00
smf-
3792c1e6eb MCFG_DEVICE_CARD_DEVICE_INPUT_DEFAULTS are per slot, they need to be applied to the slot the device will be inserted into. Fixes ide cd being mapped as the primary ide controller (nw) 2013-08-24 10:18:20 +00:00
Angelo Salese
7742cd41ac Blank polarity fixed 2013-08-24 00:03:37 +00:00
Angelo Salese
e77c1f2971 Corrected refresh rate 2013-08-23 23:33:12 +00:00
cracyc
4f3f6d191e (mess) compis: work around graphics corruption (nw) 2013-08-23 22:08:39 +00:00
cracyc
c709407db8 (mess) compis: doesn't appear to use text mode (nw)
i86: doh! (nw)
2013-08-23 21:58:45 +00:00
Wilbert Pol
eccbdf381f mc68hc11.c: Modernized cpu core (nw) 2013-08-23 21:33:46 +00:00
Alex W. Jackson
875f96a858 terracre.c: Remove nonexistent second ym2203 from terracren. Remove silly input port hack from horekid [Alex Jackson] 2013-08-23 20:43:49 +00:00
Angelo Salese
caa9018aed Added analog inputs 2013-08-23 19:42:26 +00:00
Wilbert Pol
ec1b639847 mcs48.c: Modernized cpu core (nw) 2013-08-23 19:14:49 +00:00
Alex W. Jackson
871ec5a881 segae.c: clean up, add savestate support [Alex Jackson] 2013-08-23 17:57:57 +00:00
Scott Stone
312ccf465a setname and description changes to DRC devices to indicate such is being used (nw) 2013-08-23 15:13:52 +00:00
Angelo Salese
2398f5bbd4 Some changes in ATAPI comms, nw 2013-08-23 14:51:44 +00:00
Miodrag Milanovic
97390fd4f2 few more fixes (nw) 2013-08-23 14:38:46 +00:00
R. Belmont
abf2bf7cb8 Fix invalid error message and copy/paste typo (nw) 2013-08-23 13:41:34 +00:00
Miodrag Milanovic
8eb3f42f0a added missing short names to legacy devices and added validation that short name is always mandatory (nw) 2013-08-23 12:10:50 +00:00
Miodrag Milanovic
bed93e94e2 fix description (nw) 2013-08-23 12:06:18 +00:00
Miodrag Milanovic
0ec2741440 Fixed missing devices from XML (excluding legacy cpu) (nw) 2013-08-23 10:48:21 +00:00
Robbbert
88c2aa2bb5 (MESS) H19 : replaced bad dump of bios 1 (super19) with a good one. 2013-08-23 10:45:22 +00:00
Robbbert
3b9d07b880 (MESS) concept : extra rom 2013-08-23 08:56:33 +00:00
Robbbert
cb03a93960 (MESS) New skeleton [Al Kossow, Robbbert]
-------------------------------------------------
IBM6580 DisplayWriter.
2013-08-23 08:29:45 +00:00
David Haywood
91eb8f2016 give the vs. suprmrio bootlegs with z80 their own machine struct etc. not really sure what they want tho, they wait for 2002 to change, but that's a PPU address, forcing it to change makes the games run with broken sprites / flickering.
I think they use the z80 + SN for sound instead of the real NES sound, it's probably an interesting case for somebody who knows the NES a bit better than I do, obviously being cloned hardware a couple of other bits could have changed. (nw)
2013-08-23 07:49:05 +00:00
R. Belmont
aef8991fff Modernized Sega Model 1 sound board; now shared instead of copy/pasted. [R. Belmont]
New Clone Added 
---------------
Manx TT Superbike - DX (Revision D) [ShouTime, The Dumping Union, R. Belmont, Brian Troha]
2013-08-23 02:50:04 +00:00
Ivan Vangelista
d5dde1a9d3 Modernized ttl74148.c. This still needs updating to devcb/devcb2. (nw) 2013-08-22 20:49:18 +00:00
David Haywood
61f63c5da9 fix ddealer regression, the 68k change broke it because it does clr.l during the ram test and our protection sim overlaying RAM is read triggered with a counter. (nw) 2013-08-22 19:35:33 +00:00
Ivan Vangelista
a642a95274 Converted taito_en to a device. (nw) 2013-08-22 19:15:23 +00:00
Ivan Vangelista
22b8e0d09d Fixed dblewing Lives dip switch. [lain] 2013-08-22 18:32:54 +00:00
David Haywood
40bc572de3 - fix sprite priority issues in nmk16.c (tested on tdragon2 PCB) [trap15] 2013-08-22 17:58:10 +00:00
Luca Elia
f91feeb154 New games added or promoted from NOT_WORKING status
---------------------------------------------------
Poka Poka Satan [bodger319, Yohji, Smitdogg, The Dumping Union, Luca Elia]
2013-08-22 16:11:24 +00:00
cracyc
b1043c9eaf (mess) compis: better text mode output (nw) 2013-08-22 14:39:33 +00:00
Miodrag Milanovic
6c7d00c958 some 5 min slider work, to make it affect settings (nw) 2013-08-22 14:30:33 +00:00
Robbbert
eb3686dc33 (MESS) New skeleton [Al Kossow, Robbbert]
-------------------------------------------------
Intertec SuperBrain
2013-08-22 11:47:05 +00:00
Oliver Stöneberg
9299fc9215 flagged a few more things as deprecated (nw) 2013-08-22 10:50:52 +00:00
Oliver Stöneberg
9ff47111da removed some unused legacy functions / flagged a few more things as deprecated / reduced the DEPRECATED noise a bit for now nw) 2013-08-22 10:25:02 +00:00
Oliver Stöneberg
ab7bfd7876 removed DECL_NORETURN in favor of ATTR_NORETURN (nw) 2013-08-22 09:51:55 +00:00
Oliver Stöneberg
eb91a212ac added makefile define DEPRECATED to show warnings about deprecated code / added ATTR_DEPRECATED / flag some stuff in diexec.h as deprecated (nw) 2013-08-22 09:40:15 +00:00
Robbbert
fb1e10310d (MESS) Intertec Superbrain WIP 2013-08-22 08:34:21 +00:00
Brian Troha
910451a62e new clones added
New Clones Added
----------------------------------------
Turbo Out Run (Japan, Out Run upgrade, FD1094 317-0117) [Charles MacDonald, ShouTime, The Dumping Union]
Cotton (set 2, Japan, Rev B, FD1094 317-0179b) [Charles MacDonald, ShouTime, The Dumping Union]
Chase Bombers (Japan) [ShouTime, The Dumping Union]
2013-08-22 00:19:05 +00:00
David Haywood
3ba178d418 acan (nw) 2013-08-21 23:04:48 +00:00
Wilbert Pol
c913943d94 mb88xx.c: Modernized cpu core (nw) 2013-08-21 18:49:26 +00:00
David Haywood
cf90c3cf0c minor changes (nw) 2013-08-21 18:27:25 +00:00
Oliver Stöneberg
b9d43a76ad removed unused periodic interrupt legacy code (nw) 2013-08-21 16:24:49 +00:00
Ivan Vangelista
df0d034f78 Forgot to remove some dead code. (nw) 2013-08-21 15:49:19 +00:00
Ivan Vangelista
3f47f066b2 Converted bfm_dm01 to a device. Note that since AFAIK no game using it show something on screen, it's difficult to know if it works correctly. (nw) 2013-08-21 15:47:54 +00:00
Ivan Vangelista
dda3cf4135 Fix for MT05268. (nw) 2013-08-21 14:51:25 +00:00
cracyc
f1ab5c69a6 (mess) support raw compis images (nw) 2013-08-21 13:40:43 +00:00
Oliver Stöneberg
796e4fcf03 added MCFG_MACHINE_RESET_REMOVE / MCFG_*_RESET(0) cleanup (nw) 2013-08-21 11:47:24 +00:00
Oliver Stöneberg
c2ee7aad41 simpler implementation of MCFG_DEVICE_{VBLANK|PRIODIC}_INT_REMOVE (nw) 2013-08-21 11:46:41 +00:00
Oliver Stöneberg
b4117331a6 removed some unused device_irq_acknowledge_callback occurrances (nw) 2013-08-21 10:40:01 +00:00
Robbbert
6a25d3d860 (MESS) Intertec Superbrain WIP 2013-08-21 09:03:23 +00:00
Michaël Banaan Ananas
36c8051b2b (title correction) 2013-08-21 07:58:35 +00:00
Oliver Stöneberg
85c48bb05f fixed typo in comment (nw) 2013-08-21 07:55:30 +00:00
David Haywood
844e696071 a regular 68000 processor will generate a read operation when using the clr.b/.w/.l opcodes, this was fixed / changed on the 020.
I'm not aware of any software explicitly requiring this right now, but it would be detectable if you have read-triggered hardware and various 68k documents advise caution when using the opcodes / porting code using said opcodes to a 020 based machine for that reason.

There was some private discussion with Charles before doing this, apparently it is detectable on the Genesis where a read from the VDP port will increment the internal address counter.
2013-08-21 06:56:57 +00:00
Scott Stone
070bb4fb3d More setname corrections to further expand XML device coverage (nw) 2013-08-21 03:31:10 +00:00
Scott Stone
1a98821ef6 Fix duplicate shortnames to allow XML to show device (nw) 2013-08-20 21:30:37 +00:00
David Haywood
0d3d5c42cf start looking at the macrossp line regs (nw) 2013-08-20 21:13:34 +00:00
Wilbert Pol
f38babb223 mb86233.c: Modernized cpu core (nw) 2013-08-20 20:19:52 +00:00
cracyc
72129f3d1f (mess) compis: read floppies, continued (nw) 2013-08-20 17:58:39 +00:00
Oliver Stöneberg
026c16f8db modernized periodic interrupt in decobsmt_device (nw) 2013-08-20 13:15:35 +00:00
Oliver Stöneberg
f0f1e4d314 small MCFG_CPU_PERIODIC_INT cleanup 2013-08-20 13:14:47 +00:00
Oliver Stöneberg
5ab8b79d24 removed unused legacy VBLANK interrupt code 2013-08-20 12:50:47 +00:00
Oliver Stöneberg
5980642169 added MCFG_{CPU|DEVICE}_VBLANK_INT_REMOVE and MCFG_{CPU|DEVICE}_PERIODIC_INT_REMOVE to properly remove non-legacy VBLANK interrupts - the current code only reset the legacy interrupt which wasn't set anyways 2013-08-20 12:33:35 +00:00
cracyc
9a0bce9f91 (mess) compis: starts to read the floppies (nw) 2013-08-20 03:58:23 +00:00
R. Belmont
122b5f9f86 (MESS) Rainbow updates:
* add beeper, NVRAM. LED output for keyboard, Z80 and 8088 [Bavarese]
* correct NVRAM mirroring [R. Belmont]
* DC012 48 line mode. 3 new character attributes (reverse, blink, underline) [Bavarese]
2013-08-20 03:35:47 +00:00
Brian Troha
e73eaf2945 vamphalf.c: Standardize speedup code - no functional difference. - NW 2013-08-20 02:45:17 +00:00
Brian Troha
bf02a629df vamphalf.c: Combine & correct Puzzle Bang Bang speedups. - NW 2013-08-20 01:18:35 +00:00
Brian Troha
7cd37b77c1 new Puzzle Bang Bang clone
New Clone Added
-----------------------------------------
Puzzle Bang Bang (Korea, version 2.9 / 990108) [gp-lee, The Guru]
2013-08-20 01:05:59 +00:00
Brian Troha
c123573c20 playmark.c: Use actual OSC clocks for Excelsior machine config - NW 2013-08-20 00:57:51 +00:00
Mike Naberezny
100002dbcf (MESS) c64: Fix company name for XL-80 cartridge (nw) 2013-08-20 00:36:47 +00:00
Angelo Salese
83980de83e Disabled flash ROM code for now, it causes hangs at BIOS if you load too many games 2013-08-19 22:46:32 +00:00
cracyc
60cd63ea43 (mess) compis: fix debug crash and try a floppy motor hookup (nw) 2013-08-19 22:18:37 +00:00
David Haywood
3368f07cb2 misc pals, proms catchup etc. (nw) 2013-08-19 20:57:35 +00:00
cracyc
be08f549a9 (mess) compis: try to fix irq lines (nw) 2013-08-19 19:18:10 +00:00
Wilbert Pol
6c2a2a22c2 m37710.c: Modernized cpu core (nw) 2013-08-19 18:40:10 +00:00
cracyc
7bd384f536 (mess) compis: int line 2 doesn't support cascade, must be 0 or 1 (nw) 2013-08-19 14:28:42 +00:00
Curt Coder
4cf6c3e880 (MESS) compis: Devcb2 for the keyboard. (nw) 2013-08-19 14:21:17 +00:00
Miodrag Milanovic
ee73d34b8c add sliders to settings page, and show current values (nw) 2013-08-19 13:44:04 +00:00
Oliver Stöneberg
cb281a06a5 fixed faulty if-condition in src/emu/cpu/i86/i186.c (nw) 2013-08-19 10:11:44 +00:00
Oliver Stöneberg
c1866f57db some legacy cleanups of comments (nw) 2013-08-19 08:51:04 +00:00
cracyc
8af5aa8dd3 i186: move 80186 peripherals into the cpu [Carl]
leland: finish modernizing the leland sound and use new 80186 [Carl]
2013-08-19 02:58:15 +00:00
Angelo Salese
6d1a42504d Some extra SCSI cmds 2013-08-19 01:33:28 +00:00
R. Belmont
97ab16a903 (MESS) DC: fix sound to run (nw) 2013-08-19 00:34:02 +00:00
Brian Troha
41a5bc116d new Space Invaders (Taito) clone
New Clone Added
--------------------------------
Space Invaders (TV Version, set 2) [Andrew Welburn, The Dumping Union]
2013-08-18 23:56:57 +00:00
Brian Troha
cd64c3e2ca new Excelsior clone
New Clone Added
-----------------------------------
Excelsior (set 2) [Bonky0013, The Dumping Union]
2013-08-18 23:46:17 +00:00
Angelo Salese
a90ba1c095 Added SCSI command 0x71, now Sega Dreamcast games boots properly 2013-08-18 23:30:01 +00:00
Angelo Salese
0bb9376577 DRQ wasn't setted properly, now there are proper gd-rom command writes 2013-08-18 23:05:43 +00:00