Commit Graph

20257 Commits

Author SHA1 Message Date
Angelo Salese
30585a50b7 First pass in rewriting VDP2 bitmap layers. RGB32 being the first one 2013-02-08 12:57:16 +00:00
Miodrag Milanovic
6388331fec Modernization of drivers part 7 (no whatsnew) 2013-02-08 12:49:41 +00:00
Miodrag Milanovic
d27fc2f750 modernized rest of galaga (nw) 2013-02-08 12:09:50 +00:00
Miodrag Milanovic
0af8c1b855 Modernization of drivers part 6 (no whatsnew) 2013-02-08 11:39:01 +00:00
Miodrag Milanovic
18dcd633bc ups 2013-02-08 08:04:01 +00:00
Miodrag Milanovic
a3c51a2018 Modernization of drivers part 5 (no whatsnew) 2013-02-08 08:01:38 +00:00
Miodrag Milanovic
e5011691fd Modernization of drivers part 4 (no whatsnew) 2013-02-08 07:43:09 +00:00
Andrew Gardner
4cf26aeb25 Fix namcos96 regression from r20675. (nw) 2013-02-08 04:47:05 +00:00
Wilbert Pol
26b37558b6 (MESS) galaxy.c: Reduce tagmap lookups. (nw) 2013-02-07 22:14:18 +00:00
Wilbert Pol
07cee7a7e7 (MESS) irisha.c: Reduce tagmap lookups (nw) 2013-02-07 21:50:11 +00:00
Wilbert Pol
07b57e8bc0 (MESS) nanos.c: Reduce tagmap lookups (nw) 2013-02-07 21:38:46 +00:00
Wilbert Pol
b84b7a1e63 (MESS) pecom.c: Reduce tagmap lookups. (nw) 2013-02-07 21:24:43 +00:00
Fabio Priuli
9d41aec482 forgot to comment out a printf... nw. 2013-02-07 21:12:55 +00:00
Wilbert Pol
586d19582f (MESS) sapi1.c: Tagmap cleanups (nw) 2013-02-07 21:02:50 +00:00
Wilbert Pol
46ef255061 (MESS) Cleaned up tagmap usage in the spectrum drivers a bit. (nw) 2013-02-07 20:55:30 +00:00
Wilbert Pol
bdcf0dd2a8 (MESS) Removed some unneeded prototypes (nw) 2013-02-07 20:48:50 +00:00
Fabio Priuli
312abbed4e (MESS) gb.c: many updates to cart handling [Fabio Priuli]
- updated carts to be slot devices
  - simplified loading and bankswitch mechanism
  - fixed MMM01 emulation
  - removed need for "mapper" feature from xml softlist, since the new "slot" feature is enough
2013-02-07 20:41:05 +00:00
Angelo Salese
095eaa68e8 Fixed another regression, urgh 2013-02-07 20:16:51 +00:00
Fabio Priuli
4cf361a6ca whoops. this was not the latest version. 2013-02-07 19:23:35 +00:00
Fabio Priuli
6812fc3a83 (MESS) megadriv.c: more updates [Fabio Priuli]
- implemented correct ROM mirroring, based on research by Eke & others
  - emulated the protection in Ya Se Chuan Shuo, promoting it to work state
  - fixed cart type in Blockbuster World Video Game Championship II (works for the first time in MESS)
  - fixed cart type in HardBall III, Barver Battle Saga and Chao Ji Da Fu Weng
  - added support for unusual SRAM location in HardBall 95
  - fixed a few regressions introduced in the previous commit
  - fixed wrong driver class being used in 32x and SegaCD
