Commit Graph

30856 Commits

Author SHA1 Message Date
Fabio Priuli
63954c0c51 (MESS) coleco.xml: removed choplifter bad dump. [dink] 2014-09-12 05:40:10 +00:00
R. Belmont
8f2f9485d9 SDL: -sound dsound now works with SDL (nw) 2014-09-12 02:51:50 +00:00
R. Belmont
1527f5ca82 SDL: more attempts (nw) 2014-09-12 02:44:11 +00:00
R. Belmont
5191d3e9c7 SDL: More dsound adaptation (nw) 2014-09-12 02:33:25 +00:00
R. Belmont
0ebffa0620 Fixes to try and make direct_sound work minus WinOSD (nw) 2014-09-12 02:07:46 +00:00
R. Belmont
d488f52c17 SDL: Allow -sound dsound on SDL Windows builds. [R. Belmont] 2014-09-12 01:18:35 +00:00
Michaël Banaan Ananas
8dca02f4ca small cleanup 2014-09-11 23:45:38 +00:00
Fabio Priuli
2b1a978e76 setting the correct properties helps to commit new files. nw. 2014-09-11 21:06:56 +00:00
Fabio Priuli
af7242fcb4 (MESS) famicom: converted the disk system add-on to be a cart
in the softlist. The official syntax to launch disk games is now
  mess famicom -cart disksys -flop gamename
which corresponds to inserting the RAM expansion cart with
connected the disk drive into the cartslot and the desired disk
in the disk drive (exactly like you would have done with the
real thing). In this way, you cannot mount anymore both a cart and 
a disk in the Family Computer (as in a real unit). 
Users that cannot cope with this limitation and/or with the new 
syntax can still use the famitwin driver (which offers both cart and 
disk options) or the newly added driver fds which emulates a
famicom with the expansion always inserted: in both latter cases
the old syntax
  mess famitwin -flop gamename
will launch the game, as previously. [Fabio Priuli]

(MESS) famicom: fixed disk system IRQ latch clear in Kaettekita
Mario Bros. based on investigations by FHorse. [Fabio Priuli]


