cracyc
681142c125
upd7220: better output for the compis and dmv [Carl]
2014-10-20 13:24:17 -05:00
Miodrag Milanović
ddbeb7b0e4
Update README.md
...
Added some breaks
2014-10-20 18:55:13 +02:00
Miodrag Milanović
327c83d2bc
Create README.md
...
Added readme for MAME github repo
2014-10-20 18:45:50 +02:00
David Haywood
0e5fbe4a1c
tnzs.c - use bankdev
2014-10-20 11:03:35 +00:00
Fabio Priuli
784f5b3f8b
(MESS) a800.xml: added some more cart dumps, including AtariScreiber, the extremely
...
rare German version of AtariWriter. [K1W1]
2014-10-20 06:34:06 +00:00
Alex W. Jackson
9cb5882619
bwing.c: replace achocode with clean modern stuff (bankdev, correct TILEMAP_MAPPER_MEMBER, GFXDECODE_RAM) (nw)
2014-10-20 03:57:09 +00:00
Robbbert
15519ba957
gts3a.c : a bit of WIP
2014-10-20 00:37:21 +00:00
Robbbert
3094dac0dc
gts3.c : Added switches. After setting up, the games are playable.
2014-10-20 00:01:50 +00:00
Justin Kerk
cc39b8f1ea
ibm5170.xml: more (nw)
2014-10-19 23:40:40 +00:00
Justin Kerk
983e4b0664
ibm5170.xml: Added some PC game dumps. [Justin Kerk]
2014-10-19 20:56:16 +00:00
Ville Linde
167e6579be
model3: More rendering improvements [Ville Linde]
...
- Draw transparent triangles in a separate pass
- Implemented viewport priority
2014-10-19 17:16:11 +00:00
Brian Troha
e709ddbc33
galpanic.c: Document that Gals Hustler has been found with genuine AFEGA labels - NW
2014-10-19 15:55:39 +00:00
Brian Troha
c236a432eb
dec0.c: Add PALs to the World & Japan Secret Agent sets - NW
2014-10-19 15:42:40 +00:00
Brian Troha
215a1c9519
New Secret Agent clone
...
New Clone Added
------------------------------------
Secret Agent (Japan revision 2) [ShouTime, The Dumping Union]
2014-10-19 15:33:48 +00:00
Robbbert
b90b483737
gts3.c : Display works, attract mode works.
2014-10-19 13:22:57 +00:00
Andrew Gardner
846d034c3a
Fixed strange display of long strings in Qt debugger (nw).
2014-10-19 12:44:24 +00:00
David Haywood
76e05fcf3b
(nw)
2014-10-19 09:15:18 +00:00
David Haywood
db95e264bb
new clones
...
S.V.G. - Spectral vs Generation (M68k label V101TW) (ARM label V101TW, ROM 06/20/05 S.V.G V100) [ShouTime] (not working)
(internal ROM isn't dumped at all for now, using one from Japan PCB but it crashes on special moves) Rom Labels are all V101, internal ROM strings are all V100, because IGS...
2014-10-19 09:13:05 +00:00
Alex W. Jackson
3b017bd93f
c64.xml: remove useless chasehq2 joined ROM (nw)
2014-10-19 09:10:16 +00:00
Brian Troha
3bee0b2ea1
calomega.c: Fill in some unknown dipswitches. [Brian Troha]
2014-10-19 08:44:05 +00:00
Justin Kerk
19d3c8978e
(MESS) PC, AT: Hook up missing softlists to various drivers [Justin Kerk]
2014-10-19 08:17:45 +00:00
Alex W. Jackson
1b89b80e9c
amiga: use memarray for chip RAM and regular array for custom registers (instead of shared_ptr for both) [Alex Jackson]
2014-10-19 08:14:45 +00:00
Ivan Vangelista
4ad7a0ea58
Fixed MT05743 (nw)
2014-10-19 06:02:14 +00:00
Ivan Vangelista
ffaa02f908
Workaround for dragon.h drivers crash. (nw)
2014-10-19 05:28:41 +00:00
Scott Stone
9bf13bec07
Fixed MT#05741
2014-10-19 01:00:27 +00:00
R. Belmont
1054225eca
(MESS) TRS-80 CoCo: implement virtual "Becker Port" for DriveWire support. [Richard Goedeken]
2014-10-19 00:57:44 +00:00
Robbbert
00d0c67a02
Fixed compile for nonstandard tools
2014-10-18 22:08:07 +00:00
Scott Stone
932b305d75
calchase.c: [Peter Ferrie]
...
* Implemented missing DIP switch for Eggs Playing Chicken, promote to working. Press "S" to skip the CMOS error, "S" or wait to skip the emm386.exe error (not an emulation issue), use "Coin 2" to
coin-up and start the game, and "1 Player Start" to brake.
calchase.c, gamecstl.c, midqslvr.c, queen.c, savquest.c, taitowlf.c,
voyager.c, xtom3d.c: [Peter Ferrie]
* Intel component is not MXTC, it's MTXC.
2014-10-18 20:44:47 +00:00
Scott Stone
0a61c69a77
intelfsh.c: [Joe Sturm]
...
* Added support for AMD 29F400T, AMD 29F800T and FUJITSU 29F160T.
ti85.c: [Joe Sturm]
* Improved support of TI83 Plus, TI83 Plus Silver Edition, and TI84 Plus, and TI84 Plus Silver Edition by switching over to bankdev and adding proper flash chips. They should be working now (press Q to power on).
Out of whatsnew:
ti84p was not added to mess.lst becuase rom is not available yet. Current romload is same CRC as ti84pse but at a smaller size. Once corrected and obtained it should work.
2014-10-18 20:24:58 +00:00
Ville Linde
c47dc0a3df
video/model3: Texture enable has been wrong since 2003. Wow. (nw)
2014-10-18 19:25:42 +00:00
R. Belmont
865b182499
(MESS) move misplaced include (nw)
2014-10-18 19:19:44 +00:00
David Haywood
641a322ac0
make 'kog' dipswitch part of the protection device / cartridge (nw)
2014-10-18 18:04:24 +00:00
Andrew Gardner
8b906aa0ec
Fix potential overrun when adding a size_t to a UINT16. (nw)
2014-10-18 17:44:25 +00:00
Andrew Gardner
bebe879e85
MT 05527 [Andrew Gardner]
...
The Qt debugger now behaves more like the Windows one, with horizontal
scrollbars where the core views expect them.
2014-10-18 17:23:45 +00:00
Brian Troha
d7eddbc1d3
darius.c: Add OSC derived clocks. - NW
2014-10-18 16:05:32 +00:00
Brian Troha
deb1869924
darius.c: Add dipswitch locations to the Darius sets & give the newly added US set the correction coinage. [Brian Troha]
2014-10-18 15:47:43 +00:00
Alex W. Jackson
9ed2e63955
More region_ptr_finder conversions (nw)
2014-10-18 15:41:31 +00:00
Brian Troha
40fb8dad28
darius.c: Minor rom name corrections - NW
2014-10-18 14:45:01 +00:00
smf-
73315266c0
compilation fix for VS14 CTP4 (nw)
2014-10-18 14:16:46 +00:00
Robbbert
c942868a52
gts3.c : WIP
2014-10-18 12:58:55 +00:00
smf-
8f2a47206a
compilation fix for VS14 CTP4 (nw)
2014-10-18 11:00:46 +00:00
smf-
a3bf20571e
compilation fix for VS14 CTP4 (nw)
2014-10-18 10:51:31 +00:00
smf-
ded298329c
fixed "make tools" with VS14 CTP4 (nw)
2014-10-18 08:56:59 +00:00
Ivan Vangelista
cfb29e6f80
Fixed MT05740 (nw)
2014-10-18 06:18:45 +00:00
Robbbert
9beddd916c
gts3 : split into AN and DMD displays
2014-10-18 04:06:31 +00:00
Robbbert
e9f63a942b
gts80b.c : Display is working.
2014-10-17 22:58:49 +00:00
Ville Linde
9c1cbb4a2b
model3: fvipers2 needs longer delay (nw)
2014-10-17 21:21:37 +00:00
Robbbert
c0c6ad51ed
(MESS) vz200de marked as not working, no roms dumped. Fixes MT05738.
2014-10-17 21:05:09 +00:00
David Haywood
040c9ddfaa
new clones
...
Darius (US) [Andrew Welburn]
2014-10-17 20:07:37 +00:00
smf-
482d6b8011
simplify MSVC fix, tested with official MinGW, VS2013 & VS14 CTP4 (nw)
2014-10-17 19:22:31 +00:00