Commit Graph

14545 Commits

Author SHA1 Message Date
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
Aaron Giles
a416952060 Fix a few stragglers. Add width/height/position setters to
the rectangle class.
2011-12-31 22:16:10 +00:00
Ryan Holtz
fe5df8bca3 New games added or promoted from NOT_WORKING
-----------------------------------
Quizard 1.8 [Klaus Sommer, Team Europe, The Dumping Union]
Quizard 2.3 [Klaus Sommer, Team Europe, The Dumping Union]

New games added as NOT_WORKING
----------------------------------
Quizard 3.4 [Klaus Sommer, Team Europe, The Dumping Union]


(nw) Games will be on the FTP in roms/CHD/quizrd18 et al, soon... (nw)
2011-12-31 22:06:23 +00:00
Aaron Giles
fcc81b7c6d Bulk converted cliprect * to cliprect & across the system. This makes
cliprects mandatory everywhere. In general, cliprects were being
correctly passed through the video side of most drivers already, so
it is mostly a semantic change. Note that with my previous change,
bitmaps have cliprects, so if you just want to clip to the bitmap's
boundaries, pass bitmap->cliprect() instead of NULL (which is no 
longer permitted). [Aaron Giles]
2011-12-31 21:48:36 +00:00
Aaron Giles
0fb2402169 Fix tools to work with new bitmap_t semantics. 2011-12-31 21:26:25 +00:00
Wilbert Pol
4241eec6b8 segae.c: Updated driver to use the implementation from src/emu/video/315_5124.c and modernized driver. [Enik Land, Wilbert Pol] 2011-12-31 19:21:57 +00:00
Wilbert Pol
25818c4b1a Fix svn properties. 2011-12-31 19:15:58 +00:00
Wilbert Pol
65d63e8e0b Moved the implementation for the Sega 315-5124, 315-5246, and 315-5378 video chips from MESS to src/emu/video. 2011-12-31 19:15:02 +00:00
Angelo Salese
611780dd86 Hooked up devices for X-Tom 3d, gets to BOOT error if you soft reset once [Angelo Salese] 2011-12-31 16:51:34 +00:00
Angelo Salese
e869f846ad Implemented generic functions for RDMSR and WRMSR opcodes in Pentium CPU core (i.e. no MSR is actually hooked up so far) [Angelo Salese] 2011-12-31 16:19:04 +00:00
Angelo Salese
fa7878b5bb Game Cristal has weird snippets ... 2011-12-31 14:59:53 +00:00
Wilbert Pol
8ba7ddeec6 Fix OSX compile.
RB: Please verify if this fix is ok with you.
2011-12-31 11:58:49 +00:00
Aaron Giles
9cae38e0d8 Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR*
macros with bitmap->pix* functions, and moved bitmap_fill() to bitmap->fill()
among other similar changes. Bitmap fields now only available via accessors.
Replaced sect_rect with &= and union_rect with |= operators for rectangle
classes. Some general cleanup as a result of these changes. [Aaron Giles]
2011-12-31 07:52:26 +00:00
Angelo Salese
384b14a64b Cheap disclaimer info for dumpers 2011-12-31 04:05:20 +00:00
Angelo Salese
53dc4efa6a Other hooks for Savage Quest 2011-12-31 04:00:40 +00:00
Angelo Salese
798474c021 Implemented FLD and FST Pentium x87 opcodes, used by Savage Quest for testing work RAM banks [Angelo Salese] 2011-12-31 03:38:35 +00:00
R. Belmont
9acf3375ed chdman: fixed -extractcd of images with postgaps. CHDs do not need reconversion, this was an -extractcd problem only. [R. Belmont] 2011-12-31 02:49:25 +00:00
Angelo Salese
5a0ec84b62 Oh my ... 2011-12-31 02:46:53 +00:00