Curt Coder
5a8dee9023
(MESS) c64_flop.xml: Added some VICE testprogs. (nw)
2014-03-25 21:57:00 +00:00
Olivier Galibert
65d778cad3
h8: Rewrite [O. Galibert]
...
(mess) mu100: Main screen turn on [O. Galibert]
2014-03-25 21:53:54 +00:00
Olivier Galibert
9957ec8003
placeholders
2014-03-25 21:52:12 +00:00
Curt Coder
3529661063
Removed legacy. (nw)
2014-03-25 20:48:42 +00:00
Curt Coder
c5691194d2
Removed legacy. (nw)
2014-03-25 20:45:30 +00:00
Curt Coder
21893cf900
mm74c922: devcb2. (nw)
2014-03-25 20:13:02 +00:00
Miodrag Milanovic
d1d981143d
small cleanup of h files (nw)
2014-03-25 19:51:33 +00:00
Curt Coder
4b2af7148e
i8271: devcb2. (nw)
2014-03-25 19:48:53 +00:00
Miodrag Milanovic
0669480238
static to member (nw)
2014-03-25 19:41:06 +00:00
Fabio Priuli
2a6ef296b1
brought back the full vertical size of the screen for SMS games,
...
by using custom code to copy from the SMS VDP bitmap...
I could use some help from people with a better knowledge of the
315-5124, to e.g. understand if the problem is in the raw screen
parameters, in the VDP or anywhere else. nw.
2014-03-25 18:27:43 +00:00
Ryan Holtz
fbbf0a11d4
- N64 RSP changes: [MooglyGuy]
...
* Added SIMUL_SIMD flag for easy finding of bugs in SIMD opcodes
* Fixed SIMD versions of SSV, SLV, SDV, STV, VSUB, VADDC, VSUBC, and VGE
* Removed SIMD optimizations from VMACF, VMADL, VMADN, as they were
provided by the CEN64 author but do not appear to have the same results
as MESS's scalar implementations, and so are not trustworthy
2014-03-25 17:55:08 +00:00
Curt Coder
1d53738dea
i8214: devcb2. (nw)
2014-03-25 16:36:14 +00:00
Fabio Priuli
ea77cb9af7
first attempt to use modern 315-5124 code for SMS games
...
in MegaTech, exploiting the parent class of the MegaDrive
VDP class. please report regressions, if any.
2014-03-25 16:15:17 +00:00
Curt Coder
814aa09a35
(MESS) mm1: Separated keyboard from driver. (nw)
2014-03-25 14:59:31 +00:00
Miodrag Milanovic
1ff5d27fa4
remove of ADDRESS_MAP_MODERN (nw)
2014-03-25 13:54:58 +00:00
Curt Coder
73dc290a50
i8212: devcb2. (nw)
2014-03-25 13:51:18 +00:00
Miodrag Milanovic
84ecd31bfa
(MESS) New driver added :
...
- SWTPC S/09 [Robert Justice]
2014-03-25 13:51:13 +00:00
Miodrag Milanovic
ffa1fd1120
will put it back since it's subdevice (nw)
2014-03-25 13:39:46 +00:00
Curt Coder
31ef2f04e4
Fixed 'make TARGET=ume depend' include paths. (nw)
2014-03-25 13:24:06 +00:00
Miodrag Milanovic
b9d741b778
timers are member of vdp class (nw)
2014-03-25 13:23:39 +00:00
Miodrag Milanovic
d8dda01631
megavdp cleanup (nw)
2014-03-25 12:27:36 +00:00
Curt Coder
e5644c2735
(MESS) amiga: Cleaned up CIA access a bit. (nw)
2014-03-25 11:43:17 +00:00
Fabio Priuli
74dbffb0ba
removed some more dead code + cleaned up some function names
...
to clarify their usage. nw.
2014-03-25 11:40:17 +00:00
Curt Coder
00580e6211
6526cia: devcb2 temporarily until mos6526 works with amiga. (nw)
...
amigafdc: devcb2. (nw)
2014-03-25 11:33:24 +00:00
Miodrag Milanovic
83f923e463
compile fix since not all have SSE3 enabled (nw)
2014-03-25 11:10:35 +00:00
Ryan Holtz
54eaeea942
(nw) Temporarily split all RSP functions into SIMD and scalar versions so
...
that they can more easily be run alongside each other for the purposes of
regression testing. Currently SIMD ops introduce some lighting issues, but
only when a light and model are axis-aligned, which makes it remarkably
difficult to track down based solely on comprehensive logging, so this will
eventually allow for running the scalar version of the opcode after the SIMD
one in order to deduce exactly which SIMD opcode is divergent.
2014-03-25 10:59:11 +00:00
Fabio Priuli
08494cec2e
removing some dead code. nw.
2014-03-25 10:58:35 +00:00
Fabio Priuli
e0633e84ac
(MESS) sms: fixed light phaser support through the gender adapter
...
and adopted RAM init pattern on Export consoles too (Korean systems
are acknowledged as Export and some Korean games rely on this)
[Enik Land]
2014-03-25 08:06:59 +00:00
Miodrag Milanovic
da231b40e7
small cleanup (nw)
2014-03-25 07:36:24 +00:00
Miodrag Milanovic
f86fdb70d7
Preliminary driver support for the HP 49 G [Antoine Mine]
2014-03-25 07:25:03 +00:00
Miodrag Milanovic
a88ea275b5
Fix for Thomson MO6 banking, now more faithful to the hardware [Antoine Mine]
2014-03-25 07:10:38 +00:00
Oliver Stöneberg
75f2734a41
some comments (nw)
2014-03-24 22:27:38 +00:00
Michaël Banaan Ananas
8f0d86811a
small update
2014-03-24 22:25:18 +00:00
Michaël Banaan Ananas
710b052bfd
made sound_control_w more logical, unfortunately it didnt fix unkpacg sound
2014-03-24 22:20:59 +00:00
Oliver Stöneberg
6bd1f0b658
osd_* -> global_* compilation fixes (nw)
2014-03-24 22:16:44 +00:00
Fabio Priuli
6d34259612
(MESS) n64.xml: fixed the 7 games which had wrong offsets in the softlist. nw.
2014-03-24 22:14:25 +00:00
Oliver Stöneberg
2e5ea37f65
removed mame_* aliases and just use core_* functions (nw)
2014-03-24 22:05:08 +00:00
Wilbert Pol
5b375bb60a
(MESS) microvsn.c: Added 'holding latches' and updated drawing code to refresh the screen contents from these holding latches. Fixes the american flag when starting sea duel. (nw)
2014-03-24 21:57:36 +00:00
Oliver Stöneberg
7a135e058a
do not use osd_malloc/osd_free in non-OSD code (nw)
2014-03-24 21:56:16 +00:00
Oliver Stöneberg
b52f668f13
some mismatched malloc/free usage with osd_* functions (nw)
2014-03-24 21:44:43 +00:00
Wilbert Pol
738a0b82ab
(MESS) microvsn.c: Simplified code a bit by adding separate PLA configurations.
2014-03-24 21:26:31 +00:00
Miodrag Milanovic
34ade444e9
no more legacy CUSTOM_INPUT (nw)
2014-03-24 20:36:34 +00:00
Michaël Banaan Ananas
a565657066
pretty obvious that 1.bin was a bad dump (the other changes are just minor cleanups)
2014-03-24 20:35:33 +00:00
Miodrag Milanovic
6fb0c0d694
some more cleanup (nw)
2014-03-24 20:32:58 +00:00
Wilbert Pol
4ad1411f54
(MESS) microvision.xml: Update for fixed and new dumps (nw)
2014-03-24 20:01:16 +00:00
Miodrag Milanovic
93659e3aed
remove not needed parameters (nw)
2014-03-24 19:55:51 +00:00
Miodrag Milanovic
7b716d4aaf
small pc cleanup (nw)
2014-03-24 19:46:18 +00:00
Michaël Banaan Ananas
ecc538779b
mark netmerc as not-working
2014-03-24 19:31:49 +00:00
Ivan Vangelista
1c2a317074
Device-ified SGI memory controller (nw)
2014-03-24 19:26:11 +00:00
Ivan Vangelista
6b0e6c7a1c
bfmdm01_device: converted to devcb2 (nw)
2014-03-24 18:38:12 +00:00