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
Michaël Banaan Ananas
46c6b98571
- input/DIP bugs fixed in several drivers [Sonikos]
...
(note to Sonikos: 02650 will stay open, and 03673 won't be fixed until namcos10.c runs)
2013-05-19 18:43:41 +00:00
Fabio Priuli
20cfe5cdef
(MESS) ngp.c: added save state support to the driver [Fabio Priuli]
2013-05-19 18:09:24 +00:00
Fabio Priuli
de75ead0af
(MESS) wswan.c: updated rom banking mechanism to be save state friendlier and added save state
...
support to the driver [Fabio Priuli]
2013-05-19 18:05:34 +00:00
R. Belmont
917453a17e
libflac: Improve portability for older versions of Xcode [John Gilbert]
2013-05-19 18:01:21 +00:00
R. Belmont
b20054b05a
capcom.c: Add missing SHA1s for some pinball sets [John Gilbert]
2013-05-19 18:00:40 +00:00
Ryan Holtz
e028e20476
- "And he did give them CRT bloom, and it scorched their eyes so; and they wept
...
openly, for there was nothing left to see with" [MooglyGuy]
* Enabled vector bloom and associated .ini controls
* Added raster bloom and associated .ini controls, each bloom "level" is the
linear weight of successively half-sized render targets
* Removed D3D8 mode
* Mass renaming in D3D renderer to use namespaces, initial planning step to
HAL-based renderer implementation on Windows (i.e., GL on Windows)
* Converted d3d_info, d3d_poly_info, and d3d_texture_info into classes
* Added batching of vectors for possible speed increase
* Minor cleanup of shader state setting
2013-05-19 16:21:26 +00:00
R. Belmont
ec5c9bc680
promote Fruit Land to working + self-service (nw)
2013-05-19 16:19:23 +00:00
David Haywood
24bf09662c
Le Bagnard (Itisa, Spain) [Asociación de Usuarios de Máquinas Arcade y Pinballs]
2013-05-19 15:13:04 +00:00
Wilbert Pol
79cd4d05ee
(MESS) sms.c: Added readme. [Guru]
2013-05-19 14:41:37 +00:00
David Haywood
2450a3d4c0
new clones
...
Ms. Pac-Man ('Made in Greece' bootleg) [Ricky2001 (from AUMAP)]
this should be the original purpose for the board that was used for some of the Spanish bootlegs
2013-05-19 14:27:42 +00:00
Fabio Priuli
222d25a9ac
(MESS) ibm5170.xml: added some more coverdisks [Kaylee]
2013-05-19 14:25:09 +00:00
Fabio Priuli
66f6470566
fixed validation for horizon.xml. nw.
2013-05-19 14:18:44 +00:00
Fabio Priuli
c0ec2c5218
and this (omg). nw.
2013-05-19 14:18:03 +00:00
Fabio Priuli
91b2349e82
this too.
2013-05-19 14:17:20 +00:00
Fabio Priuli
8e2a29b70e
(MESS) new skeleton driver for German V-Smile and added cart dumps to the software list [Team Europe]
2013-05-19 14:16:55 +00:00
Fabio Priuli
649956dcea
(MESS) softlist: misc consistency fixes. nw.
2013-05-19 13:27:45 +00:00
Fabio Priuli
612386d350
sorry for the missing file
2013-05-19 13:19:17 +00:00
Curt Coder
206d3f4adf
(MESS) Added software lists for NorthStar Horizon/Advantage floppies. [Dave Dunfield]
2013-05-19 13:13:47 +00:00
Fabio Priuli
d8db372a73
whops.
2013-05-19 11:43:22 +00:00