etabeta78
3e951f044a
(MESS) spc1000.c: documented hardware differences among
...
models of the SPC-1000 series [zannylim]
2014-10-30 20:11:54 +01:00
etabeta78
bb6c49751b
(MESS) megadriv.xml: some more pcb documented by sunbeam. nw.
2014-10-30 20:09:57 +01:00
smf-
1fb575d4b7
Fixed Mametesters 05769 by reducing ATA flash card seek time to zero. [smf]
2014-10-30 18:56:43 +00:00
mamehaze
5704511f52
Merge branch 'master' of https://github.com/mamedev/mame
2014-10-30 17:13:53 +00:00
mamehaze
af4f742588
change program roms to ones found on the board, dump was from Tormod (nw)
2014-10-30 17:12:59 +00:00
hap
a0e26f8e7b
small correction
2014-10-30 18:08:06 +01:00
hap
aa16130d61
"UA" in airwolfa is United Amusements
2014-10-30 18:05:35 +01:00
mamehaze
924bd635f8
new clones
...
JT-104 [??]
seems to be a cheap hack (just a gfx rom change) but some sources say it's official. There's a possibility the board should have been using different program roms to the ones that were on it.
2014-10-30 13:53:02 +00:00
mamehaze
00771aa4e6
new clones
...
Donkey Kong (Spanish Crazy Kong bootleg) [Marcos75 (from AUMAP)]
2014-10-30 12:04:53 +00:00
mamehaze
03fc7b1c99
new clones
...
Galaxy Monsters (Laguna S.A. Spanish bootleg of Space Invaders) [Arcade Vintage ( http://arcadevintageshop.blogspot.com.es/ ), Ricky2001]
2014-10-30 11:20:35 +00:00
mamehaze
846719469b
new clones
...
Botanic (English / Spanish) [Arcade Vintage ((http://arcadevintageshop.blogspot.com.es/ ), Ricky2001]
2014-10-30 10:47:36 +00:00
Scott Stone
80a8a76116
Fix for incorrectly listed crc in ec1841.xml (nw)
2014-10-30 03:43:00 -04:00
hap
ef36bc3f7c
ufo21 works
2014-10-30 02:02:03 +01:00
Curt Coder
61ae54650f
(MESS) x820ii: Added notes and BIOS revisions. (nw)
2014-10-29 22:13:55 +02:00
briantro
79078d626b
New Arkanoid Returns clone
...
New Clone Added
-----------------------------------------------
Arkanoid Returns (Ver 2.02A 1997/02/10) [Bill D, The Dumping Union]
2014-10-29 14:25:28 -05:00
hap
ee4a125a82
ufomini works
2014-10-29 20:13:05 +01:00
smf-
4ec35c6bb0
ignore inp directory (nw)
2014-10-29 18:21:49 +00:00
Alex W. Jackson
c0734d6784
twin16: according to schems this is priority related, not a flip bit (nw)
2014-10-29 13:33:08 -04:00
Dirk Best
77d5708448
Merge pull request #24 from 0-wiz-0/master
...
Convert to UTF-8.
2014-10-29 17:38:01 +01:00
Thomas Klausner
faaca282a5
Convert to UTF-8.
2014-10-29 17:21:08 +01:00
happppp
092528e18a
segaufo layout file placeholder
2014-10-29 16:59:32 +01:00
Oliver Stöneberg
084b66dfd8
fixed usage of uninitialized member in snes_ppu_device (nw)
...
happened with e.g. snes -cart sdf1gpp
2014-10-29 14:28:11 +01:00
Oliver Stöneberg
ff05864ad8
fixed usage of uninitialized members in sns_sa1_device (nw)
...
happened with e.g. snes -cart sdf1gpp
2014-10-29 14:21:12 +01:00
etabeta78
4cc4bf11be
snes_ppu: let's initialize more class variables! nw.
2014-10-29 07:14:38 +01:00
etabeta78
ca67460d24
(MESS) astrocde: installing expansion handlers only if a slot card is
...
present avoids the appearance of gfx garbage at start. garbage
disappeared when pressing reset, but it is better in this way, of course.
nw.
2014-10-29 07:13:14 +01:00
etabeta78
b52ecd0d47
(MESS) intv.xml: added some more titles, mostly protos from GoodINTV. nw.
2014-10-29 07:10:11 +01:00
mamehaze
2eef2824af
this is not RAM (nw)
2014-10-28 17:59:57 +00:00
smf-
8def94f785
Use the same list of centronics devices everywhere (except the Amstrad CPC), the list has been renamed as they aren't all printers. [smf]
2014-10-28 17:09:00 +00:00
Miodrag Milanović
1ca9906f84
Merge pull request #23 from p1pkin/naomi#2
...
Naomi updates
2014-10-28 16:25:57 +01:00
etabeta78
c4e136859d
(MESS) astrocade: converted the expansion bus to be a slot
...
device, and converted RAM expansions to be slot cards. As a
result you now specify the expansion you want by using e.g.
mess astrocde -exp blue_ram_32k
or the Slot Devices menu of the internal UI, instead of using the
DipSwitches menu. Check the -lslot output for a list of available
expansions. [Fabio Priuli]
2014-10-28 16:30:15 +01:00
smf-
8f941b83d1
removed unused variable (nw)
2014-10-28 15:04:20 +00:00
MetalliC
6da09d5cac
naomi.c:
...
kingrt66 use real MaskROM cart layout and labels instead of flashcart [Arzeno Fabrice]
docs updates [MetalliC]
2014-10-28 17:02:38 +02:00
David Haywood
f80e2c0647
ramsize (nw)
2014-10-28 14:55:27 +00:00
David Haywood
5f464c9234
psychic5.c: a little more 2014 (nw)
2014-10-28 14:40:22 +00:00
MetalliC
877864699c
Merge branch 'master' of https://github.com/mamedev/mame
2014-10-28 16:01:21 +02:00
etabeta78
e6a5e406bf
(MESS) wswan: converted the video chip to be a device. nw.
2014-10-28 14:18:33 +01:00
Dirk Best
31fd590aa6
Some corrections to the Amiga Workbench softlist
2014-10-28 12:17:24 +01:00
Miodrag Milanović
d8a14659a4
Merge pull request #22 from Jonimoose/ti85
...
ti85: use direct update handler to remove boot memory mapping hacks
out of whatsnew:
This allows the flash calculators to properly reset pc to 0x0000 instead
of 0x8000 and properly reset all memory banks to page 0x00.
This is based on some example code Judge. Possibly performance improvement could be gained by having the callback unregister itself and register on reset.
2014-10-28 09:57:18 +01:00
Curt Coder
6be505ac9e
vreader.xml: Make it valid xml. (nw)
2014-10-28 10:54:05 +02:00
Oliver Stöneberg
e27079c36e
fixed usage of uninitialized member in grip_device (nw)
...
happened with prof80
2014-10-28 09:46:52 +01:00
MetalliC
d0b0e78cc1
Merge branch 'master' of https://github.com/mamedev/mame
2014-10-28 10:27:16 +02:00
MetalliC
5d8c4d1d5f
line endings
2014-10-28 10:27:03 +02:00
Miodrag Milanovic
7c97788e2f
line endings (nw)
2014-10-28 09:02:23 +01:00
Osso
fc74c02593
konamigx: a few more global variables to the driver state (nw)
2014-10-28 08:19:12 +01:00
Osso
6f978057e9
Fixed pet_cass.xml validation (nw)
2014-10-28 07:47:45 +01:00
peterferrie
ea2070c139
rcdino4: fix OOB access
2014-10-27 23:33:41 -07:00
Scott Stone
7b7f2456b9
Correctly model the behavior of a real Coco for the Cassette input in regards to audio (buzzing sound) coming from the port. [Richard Goedeken]
2014-10-27 22:25:29 -04:00
Jon Sturm
6f99dba425
ti85: use direct update handler to remove boot memory mapping hacks
...
This allows the flash calculators to properly reset pc to 0x0000 instead
of 0x8000 and properly reset all memory banks to page 0x00.
2014-10-27 21:19:06 -05:00
cracyc
85e0e19a48
i386: fix more presence checks (nw)
2014-10-27 21:12:47 -05:00
Scott Stone
8226ab2ab1
New Clones (Not Working)
...
------------------------
Club Kart (Rev C) [Arzeno Fabrice]
2014-10-27 19:27:50 -04:00