summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Amiga: Create a GAYLE device, used by the A600 and A1200, and implement Dirk Best2014-05-145-151/+390
| | | the internal IDE controller for both
* fix for riot chip, makes gameplan sound back (nw) Miodrag Milanovic2014-05-142-15/+18
|
* fixed small typo in comment (nw) Oliver Stöneberg2014-05-141-1/+1
|
* fixed some memory leaks in osd (nw) Oliver Stöneberg2014-05-141-1/+12
|
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-14404-4709/+4709
|
* Coco Loco: Added ASCII PCB layout [Roberto Fresca] Roberto Fresca2014-05-141-6/+77
|
* fix GCC 4.8 compile (nw) R. Belmont2014-05-141-1/+1
|
* taitopjc.c: better TLCS comms + nvram. (nw) Ville Linde2014-05-141-26/+105
|
* arm7: Added Thumb version of BLX. [R. Belmont] R. Belmont2014-05-142-1/+23
|
* fixed usage of uninitialized members in amiga_sound_device (nw) Oliver Stöneberg2014-05-131-0/+3
|
* Minor changes to proxy. Couriersud2014-05-132-8/+6
|
* Analog output is always immediate. Couriersud2014-05-1310-41/+52
|
* Coco Loco: Added AY-3-8910 channels discrete circuitry ASCII layout. Roberto Fresca2014-05-131-0/+31
|
* tmp95c063: added int6. (nw) Ville Linde2014-05-131-0/+12
|
* sam6883: converted to use inline configs. nw. Fabio Priuli2014-05-136-30/+17
|
* Fix assert in netlist. Couriersud2014-05-131-2/+1
|
* sega8_slot: fixed terebioe (and some other games) trying to load more bytes ↵ Fabio Priuli2014-05-131-1/+1
| | | | than available. nw.
* farewell devcb (nw) Miodrag Milanovic2014-05-134-2082/+0
|
* mc6847: converted to use devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-1318-324/+173
|
* Fix for snk.c buzzing sound on startup. To be verified during the next ↵ Ivan Vangelista2014-05-131-2/+1
| | | | regression test. (nw)
* taitopjc.c: simulate DSP boot. (nw) Ville Linde2014-05-131-33/+41
|
* bfm_sc1 shows the dot matrix display again (nw) Ivan Vangelista2014-05-131-1/+1
|
* switch prom order to match screenshots (nw) David Haywood2014-05-131-3/+3
|
* debug build fix compile (nw) Miodrag Milanovic2014-05-131-3/+3
|
* clang build fix. (nw) Curt Coder2014-05-133-16/+16
|
* fixed MT05515 (fixed usage of uninitialized member in huc6260_device) (nw) Oliver Stöneberg2014-05-131-0/+1
|
* new clones David Haywood2014-05-132-0/+26
| | | Pleiads (Irecsa) [Erik De Maeyer]
* fixed usage of uninitialized member in tms5220_device (nw) Oliver Stöneberg2014-05-131-1/+1
|
* Merge branch 'master' of ssh://mess.org/mame Dirk Best2014-05-1343-4210/+6373
|\
| * Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of Dirk Best2014-05-1343-4210/+6373
| | | | | | | | work still to do. All basic Amiga models are now supported to varying degrees.
* | fixed usage of uninitialized member in tms7000_device (nw) Oliver Stöneberg2014-05-131-0/+1
|/
* Fixed MT05510 (fixed usage of uninitialized member in tms3556_device) (nw) Oliver Stöneberg2014-05-131-1/+2
|
* removed not needed includes (nw) Miodrag Milanovic2014-05-132-2/+0
|
* cococart to devcb2 (nw) Miodrag Milanovic2014-05-138-76/+94
|
* megapc: added alternate MegaPC Plus set which uses a WINBUS chipset [Chris ↵ mahlemiut2014-05-133-4/+61
| | | | Hardy, Barry Rodewald]
* fixed MT05506 (fixed usage of uninitialized member in hd63484_device) (nw) Oliver Stöneberg2014-05-132-5/+2
|
* voodoo: Removed unused config struct. (nw) Curt Coder2014-05-131-16/+0
|
* z80sio: devcb2'd so we can get rid of devcb1, refactoring dlair.c to use ↵ Curt Coder2014-05-133-63/+48
| | | | z80dart is not trivial. (nw)
* voodoo converted to devcb2, Aaron ignore this one :) (nw) Miodrag Milanovic2014-05-1313-263/+210
|
* moved rsp to use devcb2 (nw) Miodrag Milanovic2014-05-137-70/+114
|
* Nuked unused code and updated todo... Roberto Fresca2014-05-131-12/+0
|
* Changed cocoloco to netlist output. Emulation ends at amplifier input. Couriersud2014-05-121-0/+67
|
* z80dart: Cleanup. (nw) Curt Coder2014-05-121-1/+0
|
* (MAME) nflfoot: Refactored to use z80dart. (nw) Curt Coder2014-05-123-102/+31
|
* added asserts for known index out-of-bounds accesses in i8279_device (nw) Oliver Stöneberg2014-05-121-0/+2
|
* Bunch of TGP opcodes used by VF2. Angelo Salese2014-05-121-0/+15
|
* Fix build, does anyone even bother testing these modernizations-by-rote? (nw) Alex W. Jackson2014-05-121-1/+1
|
* merging the drivers fixed this, I guess it will still happen randomly ↵ David Haywood2014-05-121-3/+1
| | | | sometimes like it apparently does on the PCB, but some levels in MAME were always broken because the bg banking wasn't implemented in the pushman copy of the video implementation. (nw)
* pokey_device: converted to devcb2 (nw) Ivan Vangelista2014-05-1232-626/+425
|
* merged tiger road / f1-dream and pushman / bouncing balls drivers - as usual ↵ David Haywood2014-05-128-1044/+780
| | | | | | | Comad cloned the hardware when they made the games. moved the protection sims for f1dream / bbballs to machine/tigeroad.c also marked f1dream as not working, it's never worked, the protection simulation is incomplete. (the bootleg has some original bugs too due to their workarounds, so technically there isn't a perfectly working version of this game supported by MAME)