Commit Graph

22382 Commits

Author SHA1 Message Date
Andrew Gardner
70a3aadb1c Removes more MAME anonymous timers. [Andrew Gardner] 2013-05-21 15:03:21 +00:00
cracyc
021cf82388 (mess) psxcd: fix cdda [Carl, Dr. Venom] 2013-05-21 14:25:25 +00:00
Curt Coder
5d1ddeaab8 (MESS) Added RS-232 ports to several drivers. [Curt Coder] 2013-05-21 13:37:59 +00:00
Curt Coder
e5cf43b46d (MESS) abc1600: Fixed regression. (nw) 2013-05-21 13:36:34 +00:00
Curt Coder
d0db21bb01 (MESS) ql: Added RS-232 ports. [Curt Coder] 2013-05-21 13:36:16 +00:00
Curt Coder
dd4763f134 (MESS) sdk86: Added serial terminal. [Curt Coder] 2013-05-21 13:35:33 +00:00
Curt Coder
6f908511ca (MESS) atarist: Added RS-232 and MIDI ports. [Curt Coder] 2013-05-21 13:34:54 +00:00
Curt Coder
9f1f052429 diserial: Added methods for clocking the receiver/transmitter outside of the timers. [Curt Coder] 2013-05-21 13:34:00 +00:00
Curt Coder
8c977ed101 ehx20: WIP. (nw) 2013-05-21 13:33:15 +00:00
Robbbert
7674847d86 (MESS) TDV2324 : fixed crash at start 2013-05-21 12:55:14 +00:00
smf-
83685d79bc Started converting i/o to 16 bit (nw) 2013-05-21 12:40:50 +00:00
smf-
996da030ac New working games added
-----------------------
Commando Bootleg 2 [Kevin Eshbach]
2013-05-21 11:34:45 +00:00
smf-
f14ac55805 Changed keycus into a device and moved it into it's own file, only 3 parameters are saved instead of 64k. Changed I/O to 16 bits & uses memory maps instead of installing at runtime. Simplified digital player 3 inputs that are hooked up to dac inputs. [smf] 2013-05-21 10:15:41 +00:00
mahlemiut
5fcb2d1e38 attache: better method of retrieving the upper 8 bits of the I/O address lines (no whatsnew) 2013-05-21 10:10:54 +00:00
Miodrag Milanovic
aeeb15c39c used parent image names so it will work for cmd parameters, also multiple images are supported (nw) 2013-05-21 09:28:50 +00:00
Miodrag Milanovic
58275daa44 Added NVRAMs for devices in software item named folder [Miodrag Milanovic]
out of whatsnew:
This should help storing per game eeproms and other nvrams. 
NVRAM of root device is only stored in main folder in this case, since that is main machine nvram if any
2013-05-21 08:35:40 +00:00
mahlemiut
e9cd96adfb (MESS) New not working system: Otrona Attache [Al Kossow, Barry Rodewald] 2013-05-21 08:12:21 +00:00
Fabio Priuli
a1ece8f175 (MESS) replaced previous dump with the correct one, from TeamEurope. nw.
I'm not sure it this is loaded correctly or if it should be loaded as vii, but it triggers unemulated opcodes in either way, so I leave it to whoever wants to work on it...
2013-05-21 07:08:45 +00:00
cracyc
7e1e79610e (mess) pc1512: permit the ega to used until built-in graphics work (nw) 2013-05-21 03:18:11 +00:00
Brian Troha
5320f14461 new WWF Wrestlemania clone added
New Clone Added
-------------------------------
WWF: Wrestlemania (rev 1.1 07/11/95) [Brian Troha, The Dumping Union]
2013-05-21 00:54:26 +00:00
cracyc
f907e23d2e (mess) oops (nw) 2013-05-21 00:02:50 +00:00
cracyc
0dc1969ece (mess) pc1512: pc1640 don't crash (nw)
--
The floppy boots but nothing will display.
2013-05-20 23:12:58 +00:00
Michaël Banaan Ananas
d9622a3054 fix tile/sprite regression (MT 05197) 2013-05-20 22:56:00 +00:00
Michaël Banaan Ananas
bdd112a6ea derp 2013-05-20 21:50:20 +00:00
Michaël Banaan Ananas
f192f456a5 ok 2013-05-20 20:25:04 +00:00
Michaël Banaan Ananas
32028969e1 lastly, cleanups 2013-05-20 19:40:13 +00:00
Michaël Banaan Ananas
b2e3b2a202 misc small update 2013-05-20 18:59:31 +00:00
cracyc
4b79d68e85 (mess) pc1512: fix pc1512 floppy (nw) 2013-05-20 18:12:32 +00:00
Michaël Banaan Ananas
c9203d99f5 f003 reads are discarded immediately 2013-05-20 17:54:18 +00:00
Michaël Banaan Ananas
5745039e6f another dipsw update 2013-05-20 17:36:32 +00:00
Michaël Banaan Ananas
71dbe9715c dipswitch a/b stuff 2013-05-20 16:28:26 +00:00
Michaël Banaan Ananas
e93fabd8d3 fix discarded prom bit, specifically:
-		int g = (data&0x38)>>2;
+		int g = (data&0x38)>>3;
2013-05-20 15:33:16 +00:00
Curt Coder
e05071de27 (MESS) vk100/vt100: Added RS-232 port and COM5016T baud rate generator. [Curt Coder] 2013-05-20 13:52:10 +00:00
Curt Coder
f522295e74 (MESS) Added RS-232 ports to several drivers. [Curt Coder] 2013-05-20 13:51:14 +00:00
Curt Coder
ffa38a949f Cleanup. (nw) 2013-05-20 13:50:31 +00:00
Curt Coder
cd1d3d286e mpz80: Fixed terminal. [Curt Coder] 2013-05-20 13:50:06 +00:00
Curt Coder
11430aac52 (MESS) superslave: Refactored serial terminal to connect to an RS-232 port. [Curt Coder] 2013-05-20 13:49:31 +00:00
smf-
f230fd7250 removed some redundant uses of DEVICE_SELF (nw) 2013-05-20 10:44:27 +00:00
Michaël Banaan Ananas
00132ec348 small update 2013-05-20 09:31:21 +00:00
Miodrag Milanovic
1c05ccc93b Cleanups and version bump 2013-05-20 06:51:25 +00:00
David Haywood
cae878c9b4 some better set naming (nw) 2013-05-20 03:02:45 +00:00
David Haywood
1c67d79ea1 old achocode ;-) 2013-05-20 02:51:43 +00:00
David Haywood
7e91c3f2b5 new clones
Final Fight (bootleg) [ANY]
2013-05-20 02:32:22 +00:00
Ryan Holtz
daa3ae3b10 fix incorrect bloom functionality in fullscreen mode, nw 2013-05-20 01:20:22 +00:00
David Haywood
1b8c5fdc29 testing... 2013-05-20 00:16:06 +00:00
David Haywood
a4030229e2 PGM improvements [iq132]
- Implemented the bitswap  protection for Killing Blade allowing all regions to work.
 - Implemented additional protection required by Dragon World 3, the game is not any
   Further along, but it is much cleaner code.
 - Implemented bitswap protection and several DMA modes for olds. The ram_dump hack
   is no longer required. The protection simulation is still somewhat incomplete.
2013-05-20 00:09:58 +00:00
David Haywood
9030e832e2 Pang (bootleg, set 4) [ANY] 2013-05-19 22:36:44 +00:00
Ryan Holtz
5c0fb782dd Reset D3D device before destroying device. Fixes crash when selecting games from internal menu with HLSL enabled. nw 2013-05-19 22:30:52 +00:00
David Haywood
bff57eb2a0 Gals Panic II (English) [ANY] (uncertain set composition) (not working) 2013-05-19 22:27:14 +00:00
David Haywood
009e761e43 new clones
Power Spikes (US) [ANY]
2013-05-19 22:20:07 +00:00