Fabio Priuli
c368097095
(MESS) sms: fixed Korean Gam*Boy 2 being detected as a Japanese
...
machine when a real unit does not. [Enik Land]
New driver added :
- Samsung Gam*Boy I [Enik Land]
2014-03-26 09:36:44 +00:00
Alex W. Jackson
49b16af8c9
Split C45 road chip from namcoic.c [Alex Jackson]
2014-03-26 09:30:21 +00:00
Fabio Priuli
e0d062fa2c
small clean-up of the MegaPlay bios banking. nw.
2014-03-26 09:18:15 +00:00
Olivier Galibert
987d44a403
h8: Fix enable handling in timers [O. Galibert]
2014-03-26 08:55:35 +00:00
Olivier Galibert
cf941cb006
h8: Sort out UE polarity [O. Galibert]
2014-03-26 08:55:33 +00:00
Olivier Galibert
ff8a1bfe4c
h8: dec16/inc16 fix [Fabio Priuli]
2014-03-26 08:55:28 +00:00
Miodrag Milanovic
878beeaa4d
forgot these (nw)
2014-03-26 08:45:59 +00:00
Scott Stone
0916535c50
(MESS) ql.c: Added emulation of both the QIMI and Sandy mice to the QL driver as well as adding support of those to the Sandy SuperQBoard. Moved the selection of the mouse and disk interface from dip switches to config, as this seemed more appropriate. [Phill-Harvey-Smith]
2014-03-26 08:39:25 +00:00
Fabio Priuli
dc41389e02
clean-up of the MegaPlay and MegaTech driver classes. nw.
2014-03-26 08:19:02 +00:00
Miodrag Milanovic
c97f67ba1e
no more pc_cga (nw)
2014-03-26 08:04:32 +00:00
Alex W. Jackson
4b69b0281a
Refactor UI graphics viewer to handle 'empty' gfx decoders [Alex Jackson]
2014-03-26 07:42:59 +00:00
mahlemiut
86d73c7d17
hunter2: converted to use bankdev
2014-03-26 05:52:31 +00:00
Scott Stone
233b795c21
(MESS) a7800.c: Fixed DMA regarding startup, shutdown and cycle stealing which fixes numerous recorded MAMETester bugs. Bug fixed and fine tuned the DMA timing. Corrected RIOT timing [Mike Saarna]
2014-03-26 03:41:11 +00:00
Scott Stone
35a825bb38
Fixes to correct some of the regression test data used by the jedutil test. [Kevin Eshbach]
2014-03-26 02:52:28 +00:00
Brian Troha
59052d4aff
The Real Broadway is now working.
...
New games added or promoted from NOT_WORKING status
---------------------------------------------------
The Real Broadway [Brian Troha, Mariusz Wojcieszek, The Dumping Union]
2014-03-26 02:49:50 +00:00
Scott Stone
a6870deec9
Fix for c64gs crash (nw)
2014-03-26 02:37:33 +00:00
Michaël Banaan Ananas
42a57d09f3
verified that tigerh music speed is correct, and made cpu sync perfect instead of only 10 times per frame (gotta ensure good comms timing with shared ram and mcu)
2014-03-26 01:36:22 +00:00
Michaël Banaan Ananas
67682746d9
small cleanup
2014-03-26 00:49:27 +00:00
Michaël Banaan Ananas
70bd74c915
changed amspdwy_port_r to simply AM_ROM
2014-03-26 00:11:43 +00:00
Michaël Banaan Ananas
fd23d94f2d
- MCFG_CPU_ADD("subcpu", H83002, S23_H8CLOCK*2 )
...
+ MCFG_CPU_ADD("subcpu", H83002, S23_H8CLOCK )
namcos23 h8 clock was wrong, the rest is small cleanup.
It doesnt fix the new regression with timecrs2 subcpu timeout :(
2014-03-25 23:01:06 +00:00
Curt Coder
8c43133fb4
Fixed build. (nw)
2014-03-25 22:15:15 +00:00
Fabio Priuli
bd8f99ea2d
updated MegaPlay and MegaTech to use modern SMS VDP. [Fabio Priuli]
...
with this, it was finally possible to remove the other outdated (& non-device)
implementation which was lurking inside segamsys.c
also, MESS at last compiles without the need of megatech.c
2014-03-25 22:06:18 +00:00
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