Commit Graph

30878 Commits

Author SHA1 Message Date
Oliver Stöneberg
f176a45d35 a bit more work to match sdlwork.c and winwork.c (nw) 2014-09-13 10:16:28 +00:00
Oliver Stöneberg
4d5cd61765 some refactoring to make SDL and Windows OSD code match / Windows SDL code did not delete the critical section in osd_scalable_lock_free() (nw) 2014-09-13 10:04:16 +00:00
Oliver Stöneberg
0f15f0ab00 renamed YieldProcessor() to osd_yield_processor() to match SDL more closely (nw) 2014-09-13 09:09:29 +00:00
Sandro Ronco
c46807cfef (MESS) New NOT WORKING systems
----------------------------------------------
VTech Genius Leader Power Notebook (Germany) [TeamEurope]
LexiPC Mega 2000 (Germany) [TeamEurope]
2014-09-13 08:29:32 +00:00
Fabio Priuli
96bc3adcab some licensing. nw. 2014-09-13 06:55:39 +00:00
Fabio Priuli
80d61a8f86 (MESS) a2600: when loading from softlist, let's rely on the xml
to detect oncart RAM instead of using custom routines. nw.
2014-09-13 06:14:35 +00:00
Robbbert
7bdc9ee91c (MESS) spc1000 : added commented-out code for floppy-disk (thx to Anna Wu for finding it) 2014-09-13 06:03:17 +00:00
Fabio Priuli
0833a1a306 cosmetic changes. nw. 2014-09-13 05:17:48 +00:00
R. Belmont
3a2f2aea25 SDL: fix Windows builds with SDL 1.2 (nw) 2014-09-13 01:45:45 +00:00
Wilbert Pol
32fd138b53 Removed legacy_cpu_device. [Wilbert Pol] 2014-09-12 20:21:56 +00:00
Wilbert Pol
f11344542e dsp56k.c: Modernised cpu core (nw) 2014-09-12 19:30:27 +00:00
Fabio Priuli
ad52cefa2e bunch of xml fixes from Diet Go Go Fan. nw. 2014-09-12 19:04:48 +00:00
Fabio Priuli
66bc5551c6 (MESS) a7800: reworked header handling (used when
loading from fullpath) and attempted to implement flexibly
and transparently support for several possible homebrew 
boards with a POKEY hooked up as Beef Drop. nw.
2014-09-12 19:04:02 +00:00
Oliver Stöneberg
90a9339d0f more c++11 compilation fixes (nw) 2014-09-12 14:54:16 +00:00
Oliver Stöneberg
71c19af91f some c++11 compilation fixes (nw) 2014-09-12 14:27:26 +00:00
Michael Zapf
a40947caa0 (MESS) ti99: A single missing character breaks a floppy format.(nw) 2014-09-12 13:08:15 +00:00
Fabio Priuli
488c57a9e0 fixed famitwin bios usage. nw. 2014-09-12 12:11:00 +00:00
David Haywood
8e9be6bbf5 let's go with EB-A 2014-09-12 10:49:30 +00:00
David Haywood
1650304a34 new clones
Vendetta (World, 2 Players, ver. unknown) [caius]
2014-09-12 10:13:55 +00:00
mahlemiut
51ca4087bc trident: forced doubleword offset when using an SVGA video mode, fixes display in Eggs Playing Chicken. 2014-09-12 07:46:40 +00:00
Fabio Priuli
c0210151a7 reduced tagmap lookups in atari400, maxaflex and bartop52. nw. 2014-09-12 07:18:04 +00:00
Fabio Priuli
186d06f45f (MESS) gameboy.xml: added a bunch of new dumps. nw. 2014-09-12 05:40:32 +00:00
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