Commit Graph

28694 Commits

Author SHA1 Message Date
David Haywood
9a90298891 the new borencha set doesn't properly initialize NVRAM if it is invalid causing sound to fail if the content is corrupt, I guess it's an older set (nw) 2014-04-20 01:55:43 +00:00
David Haywood
ce6e031021 modernize a little (nw) 2014-04-20 01:20:44 +00:00
R. Belmont
aa69cf772a System C2 didn't entirely like those last changes. 3834/2612 difference? (nw) 2014-04-20 00:56:47 +00:00
Scott Stone
48015e84ca This game has never worked (nw) 2014-04-19 23:32:33 +00:00
Olivier Galibert
2ea3637444 next: Setup the time [O. Galibert] 2014-04-19 22:03:23 +00:00
Olivier Galibert
c0f68e4d6b next: Add mouse [O. Galibert] 2014-04-19 22:03:20 +00:00
Olivier Galibert
12d0c804c3 mccs1850: Fix multi-write [O. Galibert] 2014-04-19 22:03:16 +00:00
Andreas Naive
80c82c7e35 mislabelling (nw) 2014-04-19 22:02:34 +00:00
R. Belmont
e78d72a32c (MESS) Apple I: Support CFFA1 Compact Flash/IDE adaptor [R. Belmont, based on a patch by Christopher Bachmann] 2014-04-19 21:32:59 +00:00
Curt Coder
6c6b08a833 (MESS) pet: Added user port diagnostic connector. [Curt Coder] 2014-04-19 20:05:18 +00:00
cracyc
123dedd41a 8042kbdc: PULSE_LINE appears not to work through devcb2 (nw) 2014-04-19 19:58:12 +00:00
Curt Coder
a0312ffc5a msm6255: Cleanup. (nw) 2014-04-19 19:07:22 +00:00
R. Belmont
ee918601db (MESS) Apple 1: Added support for expansion slot, moved cassette interface to a card to match reality. [R. Belmont] 2014-04-19 18:51:51 +00:00
Michaël Banaan Ananas
ee6e952772 a bit faster this way =) 2014-04-19 17:11:31 +00:00
Couriersud
4232420bda Pong: Don't use "high" where analog source "V5" is more appropriate. 2014-04-19 16:33:27 +00:00
David Haywood
2f2da2310d new clones
Borench (set 2) [zozo]
VS Mahjong Otome Ryouran (newer) [arcademodbios]
2014-04-19 16:05:33 +00:00
David Haywood
a5f5df1b9e tweaked comments a bit based on further info (nw) 2014-04-19 15:45:54 +00:00
David Haywood
001a62039d new clone
Fire Hawk (vertical) [system11] (NOT WORKING, incomplete dump)

