summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-30212-30896/+0
|
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-8/+8
|
* at: let's do it like this instead (nw) cracyc2015-09-291-1/+2
|
* i8271: modernize [Carl] cracyc2015-09-283-2/+10
|
* new driver: ZAP - Z80 Applications Processor - based on the book "Build Your ↵ Felipe Corrêa da Silva Sanches2015-09-271-0/+30
| | | | Own Z80 Microcomputer" by Steve Ciarcia (1981)
* ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes ↵ mahlemiut2015-09-241-0/+3
| | | | require some cache funkiness.
* v9938.c: Fix MT#05622 and MT#05623 Wilbert Pol2015-09-211-2/+0
|
* al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald] mahlemiut2015-09-101-0/+1
|
* bbc: clones, floppy formats, softlists, and cleanups. Nigel Barnes2015-09-071-32/+24
| | | | | | | | | | | | - Added clone bbcb1770, bbcb now 8271 only. - Added clone pro128s, Olivetti Prodest PC 128S. - Added clones Acorn Business Computers and Cambridge Workstation. - Added clone reutapm, Reuters APM board. - Improved floppy formats, added dsd and double density formats for ADFS. - Added speech PHROMs, not yet hooked up correctly. - Added softlists bbcb_de_cass, bbcb_us_flop and bbcmc_flop. - Added S11 links (dipswitch) to specify Econet ID. - Address map cleanups.
* Fixed sound on orao (nw) Miodrag Milanovic2015-09-061-4/+6
|
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-262-2/+1
|
* some tispeak vfd fixes (still need to fix DP segment in snmath) hap2015-08-221-0/+3
|
* Merge pull request #280 from richard42/trs80-coco-audio-fixes R. Belmont2015-08-173-6/+9
|\ | | | | Trs80 coco audio fixes
| * simplification: in the coco/dragon virtual functions which get called from ↵ Richard Goedeken2015-08-043-5/+5
| | | | | | | | coco.c when the PIA port A/B output status changes, send the new 8-bit output signals directly as a function parameter rather than forcing the handlers to call back into the PIA objects to get the new values
| * 1. increase accuracy of TRS-80 Coco audio output by holding the analog ↵ Richard Goedeken2015-08-021-0/+4
| | | | | | | | output value while the sound_enable line is low. this fixes buzzing noise in Sock Master's Donkey Kong. 2. add comments regarding the interaction between the PIA i/o lines and the analog subsystem
| * remove undefined and unused function Richard Goedeken2015-07-291-1/+0
| |
* | c128: PARTNER 128 WIP. (nw) Curt Coder2015-08-142-36/+38
| |
* | rmnimbus.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-1/+11
| |
* | cybiko.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-7/+9
| |
* | mboard.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-1/+20
| |
* | sorcerer.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-0/+2
| |
* | pce.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-1/+9
| |
* | vector06.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-26/+44
| |
* | alesis.c: Reduce tagmap lookups (nw) Wilbert Pol2015-08-111-1/+16
| |
* | ace.c: Reduce tagmap lookups and minor cleanup (nw) Wilbert Pol2015-08-111-80/+0
| |
* | output powerled hap2015-08-101-0/+1
| |
* | coleco.c: Reduce tagmap lookups and added support for 31in1 and 63in1 ↵ Wilbert Pol2015-08-101-11/+51
| | | | | | | | multicarts (nw)
* | ssystem3.c: typo and 0 based vs 1 based (nw) Wilbert Pol2015-08-021-1/+1
| |
* | ssystem3.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-0/+2
| |
* | orao.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-3/+8
| |
* | ac1.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-2/+7
| |
* | thomson.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-1/+51
| |
* | bebox.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-1/+10
| |
* | samcoupe.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-10/+49
| |
* | spec_snqk.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-1/+1
| |
* | pdp1.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-16/+44
| |
* | tx0.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-2/+10
| |
* | vc4000.c: Reduce tagmap lookups (nw) Wilbert Pol2015-08-021-2/+5
| |
* | ssystem3.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-9/+19
| |
* | New mostly-working system: SME Systems Aussie Byte SBC [Robbbert] Robbbert2015-08-021-0/+127
| |
* | pmd85: use standard palette, clean up video emulation Dirk Best2015-07-301-7/+0
|/
* fm7: clean up palette handling, use standard 3-bit palette Dirk Best2015-07-291-5/+3
|
* al520ex: added back MSX disk image support (no idea where it went in the ↵ mahlemiut2015-07-291-1/+1
| | | | first place). Note that the disks in the softlist won't load due to extra superfluous text at the end of the image.
* made tb303 a subclass of hh_ucom4_state hap2015-07-191-0/+66
|
* 2 more pedantic fixes (nw) Cowering2015-07-081-1/+1
|
* more pedantic fixes (NW) Cowering2015-07-082-2/+2
|
* more pedantic fixes (nw) Cowering2015-07-083-3/+3
|
* blame balrog for this :) (NW) Cowering2015-07-081-1/+1
|
* c1pmf: updated to use new floppy Dirk Best2015-07-061-9/+13
|
* amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 ↵ mahlemiut2015-07-051-0/+1
| | | | default to 64k RAM.