Commit Graph

30409 Commits

Author SHA1 Message Date
Dirk Best
b8fdf1e6d0 Amiga: Implement internal IDE controller for the Amiga 4000. Fix RTC
hookup in Amiga 3000 and 4000. Set RP5C01 RTC to actually return 24 hour
mode, which fixes RTC detection for the Amiga.
2014-05-14 23:12:01 +00:00
Dirk Best
fc15e17922 Merge branch 'master' of ssh://mess.org/mame 2014-05-14 23:11:59 +00:00
Dirk Best
37d7a13376 Amiga: Fix NTSC GAYLE clocks 2014-05-14 23:11:58 +00:00
Scott Stone
5d114fbb0a Correct some device shortname/longname conflicts that had surfaced (nw) 2014-05-14 21:25:20 +00:00
Wilbert Pol
64ceb60338 Whoops, forgot these (nw) 2014-05-14 19:12:09 +00:00
Wilbert Pol
7a106be1de (MESS) msx1_cart.xml: A few fixes (nw) 2014-05-14 19:10:22 +00:00
Wilbert Pol
c74226bb26 (MESS) msx.c: [Wilbert Pol]
- Reimplemented the cartridge slots as slot devices.
- Moved the msx slot layouts to inline machine configuration.
- Started adding support for a few more firmware types.
- Add turbo support to Panasonic FS-A1FX/FS-A1WX/FS-A1WSX.
2014-05-14 19:04:52 +00:00
Fabio Priuli
8ab3ccb194 fix for mt5508 + mask direct accesses to vrom (better safe than sorry). nw. 2014-05-14 16:47:03 +00:00
Robbbert
64c49f8510 (MESS) lft1510 : connected to a terminal 2014-05-14 16:19:28 +00:00
Robbbert
769924f42f (MESS) lft1230 : fixed regression 2014-05-14 15:26:28 +00:00
Wilbert Pol
8fa494bd36 (MESS) hashfile.c: Make hasfile processing work without a running_machine(). (nw) 2014-05-14 15:26:16 +00:00
Ivan Vangelista
f0842fdbfd Fixed assorted wd17xx related regressions (nw) 2014-05-14 14:34:21 +00:00
Oliver Stöneberg
7df2680c96 return an error when trying to use a .7z file with zippath - for now (nw) 2014-05-14 09:58:56 +00:00
Oliver Stöneberg
2836bb12bc fixed memory leaks in floppy_image_device (nw) 2014-05-14 09:37:27 +00:00
Dirk Best
bf35b4dbb4 Amiga: Create a GAYLE device, used by the A600 and A1200, and implement
the internal IDE controller for both
2014-05-14 09:20:32 +00:00
Miodrag Milanovic
48e9b7663b fix for riot chip, makes gameplan sound back (nw) 2014-05-14 08:49:43 +00:00
Oliver Stöneberg
6e5a48b5d7 fixed small typo in comment (nw) 2014-05-14 07:30:44 +00:00
Oliver Stöneberg
96522aaddf fixed some memory leaks in osd (nw) 2014-05-14 07:29:51 +00:00
Miodrag Milanovic
546fbff349 devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
Roberto Fresca
c5a60146ed Coco Loco: Added ASCII PCB layout [Roberto Fresca] 2014-05-14 04:00:39 +00:00
R. Belmont
7a055120a8 fix GCC 4.8 compile (nw) 2014-05-14 03:27:40 +00:00
Ville Linde
6a3881affd taitopjc.c: better TLCS comms + nvram. (nw) 2014-05-14 02:26:26 +00:00
R. Belmont
fc4e3c44dc arm7: Added Thumb version of BLX. [R. Belmont] 2014-05-14 02:17:19 +00:00
Oliver Stöneberg
e5f558c8ba fixed usage of uninitialized members in amiga_sound_device (nw) 2014-05-13 23:15:43 +00:00
Couriersud
84c804a0f4 Minor changes to proxy. 2014-05-13 22:57:27 +00:00
Couriersud
3cc76468f9 Analog output is always immediate. 2014-05-13 22:32:41 +00:00
Roberto Fresca
66d9abd7c6 Coco Loco: Added AY-3-8910 channels discrete circuitry ASCII layout. 2014-05-13 20:40:02 +00:00
Ville Linde
e356264186 tmp95c063: added int6. (nw) 2014-05-13 20:15:51 +00:00
Fabio Priuli
309d625420 sam6883: converted to use inline configs. nw. 2014-05-13 19:15:37 +00:00
Couriersud
c819c9ab3f Fix assert in netlist. 2014-05-13 18:27:33 +00:00
Fabio Priuli
a5e97e71ac sega8_slot: fixed terebioe (and some other games) trying to load more bytes than available. nw. 2014-05-13 17:07:17 +00:00
Miodrag Milanovic
55bf85dc99 farewell devcb (nw) 2014-05-13 17:05:43 +00:00
Fabio Priuli
f5d20c6850 mc6847: converted to use devcb2, delegates and inline configs. nw. 2014-05-13 17:00:02 +00:00
Ivan Vangelista
41afc28498 Fix for snk.c buzzing sound on startup. To be verified during the next regression test. (nw) 2014-05-13 16:55:47 +00:00
Ville Linde
626aed8fab taitopjc.c: simulate DSP boot. (nw) 2014-05-13 16:54:44 +00:00
Ivan Vangelista
af10577a30 bfm_sc1 shows the dot matrix display again (nw) 2014-05-13 16:40:39 +00:00
David Haywood
b0af521577 switch prom order to match screenshots (nw) 2014-05-13 13:46:57 +00:00
Miodrag Milanovic
65912bd4f0 debug build fix compile (nw) 2014-05-13 12:25:27 +00:00
Curt Coder
f300367db2 clang build fix. (nw) 2014-05-13 12:03:40 +00:00
Oliver Stöneberg
8db8ef278e fixed MT05515 (fixed usage of uninitialized member in huc6260_device) (nw) 2014-05-13 11:56:35 +00:00
David Haywood
f04842b8da new clones
Pleiads (Irecsa) [Erik De Maeyer]
2014-05-13 11:50:52 +00:00
Oliver Stöneberg
746b0b10a6 fixed usage of uninitialized member in tms5220_device (nw) 2014-05-13 11:47:07 +00:00
Dirk Best
39e6b343ed Merge branch 'master' of ssh://mess.org/mame 2014-05-13 11:46:43 +00:00
Dirk Best
640354ad9e Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of
work still to do. All basic Amiga models are now supported to varying
degrees.
2014-05-13 11:46:02 +00:00
Oliver Stöneberg
8882453f5a fixed usage of uninitialized member in tms7000_device (nw) 2014-05-13 11:41:11 +00:00
Oliver Stöneberg
4997e59478 Fixed MT05510 (fixed usage of uninitialized member in tms3556_device) (nw) 2014-05-13 11:38:37 +00:00
Miodrag Milanovic
bb6b831faf removed not needed includes (nw) 2014-05-13 11:33:07 +00:00
Miodrag Milanovic
f24db3d1ec cococart to devcb2 (nw) 2014-05-13 11:26:13 +00:00
mahlemiut
22373a3aa6 megapc: added alternate MegaPC Plus set which uses a WINBUS chipset [Chris Hardy, Barry Rodewald] 2014-05-13 10:36:22 +00:00
Oliver Stöneberg
3e4b39252c fixed MT05506 (fixed usage of uninitialized member in hd63484_device) (nw) 2014-05-13 10:05:25 +00:00