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
Scott Stone
8e7a9c6c6c
Handcrafted CPS-1 PALs for Area 88 and Strider PCBs. [Palindrome]
2014-10-27 19:11:19 -04:00
mahlemiut
e4ff6e038d
i386: fix segment present check for calls to a TSS
2014-10-28 12:05:44 +13:00
cracyc
8da3b4f1ef
i386: zero descriptors and stack size (nw)
2014-10-27 17:10:48 -05:00
cracyc
909dac91cf
i386: mark tss busy [Carl]
2014-10-27 16:01:17 -05:00
James Wallace
b164aa9ca8
Added support for the known first part variants of the Maygay M1 Sound board (an MSM6376 and a uPD7759). Only Empire sound remains unsupported.
2014-10-27 20:58:00 +00:00
Osso
f6c9d8f8ea
tms57002.c: initialize variable to fix crackling sound in debug builds for konamigx games (nw)
2014-10-27 21:52:09 +01:00
Cowering
d683ab66d3
Last update for a while (NW)
2014-10-27 14:21:36 -05:00
Cowering
c8f3f04b86
Update with my info from vsmile_cart (NW)
2014-10-27 14:21:10 -05:00
Cowering
4339d70e9c
Merge branch 'master' of https://github.com/mamedev/mame
2014-10-27 14:19:44 -05:00
Cowering
10053c0b01
Split V.Reader into own file (NW)
2014-10-27 14:19:35 -05:00
miodragm
f13b94d7c6
small fix (nw)
2014-10-27 19:26:50 +01:00
Osso
d0b189505f
konamigx: Moved global variables into driver state (nw)
...
Let's see if I break line endings again.
2014-10-27 19:24:59 +01:00
miodragm
bcc0e5bd96
Merge branch 'master' of https://github.com/mamedev/mame
2014-10-27 18:54:01 +01:00
cracyc
792425c7c1
i386: lock [Barry Rodewald, Carl]
...
---
Some of the group opcodes need to be checked
2014-10-27 12:51:17 -05:00
etabeta78
0b6577ccc0
(MESS) intv.xml: added a few images I've been sent. nw.
2014-10-27 18:53:08 +01:00
miodragm
ff6a09c72f
fix line endings
2014-10-27 18:50:29 +01:00
Osso
2b946e17f9
peplus.c: moved function to driver state and removed various trampolines. (nw)
2014-10-27 18:41:53 +01:00
cracyc
1e49bea0a5
(mess) hdc: xenix 8086 hates this so isolate it (nw)
2014-10-27 09:37:57 -05:00
Curt Coder
88d9135bac
pet_cass.xml: Added many new images, including the Cursor tapes. [Dagarman]
2014-10-27 15:52:12 +02:00
Cowering
3002752103
More updates (NW)
2014-10-27 08:42:59 -05:00
Olivier Galibert
f22371f389
ap2_dsk: edd support [O. Galibert]
2014-10-27 14:35:22 +01:00