Out of whatsnew: For the moment I gave up the original plan to 
also modernize the floppy drive and the disk format. If anyone 
wants to look into these, be my guest :-)
2014-09-11 21:01:45 +00:00
Michaël Banaan Ananas
a7ca0bbba2 kludge for sprite flickering (video raw params should solve it cleanly but we need to understand seibu crtc more) 2014-09-11 19:36:02 +00:00
Robbbert
43113cff6f zac_proto.c : used correct cpu, fixed inputs, added mechanical sounds. All 3 games are playable. 2014-09-11 12:01:10 +00:00
Oliver Stöneberg
01b7edcfcd optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit more (nw) 2014-09-11 11:47:05 +00:00
Oliver Stöneberg
fc5f22cf9f optimized interrupt code in src/emu/cpu/avr8/avr8.c a bit (nw) 2014-09-11 11:40:13 +00:00
mahlemiut
e8638e746a trident: added DAC command register, so that we can tell when in a 15 or 16 bit mode. 2014-09-11 10:43:29 +00:00
Oliver Stöneberg
f0a4db3d8d small optimization to device_scheduler::timer_list_insert() (nw) 2014-09-11 07:20:03 +00:00
R. Belmont
66944180b0 (MESS) Stop trashing DiskCopy 4.2 images that don't have tags. [R. Belmont] 2014-09-11 02:34:21 +00:00
R. Belmont
8ff9bc63e4 (MESS) apple3: preliminary hook up of slot IRQ and NMI lines. [R. Belmont] 2014-09-11 01:31:37 +00:00
Dirk Best
5d8b7f5153 Amiga: Implement the Amiga 500 low-level keyboard controller using the
newly dumped internal ROM. Remove existing keyboard HLE.
2014-09-10 19:12:16 +00:00
Fabio Priuli
03e7f08e8f documenting the procedure to start Klax prototype on the a7800. nw.
(the game fails also on real systems: consistently on older revisions,
almost randomly on newer revisions)
2014-09-10 18:44:08 +00:00
Michaël Banaan Ananas
5c9413ce1f note 2014-09-10 17:58:04 +00:00
Oliver Stöneberg
2320947534 replaced a few more exit() calls with fatalerror() (nw) 2014-09-10 17:46:04 +00:00
Oliver Stöneberg
e59abd06d0 replaced exit() with fatalerror() in src/emu/cpu/mcs96/mcs96.c (nw) 2014-09-10 17:41:27 +00:00
Oliver Stöneberg
9871beba3f small optimization to pla_device::read() (nw) 2014-09-10 12:47:01 +00:00
Robbbert
9d67f8a684 Added some notes. (nw) 2014-09-10 11:40:25 +00:00
Oliver Stöneberg
da30176608 fixed more potential heap-buffer-overflows in src/emu/bus/vcs/vcs_slot.c (nw) 2014-09-10 09:57:30 +00:00
Oliver Stöneberg
1fdc168792 fixed heap-buffer-overflow in vcs_cart_slot_device::detect_super_chip() (nw) 2014-09-10 09:38:57 +00:00
Oliver Stöneberg
b79979da8b fixed memory leak when loading CHD from software list (nw) 2014-09-10 09:23:07 +00:00
Scott Stone
9b115b70f1 Cleanups & fix for missing acknowledgment of a5200 button 2 inputs (MT5591) - from Fabio. (nw) 2014-09-10 08:48:37 +00:00
Oliver Stöneberg
4842f0443f added another note about memory leak (nw) 2014-09-10 06:40:41 +00:00
Oliver Stöneberg
6bcb3a3bd9 added note about memory leak (nw) 2014-09-10 06:39:13 +00:00
Oliver Stöneberg
8ca65d8d1f sync'd CPU list (nw) 2014-09-10 06:17:01 +00:00
Oliver Stöneberg
0911ce55ef flagged some functions as noreturn (nw) 2014-09-10 06:12:19 +00:00
mahlemiut
ffa4d22438 mach32,mach64: fixed crash when reading vblank state. 2014-09-10 02:54:07 +00:00
Robbbert
7d1e764aee jp.c : Faeton is working [Robbbert]
Another 6 games are playable.
2014-09-10 02:46:30 +00:00
Michaël Banaan Ananas
40e169b961 added op_bldd_sbmar 2014-09-09 22:24:57 +00:00
Brian Troha
28d15fd6ac vamphalf.c: Minor doc update - NW 2014-09-09 21:35:34 +00:00
Oliver Stöneberg
d4ff4ffe21 and even less tagmap lookups counted (nw) 2014-09-09 21:05:30 +00:00
Oliver Stöneberg
d54319c562 have a few less tagmap lookups counted (nw) 2014-09-09 20:57:48 +00:00
Michaël Banaan Ananas
92e13e0424 rm unneeded comments 2014-09-09 20:52:43 +00:00
Oliver Stöneberg
80428c91fc do not start tagmap lookup counting until everything is initialized / tagmap lookups are now properly shown for each execution when running multiple sets from built-in UI instead of only when exiting MAME completely (nw) 2014-09-09 20:29:57 +00:00
Angelo Salese
111ec37e89 Fixed radar for Seibu Cup Soccer 2014-09-09 20:20:11 +00:00
David Haywood
76306e400c buffer tilemaps to prevent tilemap / tilebank desync in r2 intro (fixes 1 frame glitches in animation) 2014-09-09 19:44:31 +00:00
Wilbert Pol
ffe7ff2e16 webengine.c: Reduce tagmap lookups (nw) 2014-09-09 19:17:39 +00:00
Oliver Stöneberg
318d01b5ae removed -Wno-strict-overflow for GCC 4.8 as well (nw) 2014-09-09 19:10:56 +00:00
Oliver Stöneberg
30bb95b31d fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MAME (nw) 2014-09-09 19:04:23 +00:00
David Haywood
805bd51118 raiden games in psx list (nw) 2014-09-09 18:43:46 +00:00
Michaël Banaan Ananas
449ff1bb6c poking around with taitojc dangcurv 2014-09-09 18:31:51 +00:00
Wilbert Pol
892de8e04a (MESS) sms.c: Fixed graphics glitch in E-Swat atttact mode on the smsj driver and some small cleanups. [Enik Land] 2014-09-09 18:28:17 +00:00
Fabio Priuli
7696f22483 antic.c: converted to be a device. [Fabio Priuli] 2014-09-09 18:03:05 +00:00
David Haywood
7ae39e007c fix scrolling in godzilla (nw) 2014-09-09 16:30:58 +00:00