(from Dumping Union, it's not going to work unless the graphic roms etc. are also dumped, clones of these things need complete dumps, especially when they're a different orientation - the existing roms won't work)
2014-04-19 15:40:02 +00:00
Couriersud
dbb294be92 Tempest: instead of running at perfect interleave constantly use boost_interleave when address ae1f is read. Brings tempest back to 800% 2014-04-19 12:51:10 +00:00
Alex W. Jackson
464f7eb46d namcoic.c: remove legacy read/write handlers [Alex Jackson] 2014-04-19 10:36:03 +00:00
smf-
cea459d28b (MESS) Added a hack to stop stereo covox from crashing due to startup ordering issue. (nw) 2014-04-19 08:42:38 +00:00
Ivan Vangelista
0f3caa74a8 Small typo fix. Doesn't fix covox_stereo regression. (nw) 2014-04-19 06:15:09 +00:00
Ivan Vangelista
09657d0189 Blind attempt at fixing ay31015 problems (can't repro) (nw) 2014-04-19 05:48:06 +00:00
Ivan Vangelista
26e49c1552 Fixed dai.c regression. (nw) 2014-04-19 05:22:01 +00:00
Roberto Fresca
d3f6877919 Fixed Vega (Olympia) text layer. 2014-04-19 03:14:07 +00:00
Couriersud
d421b1f2ac Removed dead code 2014-04-19 01:40:15 +00:00
R. Belmont
8c7f587685 ym2612: Sync timer fixes from GenPlus-GX, fixes MT #5049. [Enik Land] 2014-04-19 01:26:32 +00:00
Couriersud
01fbc6fe3d Converted ioport reads to use required_ioport in Tempest. 2014-04-19 01:24:58 +00:00
Couriersud
03c8da0ed1 Netlist: templates rock ... Changed gauss seidel solver to be a subclass of direct solver and got rid of ugly fallback solution. As a result, popeye is now 45% faster in comparison to 0.153. 2014-04-18 21:10:59 +00:00
Curt Coder
6bc0e9f9c9 Fixed compile. (nw) 2014-04-18 19:50:36 +00:00
Michaël Banaan Ananas
d816996df6 new clone added
--------------
Gun.Smoke (bootleg) [Felipe Sanches]
2014-04-18 19:39:43 +00:00
Couriersud
4b4b4542b2 Netlist:
- fixed a bug in which the fallback solver was called instead of gauss - seidel.
- matrix solvers are now subdevices of the solver devices
- matrix solvers can now be scheduled independently
- Rename RESCHED_LOOPS to GS_LOOPS (Gauss Seidel)
- Added paragmenter NR_LOOPS (Newton Raphson)
2014-04-18 17:58:35 +00:00
Scott Stone
3c46c03671 Some changes/corrections to device descriptions per Dev request (nw) 2014-04-18 16:47:16 +00:00
Scott Stone
2c4dafcfa9 Fixed thunderh (gticlub.c) (nw) 2014-04-18 14:38:30 +00:00
R. Belmont
f68ffa0afc cdrom: fix uninitialized flags [MetalliC] 2014-04-18 13:43:14 +00:00
R. Belmont
65bb412c75 Naomi: small correction to World Kicks game code [f205v] 2014-04-18 13:33:21 +00:00
R. Belmont
f6b91cc23d don't memset structs or classes in C++, fixes regression from last commit (nw) 2014-04-18 12:29:25 +00:00
Olivier Galibert
ec653f9969 Fix r29545 w.r.t sockets and friends (nw) 2014-04-18 09:11:11 +00:00
Ivan Vangelista
169ad0268f vic3_device: converted to devcb2 (nw)
This is untestable at the moment, since c65 shows nothing but a black screen
2014-04-18 07:44:39 +00:00
David Haywood
5c8ee3b2a0 mahe the 68307's 68681 an actual sub-device instead of pairing it in the game driver (nw) 2014-04-18 07:18:03 +00:00
R. Belmont
3eb1f14701 chd updates: [MetalliC]
- Bugfixed byte order for GD-ROM audio tracks so FLAC compression is effective
- Fixed uninitialized struct on MSVC (and possibly other) builds


nw: this will change the SHA1s of every GD-ROM CHD in MAME; a patch to reflect that is pending (the old images still work, they just take a little more space than is necessary).  "chdman copy" suffices to upgrade; no downloading is necessary.
2014-04-18 02:05:33 +00:00
Ville Linde
02df8f4487 voodoo.c: Fixed an edge case where CMDFIFO execution would get stuck if the first word in CMDFIFO buffer is written out of order. (nw) 2014-04-18 00:53:46 +00:00
Ivan Vangelista
91d6f66ccb ttl74123_device: converted to devcb2 (nw) 2014-04-17 20:03:43 +00:00
Mike Naberezny
3c801d80bb (MESS) pet_flop.xml: Replaced bad D80 for Z-RAM. [Mike Naberezny] 2014-04-17 19:52:53 +00:00
Alex W. Jackson
93fe9d00c4 emupal.c: add support for RAM-based palettes with indirect lookups. Update various drivers to use it [Alex Jackson] 2014-04-17 19:48:48 +00:00
Ivan Vangelista
69e0d908a7 necdsp_device: converted to devcb2 (nw)
removed some leftovers from previous devcb2 conversions (nw)
2014-04-17 19:14:51 +00:00
Olivier Galibert
0343870ee2 memory: Stop the watchpoints from messing with the opcode decryption [O. Galibert] 2014-04-17 19:07:35 +00:00
Scott Stone
4af0ba8df1 Some changes/corrections to device descriptions from MASH and Tafoid (nw) 2014-04-17 17:34:49 +00:00
Ivan Vangelista
57a17e66a7 tms9928a_device: converted to devcb2 (nw) 2014-04-17 17:23:32 +00:00
Michaël Banaan Ananas
7a1e287825 take "pal16l8b-b52-124.ic180" from chasehqju 2014-04-17 17:09:07 +00:00