mamehaze
71e5ed3649
the Genesis VDP inherits the SMS vdp code so that it can run in SMS compatibility mode (a feature of the chip) not so that you can try and use it in both modes at the same time.
...
added an SMS VDP to Megaplay to use as the overlay. rather than abusing this feature of the Genesis VDP.
2014-11-21 16:16:42 +00:00
mamehaze
ff011d20ef
mp_soni2 was trashing so much memory I'm surprised Mame didn't become self aware ;-)
...
still haven't figured out what causes mp_gslam to trash part of the screen since we started using the real SMS code for the overlay, nor have I fixed the SMS mixing in interlace mode (soni2) or the incorrect horizontal offset (all games) that were also introduced at that time.
2014-11-21 12:50:48 +00:00
mooglyguy
f78c73075f
rspdrc: Optimized accumulator access in multiply instructions. [MooglyGuy]
2014-11-21 13:26:54 +01:00
mooglyguy
8bc26b12c4
Remove timeslice yielding when un-halting RSP, is causing hangs in various N64 games.
2014-11-21 13:22:55 +01:00
Oliver Stöneberg
2af596ac5e
fixed clang warning with src/emu/cpu/rsp.c (nw)
2014-11-21 12:29:20 +01:00
mooglyguy
b1e387efbf
Avoid setting the DP_FREEZE bit, gets Banjo-Kazooie to boot, nw
2014-11-21 10:23:28 +01:00
briantro
51b72fe151
asuka.c: Standardize Cadash program rom labels and IC locations. - NW
2014-11-20 20:11:32 -06:00
briantro
1f593c5780
asuka.c: Add PLDs to all sets of Cadash and add revision levels the US and German sets. - NW
2014-11-20 19:54:53 -06:00
mamehaze
6a90605949
new clones
...
Cadash (Japan, version 2) [ShouTime]
Cadash (Japan, oldest version) [ShouTime]
(and identified the set we have as version 1)
2014-11-21 01:33:53 +00:00
mamehaze
c70cd88f7b
skeleton (nw)
2014-11-21 00:45:36 +00:00
Olivier Galibert
885bfef453
lpc: skeleton acpi [O. Galibert]
2014-11-20 22:30:41 +01:00
mooglyguy
f1f6d4c91c
Fix RSP interpreter, nw
2014-11-20 21:34:10 +01:00
Osso
751c389175
sshangha.c: restored flip screen support (nw)
2014-11-20 21:14:50 +01:00
hap
4ca23dc263
don't fatalerror on parse error
2014-11-20 17:45:30 +01:00
Olivier Galibert
4aa10d383f
pentium: More support of the magic 0x66 prefix [O. Galibert]
2014-11-20 17:35:06 +01:00
mamehaze
7414d7b10b
new clones
...
Billiard Academy Real Break (Europe, older) [system11]
2014-11-20 15:39:29 +00:00
Dirk Best
2622cd71fc
pcd: create omti5100 sasi controller skeleton device
2014-11-20 16:29:27 +01:00
Dirk Best
10335e957e
pcd.c: Add NVRAM
2014-11-20 16:29:25 +01:00
Scott Stone
1897d4815a
More sane values for dec0.c / dec8.c screen raw parameters. [Angelo Salese]
2014-11-20 10:14:55 -05:00
hap
b8b1bbc7f9
renamed wizatron.c driver to ticalc1x.c, for TI tms1xxx-based calculators
2014-11-20 15:58:26 +01:00
Miodrag Milanović
46ed36af0a
Merge pull request #51 from 0-wiz-0/master
...
Fix comment.
2014-11-20 15:48:35 +01:00
Miodrag Milanović
90a9ea5210
Merge pull request #50 from ramiropolla/lx810l
...
Added working Epson LX-810L and Epson ActionPrinter2000 printers
2014-11-20 15:36:56 +01:00
Olivier Galibert
819a7289d8
i6300esb: Document more registers [O. Galibert]
2014-11-20 13:35:01 +01:00
Oliver Stöneberg
2e5d1b8e52
fixed "unresolved external symbol" with RSP during linking with Visual Studio (nw)
2014-11-20 13:00:53 +01:00
mamehaze
94a5538d39
(nw)
2014-11-20 11:24:18 +00:00
Thomas Klausner
34da1e2598
Fix comment.
...
Some parsers report:
Entity: line 461: parser error : Double hyphen within comment: <!--
2014-11-20 08:19:30 +01:00
Lord-Nightmare
edf4f349f8
Fix for XML accidental copy-paste error (n/w)
2014-11-19 23:46:10 -05:00
Alex W. Jackson
8eaacc2d86
rsp: fix compile by adding virtual destructor (nw)
2014-11-19 22:52:38 -05:00
Cowering
27ed1becca
tiny update (NW)
2014-11-19 20:55:45 -06:00
Cowering
d68412e7f7
Last try.. more updates (NW)
2014-11-19 20:54:11 -06:00
Angelo Salese
3216fdb952
Merge branch 'master' of https://github.com/mamedev/mame
2014-11-20 01:04:54 +01:00
Angelo Salese
98f29dc4a7
Improved note, nw
2014-11-20 01:01:15 +01:00
mamehaze
cdeac07354
new clones
...
Sauro (Recreativo Real S.A. license) [Edcross & Rockman (from Aumap)]
2014-11-19 23:26:49 +00:00
Ramiro Polla
32bfdf3752
lx810l, ap2000: implement working devices
...
Improve Epson LX-810L and ActionPrinter 2000 up to a point where they
actually work. Devices boot and enter main input loop, but input is
not yet implemented. It is possible to run the printers' self test.
The code has also been split from lx800.
2014-11-19 23:53:14 +01:00
Ramiro Polla
755b2d6564
steppers: move to emu/machine
2014-11-19 23:53:00 +01:00
mooglyguy
af790a7dcf
(nw) Split RSP vector opcodes into separate files for interpreter, DRC and DRC + SIMD. Breaks interpreter mode for reasons yet unknown.
2014-11-19 22:49:06 +01:00
Olivier Galibert
01dc9b6434
pentium: This is the kind of problems you find when a bios uses xmm4 as call stack [O. Galibert]
2014-11-19 20:01:03 +01:00
Olivier Galibert
1da9e187ee
pci: Add grossly hacked smbus [O. Galibert]
2014-11-19 20:00:49 +01:00
Robert
8082e72000
2014-11-20 00:46:42 +11:00
hap
bad44fc227
pretty sure it's 4:3 vertical when compared with cab pics
2014-11-19 03:27:39 +01:00
etabeta78
6205511563
(MESS) m5_cart.xml: Added new dump for Pit Chaser cart. [Ola Andersson]
2014-11-19 00:01:58 +01:00
etabeta78
762c1af280
(MESS) softlist: Added a Tandy MC-10 cassette softlist and added several
...
images to Spectravision SVI-318/SVI-328 cassette list. [Riley110]
also, unified the tape interface among mc10, alice32 and alice90...
2014-11-19 00:00:51 +01:00
Sandro Ronco
5b12a241f2
(MESS) dmv: added mouse input.
2014-11-18 20:16:46 +01:00
Osso
0dce769cd2
antic: pass device_video_interface and kill some machine().first_screen() (nw)
2014-11-18 19:03:04 +01:00
Osso
45da24af62
Fixed harddriv debug build regression (nw)
2014-11-18 18:45:34 +01:00
Oliver Stöneberg
0eae6a5b6d
fixed Visual Studio warnings about truncated constant in src/emu/cpu/rsp/rsp.c (nw)
2014-11-18 09:59:32 +01:00
Robert
94eabd6ec7
(MESS) gamecom : notes
2014-11-18 19:56:15 +11:00
Oliver Stöneberg
b9a10780fa
attempt at fixing kinst DRC regression (nw)
...
Thanks Osso
2014-11-18 09:43:06 +01:00
Oliver Stöneberg
c2a2ebf17a
fixed Visual Studio warning about potentially uninitialized value in src/mess/video/apple2.c (nw)
2014-11-18 09:41:06 +01:00
briantro
942fc40832
cv1k.c: Minor spelling corrections - NW
2014-11-17 21:37:34 -06:00