2013-02-07 19:21:05 +00:00
Angelo Salese
e98ac172b5 Reverted previous fix, needs rewrite anyway 2013-02-07 19:12:43 +00:00
Angelo Salese
162e3f3a81 Obviously I don't understand why there was a /2 in the drawpixel functions, fixed gfx regressions 2013-02-07 18:18:58 +00:00
Angelo Salese
10353d4b7d Removed 'gfx_decode' and fixed compile. Minor speed gain 2013-02-07 16:42:33 +00:00
Michaël Banaan Ananas
8a06e80089 revert r20364: "screen: Screenless systems (like synths) tend to be latency-sensitive in their outputs. Increase their osd refresh rate to 1KHz [O. Galibert]"
The solution needs to be rethought :) this one made (most?)screenless drivers slow down to a crawl
2013-02-07 16:09:28 +00:00
Angelo Salese
b2e32e117e Removed pointless VDP1 gfx decoding 2013-02-07 16:04:04 +00:00
Angelo Salese
4db376fb65 Fixed myfairld default 2013-02-07 15:55:28 +00:00
Angelo Salese
dc47175aac Minor changes 2013-02-07 15:52:41 +00:00
Angelo Salese
8dac4c4e55 State-ized CD block, and finished state-izing VDP1, thanks to OG & Micko 2013-02-07 15:25:11 +00:00
Curt Coder
5c4b336b04 (MESS) Added some RS-232 slots. (nw) 2013-02-07 14:56:40 +00:00
Curt Coder
99c28d1fb9 (MESS) plus4: Speech WIP. (nw) 2013-02-07 14:55:59 +00:00
Curt Coder
fa97d2f4e9 (MESS) cbm2: Added floppies. (nw) 2013-02-07 14:49:20 +00:00
Nathan Woods
4b869f7461 [COCO/MC6847] Made the MC6847 emulation support mid-scanline video mode changes.
This will enable the video in the CoCo 2 game "Dragon Fire" to work correctly
when we get a cycle exact 6809 emulation.
2013-02-07 13:53:42 +00:00
Sandro Ronco
bb842a748e (MESS) small cleanups. (nw) 2013-02-07 11:37:17 +00:00
Oliver Stöneberg
c1055f98cb fixed -listsoftware DTD (nw) 2013-02-07 11:27:08 +00:00
Olivier Galibert
3dd6b66547 misc fixes. Hint: read_safe can't work anymore (nw) 2013-02-07 09:55:57 +00:00
mahlemiut
3272789264 isa_gus: Fixed audio streaming in the Windows GUS drivers, and added a hacky workaround for WIn95 setting invalid IRQ settings. (no whatsnew) 2013-02-07 09:36:29 +00:00
Angelo Salese
c00cb4defc Second round of previous commit, needs recompile 2013-02-07 05:30:50 +00:00
Angelo Salese
e9e106a25e State-ized Sega Saturn VDP1 & 2 [Angelo Salese] 2013-02-07 04:55:02 +00:00
cracyc
7175f0ae1b pcap: don't crash on exit when wpcap.dll is unloaded before pcap_close is called. (nw)
i386: fix bug (nw)
2013-02-07 04:25:04 +00:00
R. Belmont
b3e608e957 Add server socket support instead of just client. [SailorSat, R. Belmont] 2013-02-07 04:08:46 +00:00
Ryan Holtz
26be77fad0 arm7ops.c: Fix SMULW, SMLAW opcodes [MooglyGuy] 2013-02-07 03:26:05 +00:00
Ryan Holtz
0f7b44526c arm7ops.c: Fix SMLAL opcode. [MooglyGuy]
nw - looks like another dodgy one.
2013-02-07 03:01:34 +00:00
Ryan Holtz
78fb968dfa arm7ops.c: Fixed behavior of SMLAxy opcode. [MooglyGuy]
nw - not sure if this is correct, but it looks a lot more correct than before. I'm not actually sure what we have in MAME or MESS that uses ARMv5 opcodes.
2013-02-07 02:42:38 +00:00
cracyc
c8dc44b9fa i386: improve tlb performance slightly (nw) 2013-02-07 01:28:14 +00:00
Angelo Salese
27ff493685 Removed a log 2013-02-06 21:54:31 +00:00
Wilbert Pol
85bcb9e589 (MESS) atari400.c: Started cleaning things a bit (nw) 2013-02-06 21:53:52 +00:00
Scott Stone
ec43bbcb96 idectrl.c: [Peter Ferrie]
- Fix regression in Fishin' Frenzy without breaking Area 51 Site 4.
2013-02-06 21:22:34 +00:00
Scott Stone
dc30fb8cb6 clifront.c: [Peter Ferrie]
- Faster enumeration during -verifyroms



comment:
The diff is large because of the addition of a set of {}.
The real change is actually only a single line, to perform the
secondary auditing only if the first audit was (potentially)
incomplete because of a special name or wildcards.
2013-02-06 21:18:00 +00:00
Curt Coder
31257a208a (MESS) Refactored all drivers to use the new MOS6551 and removed the old implementation. (nw) 2013-02-06 20:39:31 +00:00
Wilbert Pol
871d4c7ac6 Getting rid of DEVICE_IMAGE_START (nw) 2013-02-06 20:32:33 +00:00