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
Angelo Salese
7666405b18
Bare minimum hooks for Savage Quest, dies due of unimplemented opcodes
2011-12-31 02:33:08 +00:00
Angelo Salese
a68b1b26dc
Clean-ups
2011-12-31 01:28:38 +00:00
Michaël Banaan Ananas
fdb9350b64
dsw description changes suggested by gregf
2011-12-31 00:16:03 +00:00
Michaël Banaan Ananas
7b6b968514
fix maincpu interrupts
2011-12-30 23:37:06 +00:00
Michaël Banaan Ananas
9537f6c091
some cleanup + added coincounter
2011-12-30 22:15:42 +00:00
Miodrag Milanovic
ddfbf37eac
s3c24xx: lots of changes for future Happy Fish 302-in-1 and Palm Z22 (mess) drivers [Tim Schuerewegen]
2011-12-30 15:33:02 +00:00
Miodrag Milanovic
08e03939c9
arm7: implemented MMU permission faults [Tim Schuerewegen]
...
arm7: return correct MMU ID Code register values for ARM920T/ARM7500 [Tim Schuerewegen]
2011-12-30 08:59:28 +00:00
Miodrag Milanovic
6fe73755b8
i8251: Implemented transmit and receive data callbacks [Barry Rodewald]
2011-12-30 08:57:43 +00:00
Miodrag Milanovic
778d3f77c3
Floppy changes by OG, imported from MESS (no whatsnew)
2011-12-30 08:56:30 +00:00
R. Belmont
c65107eedc
fixed GCC 4.6 compile (nw)
2011-12-30 05:53:07 +00:00
mariuszw1
f86b841468
New games added as NOT_WORKING
...
----------------------------------
Rastan Saga II (Tourvision PCE bootleg) (Tourvision PCE bootleg) [Clawgrip, AUMAP]
2011-12-29 21:51:40 +00:00
Angelo Salese
76d742b284
Allows user loading of different bioses in a51site4 (and whoever added it must be shot)
2011-12-29 20:11:55 +00:00
Aaron Giles
06da0b9b9f
Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a
...
reference. Remove redundant machine parameter from SCREEN_EOF. Remove old
vestiges of driver_device video_eof override since it wasn't being used.
Update all multi-screen games to use separate functions for each screen
(calling into common code where appropriate). [Aaron Giles]
(nw: equivalent MESS changes are ready, will send along shortly)
2011-12-29 18:29:06 +00:00
Angelo Salese
87c11a79d7
Debug: added RAMDAC device
2011-12-29 15:37:35 +00:00
Angelo Salese
e7a669022e
Fixed Atari bad logo colors at POST in Area 51:Site 4 [Angelo Salese]
2011-12-29 15:28:40 +00:00
Angelo Salese
1fe301d758
Decoded boot screen gfxs
2011-12-29 14:03:44 +00:00
Angelo Salese
d21e6a082a
Moved VGA definition behind a define, after an in-depth study of the board and talks with Phil and Micko
2011-12-29 13:27:42 +00:00
Nathan Woods
8bfeccfb66
Adding "totalcycles" debugger variable
2011-12-29 12:21:45 +00:00
Angelo Salese
229df6131a
Preliminary hook-up of VGA pixel clock
2011-12-29 11:53:53 +00:00