Commit Graph

14562 Commits

Author SHA1 Message Date
Miodrag Milanovic
1298e570c8 Implemented UD2 instruction, thing is that in any case it should raise invalid trap and not unimplemented, but exist as official from Pentium (no whatsnew) 2012-01-04 09:06:34 +00:00
Alex W. Jackson
6db013a7a2 Fix MT #4590 (probably) [Alex Jackson] 2012-01-03 23:59:24 +00:00
Michaël Banaan Ananas
101851faf1 (wboy companyname is other way around) 2012-01-03 21:57:12 +00:00
mariuszw1
bd76654067 CPS-3 update [Team CPS-1]:
* Dumped and added Street Fighter III 3rd Strike
  Euro BIOS, unlocked 2 new sets
* Reordered all sets per release date
* Minor fixes

New clones added
------------------------------------------------------------------------------------------------------
Street Fighter III 3rd Strike: Fight for the Future (Euro 990608) [Layne, Smitdogg, The Dumping Union]
Street Fighter III 3rd Strike: Fight for the Future (Euro 990512) [Layne, Smitdogg, The Dumping Union]
2012-01-03 21:51:06 +00:00
Angelo Salese
4ee38c0ec4 Work-around for Sim City 2k (MESS specific bug-fix) 2012-01-03 21:36:14 +00:00
Angelo Salese
f6ad9c28ef FABS bug-fix 2012-01-03 21:20:41 +00:00
Angelo Salese
f7bdcb79cb Ok, this is the last opcode based x87 batch, now things needs to be bug fixed ... 2012-01-03 20:57:54 +00:00
Ryan Holtz
e146bf3d06 Fixed SHA1s for quizrd34, no whatsnew.
Uploading the quizrd34 CHD right now.

