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
Ryan Holtz
675796fe23
fix vector bloom, nw
2013-05-19 21:53:08 +00:00
Curt Coder
1d3030a04e
(MESS) mpz80: Refactored to use serial terminal thru an RS-232 port. [Curt Coder]
2013-05-19 21:44:31 +00:00
David Haywood
c41d024165
more explicit descriptions for the two 'horizon' things too, keeps -validate happy in combined build (nw)
2013-05-19 21:22:02 +00:00
Curt Coder
9e08433e2a
and parent (nw)
2013-05-19 20:56:15 +00:00
Curt Coder
c16df5ab3a
Fix name collision. (nw)
2013-05-19 20:54:58 +00:00
Fabio Priuli
d324299f74
(MESS) slightly consolidated save/restore in sms/gamegear, still not reliable. nw.
2013-05-19 20:51:36 +00:00
Curt Coder
53c85ca223
(MESS) horizon: WIP. (nw)
2013-05-19 20:50:40 +00:00
Ryan Holtz
4c40273047
remove double-alloc of texture_manager, nw
2013-05-19 20:49:53 +00:00
Ryan Holtz
169ac5250e
potential crash fix, nw
2013-05-19 20:37:15 +00:00
Curt Coder
e288e8772b
(MESS) mpz80: Fixed regression. (nw)
2013-05-19 20:31:33 +00:00
Ryan Holtz
6d75797ddb
Fix DFJustin's crash, nw
2013-05-19 20:20:36 +00:00
David Haywood
fc0c575101
new clones
...
Red Fox War Planes II (China, set 2) [The Dumping Union]
2013-05-19 19:19:04 +00:00
Oliver Stöneberg
80dbfdec59
fixed some initialization and cleanup issues with new D3D code (nw)
2013-05-19 19:14:45 +00:00
Michaël Banaan Ananas
17639324ca
(note)
2013-05-19 18:56:08 +00:00
Oliver Stöneberg
edd2d136a0
unrolled modulo in {div|divu}_64x32_rem() and {mod|modu}_64x32() since it is apparently faster - this also gets rid of a duplicated div operation in {div|divu}_64x32_rem() / div*_64x32_rem() now call div*_64x32() (nw)
2013-05-19 18:48:10 +00:00