Commit Graph

31358 Commits

Author SHA1 Message Date
Fabio Priuli
871ac829c2 whoops II. 2014-10-08 18:31:50 +00:00
Fabio Priuli
3ef28f1eb7 whoops... 2014-10-08 16:50:04 +00:00
Fabio Priuli
278a884012 (MESS) intv: converted the driver to use slot devices for
cartridges and implemented the IntelliVoice expansion and 
the Entertainment Computer System expansion as passthru 
devices. The official syntax to launch games requiring the
speech expansion is now
  mess intv -cart voice -cart2 gamename
which corresponds to mounting the IntelliVoice and plugging
the game cart in its subslot.  The official syntax to launch games 
requiring the ECS expansion is now instead
  mess intv -cart ecs -cart2 gamename
and
  mess intv -cart ecs -cart2 voice -cart3 gamename
if the game requires both expansions at once. For additional user 
friendliness, we also offer intvecs (which emulates an Intellivision
unit with both expansions added) and intvoice (which emulates 
an Intellivision with Intellivoice expansion added) drivers, where 
games can simply be mounted with the -cart media switch. [Fabio 
Priuli]
2014-10-08 16:42:01 +00:00
Fabio Priuli
03f8deff8a (MESS) odyssey2: added a bunch of homebrew titles released on carts. nw.
(MESS) wswan: fixed emulation of a couple of titles, which regressed with the conversion to slot carts. nw.
2014-10-08 03:55:03 +00:00
Robbbert
1e1f628755 gts80.c : placeholder 2014-10-07 22:09:07 +00:00
Brian Troha
9d07e63a52 new not working Americana poker set.
New Game Added (not working)
-----------------------------------
Americana (9132-00) [Brian Troha]
2014-10-07 19:23:17 +00:00
Ivan Vangelista
633a456c1d Misc cleanups of the day (nw) 2014-10-07 16:55:09 +00:00
Olivier Galibert
4cf62f82b6 dc: correct cable settings, ct1 runs (nw) 2014-10-07 15:41:36 +00:00
Olivier Galibert
1988fe4f09 gdrom: typo fix (nw) 2014-10-07 15:41:33 +00:00
Fabio Priuli
238c2e9e1d (MESS) odyssey2: converted the driver to use slot devices for
cartridges, removed The Voice add-on from the main system
and emulated it as a passthru cart instead. Now, if you want to
enjoy speech in odyssey/videopac games, you must launch
emulation with
  mess.exe odyssey2 -cart voice -cart2 gamename
(the -cart2 switch becomes available when "voice" is mounted
in the first cartslot) [Fabio Priuli]
2014-10-07 09:27:32 +00:00
Scott Stone
b83b6a0f33 Fix compile on MSVC 2012 from Peter Ferrie (nw) 2014-10-07 06:22:33 +00:00
Jonathan Gevaryahu
6c4bbaad5e use U64() macro so msvc doesn't break (n/w) 2014-10-07 03:39:00 +00:00
cracyc
de9d763b0a i386: expand down ring 0 stack (nw) 2014-10-07 03:35:58 +00:00
Jonathan Gevaryahu
239c35473a fix compile error with gcc 4.4.7 (n/w) 2014-10-07 01:56:12 +00:00
David Haywood
0820977954 new clones
Oriental Legend / Xi You Shi E Zhuan (ver. 111, Taiwanese Board) [bytestorm]