Next time something like this comes up, someone should contact me by /msg-ing MooglyGuy on IRC (EFNet). I get tons, tons of non-MAME-related e-mail to my mooglyguy@gmail address, so I make an explicit point of never checking it unless I want to catch up on the MAME mailing list, since I filter all MAME-related e-mails into a separate folder for asynchronous reading. Therefore, any synchronous communications should occur through other means.
2012-01-03 20:51:38 +00:00
Angelo Salese
3a4babffec Another batch of x87 opcodes 2012-01-03 16:08:17 +00:00
Aaron Giles
8cb3ca75cd Doesn't anyone run mame -valid anymore? 2012-01-03 15:11:37 +00:00
Phil Bennett
2187468105 Revert r14902 for sdlmain.c. Fixes compilation on Intel OS X. 2012-01-03 09:50:40 +00:00
Miodrag Milanovic
3ce2169591 Patch for i386 helps booting Phoenix bios from Carl (no whatsnew) 2012-01-03 07:07:19 +00:00
Miodrag Milanovic
b2c41f8b4e [MCS48] Fixed I8021/I8022 clock divider. [Curt Coder]
Added part numbers. (nw)
2012-01-03 07:02:00 +00:00
Angelo Salese
0e077609df Hooked up Voodoo, and another batch of x87. It fails due of the color DAC 2012-01-03 03:13:01 +00:00
R. Belmont
85f5960fb3 fix linking (how did this work on anything?) (nw) 2012-01-03 02:23:29 +00:00
R. Belmont
9edff9295e GCC 4.6 compile helper; linking still fails :( (nw) 2012-01-03 02:21:42 +00:00
Angelo Salese
d1a4769826 our x86 core 1 - bad programming skills 0 2012-01-03 01:58:52 +00:00
Angelo Salese
54216d4dc3 Added group d9, Funky Ball doesn't moan anymore so let's stop for now 2012-01-03 01:34:47 +00:00
Angelo Salese
2db950e4a9 Bored in banging my head over fatalerrors, implemented x87 d8 group opcodes 2012-01-03 00:36:51 +00:00
Aaron Giles
64f1231c63 Removed old C-based interface to astrings. astring exists only as
a class now. Updated all stragglers (mostly tools) to use the class
form. [Aaron Giles]
2012-01-03 00:21:13 +00:00
Angelo Salese
8b492b8d80 More x87 ... (and yeah, won't stop here) 2012-01-02 23:43:06 +00:00
Scott Stone
255e81e695 Updated SHA-1 for 2 of the 3 recently added Quizard versions (nw) 2012-01-02 22:58:07 +00:00
Angelo Salese
7dbdd98e34 More opcodes tripped by Funky Ball ... (and no, it doesn't stop here) 2012-01-02 22:15:01 +00:00
Angelo Salese
3b0e1175f5 Added FLD and FST single-precision opcodes 2012-01-02 20:58:55 +00:00
Angelo Salese
3c178d8385 Hooked up Voodoo PCI config, after it there's only fail and AIDS for our i386 CPU core ... 2012-01-02 20:22:23 +00:00
Michaël Banaan Ananas
c444c74051 fix regression with spang bootlegs 2012-01-02 19:53:00 +00:00
Angelo Salese
206abde2d4 Last time I've checked FDC ports aren't really used to write debug strings ... 2012-01-02 18:45:52 +00:00
Angelo Salese
0fe4c71d60 Added North Bridge banking for Funky Ball 2012-01-02 15:00:38 +00:00
Miodrag Milanovic
f89aa84919 Fix for tools compile provided by qmc2 author (no whatsnew) 2012-01-02 13:44:01 +00:00
Aaron Giles
70a40085eb Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped),
and SCREEN_UPDATE(generic_bitmapped). In their place, each screen_device
now maintains a default bitmap which is automatically copied to the
screen on each update if no SCREEN_UPDATE function is provided and if
no driver_device::video_update override is present. This bitmap can be
found by querying the screen's new default_bitmap() method. [Aaron Giles]
2012-01-02 07:37:22 +00:00
R. Belmont
6130a83ecd m680x0: fix case where the MMU trashed memory [R. Belmont] 2012-01-02 06:38:21 +00:00
R. Belmont
0e7eaf5d24 SDL stopped compiling again. Imagine that! (nw) 2012-01-02 06:36:58 +00:00
Aaron Giles
80cd316a2a Bulk conversion of bitmap_t * to bitmap_t & . With this change the
parameters for the global SCREEN_UPDATE callback match the parameters
for the driver_device version. Added allocate() and deallocate()
methods to bitmap_t to permit cleaner handling of bitmaps in drivers
and modern devices. [Aaron Giles]
2012-01-02 04:59:11 +00:00
Michaël Banaan Ananas
1ded844ee7 mcr.c: added twotiger stereo 8-track tape sample playback [italie, Mr. Do, hap] 2012-01-02 03:51:33 +00:00
Angelo Salese
767993e915 Flash ROM loading ... 2012-01-02 03:04:18 +00:00
Angelo Salese
36f3dc3e96 Hooked up bare bones for Flash ROM recognition, now trips cache error at BIOS area 2012-01-02 02:40:44 +00:00
Angelo Salese
8b0cbf68e9 Some notes 2012-01-02 01:30:51 +00:00
Angelo Salese
22f58b0c13 Basic hooks for Funky Ball, it basically follows Area 51 hooks 2012-01-02 01:19:18 +00:00
Angelo Salese
bfd71f45a2 Added PCI Revision ID and fixed PIIX4 PCI slot to 31 (after DASM studying of the code) ... goes to la-la-land after it 2012-01-02 00:01:58 +00:00
Angelo Salese
d192ab7c1a Added PCI ID vendors 2012-01-01 22:59:31 +00:00
Angelo Salese
c8bda0f325 Hooks to Midway Quicksilver, dies almost immediately because ... it doesn't return PCI ID vendor 2012-01-01 21:59:20 +00:00
Angelo Salese
1b0cbe7661 Hooked up basic devices in Queen, guess this is too far to be emulated ... 2012-01-01 21:16:28 +00:00
Angelo Salese
f55b4b99e9 Hooked up some North Bridge BIOS banks to X-Tom 3d [Angelo Salese] 2012-01-01 20:22:58 +00:00
mariuszw1
2133835fe1 scitvpce -> tvsci (no whatsnew) 2012-01-01 19:53:40 +00:00
Michaël Banaan Ananas
258c66280f re-fixed deprecat regression 2012-01-01 18:22:09 +00:00
Miodrag Milanovic
35af256640 Removed not needed files (no whatsnew) 2012-01-01 17:23:43 +00:00
Michaël Banaan Ananas
b8e876b314 fix clip regression 2012-01-01 14:58:19 +00:00
R. Belmont
8c46e75cbd 68HC05: CLR instruction should not affect the carry flag. Verified with Freescale programmer's manual. [R. Belmont] 2012-01-01 05:07:01 +00:00
R. Belmont
c8680b9ca3 (nw) 2011-12-31 23:02:03 +00:00
R. Belmont
fcc664268b Et tu, Aaron? (nw) 2011-12-31 23:00:08 +00:00