(doesn't currently run, needs a different protection sequence by the looks of it)
2014-10-06 23:59:17 +00:00
Michaël Banaan Ananas
7ed8bed2fc hooked up pit8254 to one of the games as example 2014-10-06 22:17:36 +00:00
cracyc
92d8fdc920 i386: fix vem486 (nw) 2014-10-06 21:28:29 +00:00
Ivan Vangelista
4568e59a27 Removed running_machine parameter from various methods were it wasn't needed anymore (nw)
Moved some more functions into driver classes. (nw)
2014-10-06 16:30:06 +00:00
Michaël Banaan Ananas
53e61f6171 upon reading datasheet further, it became obvious that uPD71054 == 82C54 2014-10-06 16:02:37 +00:00
cracyc
9f5fc08a1b (mess) pc9801: hack to simplify ide boot (nw) 2014-10-06 14:24:06 +00:00
Michaël Banaan Ananas
c476a36cea added upd71054_device, initial commit 2014-10-06 14:20:02 +00:00
Alex W. Jackson
1bfce6500c Rewrite k053260 sound device [Alex Jackson] 2014-10-06 13:12:49 +00:00
cracyc
fddf815457 (mess) pc9801: sigh (nw) 2014-10-06 03:13:57 +00:00
R. Belmont
b6d761c222 New games added as GAME_NOT_WORKING
-----------------------------------
MushiKing The King Of Beetle 2K5 1st [rtw, ShouTime, The Dumping Union, R. Belmont]
2014-10-06 01:18:44 +00:00
Ville Linde
1ccc3f8de3 model3: Rewrote 2D tilemap rendering. [Ville Linde] 2014-10-05 22:15:04 +00:00
cracyc
677beaab07 (mess) pc9801: make ide almost work (nw)
---
This one will actually try to boot with the changes noted in the source (the tvram change may work for sasi too along with the sasi rom in 2hdif.rom) but there appear to be pio timing issues so when it branches in the bootloader it lands on the wrong instruction.  The ide rom has a few 386 instructions in it so it won't work with the ux.
2014-10-05 21:21:36 +00:00
R. Belmont
d99fd52d67 (MESS) apple2: IIe and later don't require double-reads on the language card. [R. Belmont, Peter Ferrie] 2014-10-05 17:07:01 +00:00
Fabio Priuli
942be9e4f9 removed unused private member. nw. 2014-10-05 16:05:09 +00:00
David Haywood
f65a416224 some fuuki refactoring (nw) 2014-10-05 14:50:37 +00:00
Olivier Galibert
e6ac3d967b (nw) 2014-10-05 14:30:12 +00:00
R. Belmont
410b0794dc awboard: add "offset protection" used by some carts. samsptk and kofxi boot now. [R. Belmont, MetalliC] 2014-10-05 13:39:31 +00:00
Fabio Priuli
0a3884bd50 (MESS) wswan.c: re-added internal header logging and automatic
rotation of vertical games. nw.
2014-10-05 13:19:44 +00:00
Fabio Priuli
66fab3cf5c (MESS) wswan.c: converted to use slot devices for carts. [Fabio Priuli]
out of whatsnew: another case of on-cart SRAM & EEPROM pointers removed from the main system...
2014-10-05 11:51:41 +00:00
Alex W. Jackson
218bf5c577 namcos21: kill some trampolines; 'user' memregions get real names (nw) 2014-10-05 10:07:34 +00:00
Fabio Priuli
2a4d327e01 (MESS) gameboy, gbcolor: added a configuration setting
(off by default) to skip BIOS checks at boot. This allows the 
recently dumped Rockman World Prototype to be played,
and the Rocket Games pirate GBC carts too. [Fabio Priuli]

(MESS) gba: added a configuration setting (off by default) 
to skip some BIOS checks at boot. This allows Tyrian 2000 
Prototype to be played. [Fabio Priuli]


out of whatsnew: for the Rocket Games pirates it is currently unclear how real carts were bypassing
the BIOS checks on a real unit, and it would be nice to emulate it properly. however, this trick allows 
to go on fixing the rest of mapper emulation until it's fully understood.
2014-10-05 09:12:16 +00:00
Ivan Vangelista
28e4a813a4 winrun: Fixed bad downcast, now it crashes later on as it did in 0.154, where MT01965 seems to have resurfaced. Up to 0.153 it worked fine. (nw) 2014-10-05 06:18:52 +00:00
Robbbert
4652dda1e6 gts80.c : preliminary work 2014-10-05 03:12:07 +00:00
R. Belmont
20aefb4f43 New clones added
----------------
Street Fighter II': Magic Delta Turbo (bootleg, set 4) [any]
Street Fighter II': Champion Edition (M9, bootleg) [any]
Street Fighter II: The World Warrior (TAB Austria, bootleg, set 3) [any]
Street Fighter II: The World Warrior (TAB Austria, bootleg, set 4) [any]
2014-10-05 03:03:44 +00:00
Robbbert
a175e737b1 s11: resized layouts 2014-10-05 00:02:48 +00:00
mahlemiut
8a315a019e trident: fix programmable clock selection when running XFree86 2014-10-04 23:48:10 +00:00
Alex W. Jackson
3879fb5b7e devfind.h: allow ioport_finder to be dereferenced when NULL so read_safe() can be used (nw) 2014-10-04 23:28:10 +00:00
Michaël Banaan Ananas
762420efad small update from FSanches 2014-10-04 22:40:03 +00:00
Michaël Banaan Ananas
8cd2b0efdd fix debug assert 2014-10-04 22:10:55 +00:00
Wilbert Pol
d6f5671427 Forgot this one (nw) 2014-10-04 22:00:08 +00:00
Wilbert Pol
67482b30dd (MESS) sms.c: Added support for Sega Graphic Board input. (nw) 2014-10-04 21:59:32 +00:00
Michaël Banaan Ananas
781bdc9af7 fix winrun missing 3D
(this changes STATIC_COUNT from 0x100 to 0xff)
2014-10-04 21:56:58 +00:00
Michaël Banaan Ananas
4e33d5126c tried to fix a debug assert 2014-10-04 21:20:27 +00:00
R. Belmont
529b34e9b2 New games added or promoted from NOT_WORKING status
---------------------------------------------------
Vegas 1 (Ver 2.3 dual coin pulse, shorter) [any]
Vegas 1 (Ver 2.1 dual coin pulse, longer) [any]
Vegas 1 (Ver 1.33 single coin pulse) [any]


This is a coin pusher machine from Spain.  Your guess on how to work it is as good as mine ;-)
2014-10-04 21:14:24 +00:00
Michaël Banaan Ananas
1be70dca6e remove assumption that dsp common ram is an MB8421 (MB8421 used on the sound part) 2014-10-04 21:13:34 +00:00
Michaël Banaan Ananas
aa96dd98dd small cleanup 2014-10-04 20:00:16 +00:00