summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-30269-117492/+0
|
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-17/+17
|
* at: let's do it like this instead (nw) cracyc2015-09-291-6/+11
|
* Fix for regression /fatalerror) in k286i (nw) Scott Stone2015-09-291-1/+1
|
* i8271: modernize [Carl] cracyc2015-09-281-0/+6
|
* notes about NAOMI/Dreamcast BIOS CRC protection (nw) MetalliC2015-09-271-1/+24
| | | | correct it plz if my english is bad
* ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes ↵ mahlemiut2015-09-241-2/+2
| | | | require some cache funkiness.
* v9938.c: Fix MT#05622 and MT#05623 Wilbert Pol2015-09-211-10/+0
|
* pcd_kbd: things (nw) cracyc2015-09-201-3/+4
|
* 315-5124.c: Minor changes and fix a regression that in theory could affect ↵ Scott Stone2015-09-141-34/+36
| | | | | | zoomed sprites in TMS9918 modes. [Enik Land] gamegear.c / sms.c: Improve GG-SMS scaling code a little and update the Todo list. Fixed MT#05872 regarding incorrect behavior of the Sports Pad (US model) emulation. [Enik Land]
* al520ex: added preliminary Magic Sound expansion (not working) [Barry Rodewald] mahlemiut2015-09-101-2/+2
|
* pcd: implement pcx video device [Carl, Axel Muhr] cracyc2015-09-091-0/+2
|
* bbc: fixed wd177x reset on master series (nw) Nigel Barnes2015-09-081-2/+2
|
* bbc: clones, floppy formats, softlists, and cleanups. Nigel Barnes2015-09-071-535/+165
| | | | | | | | | | | | - 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-1/+2
|
* Cleanups and version bumpmame0165 Miodrag Milanovic2015-08-261-1/+1
|
* Merge pull request #280 from richard42/trs80-coco-audio-fixes R. Belmont2015-08-173-26/+41
|\ | | | | Trs80 coco audio fixes
| * bugfix: PIA 1 CB2 is only connected to the sound enable input on the DAC ↵ Richard Goedeken2015-08-041-1/+0
| | | | | | | | chip, so there is no need to poll the keyboard/joystick here
| * simplification: in the coco/dragon virtual functions which get called from ↵ Richard Goedeken2015-08-043-14/+13
| | | | | | | | 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
| * From the Coco 2 Sams Computerfacts manual and Tandy Coco 3 512k service ↵ Richard Goedeken2015-08-031-1/+5
| | | | | | | | manual, the memory sense line (read as an input on pin PB2 of PIA1) is connected to PB6/pin16 (not PB7/pin17) on the PIA0 chip). Therefore we must use 0x40 to test, not 0x80
| * 1. increase accuracy of TRS-80 Coco audio output by holding the analog ↵ Richard Goedeken2015-08-021-10/+23
| | | | | | | | 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
* | Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-154-5/+5
| | | | | | | | | | | | | | m_. Rewrote code accessing members to use seconds() and attoseconds(). The changes were triggered by a test how gcc __int128_t would perform as the internal representation. This test revealed that the current implementation is still faster. (nw)
* | rmnimbus.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-5/+5
| |
* | no longer using read_safe from code under src/mess (nw) Wilbert Pol2015-08-114-13/+13
| |
* | cybiko.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-3/+2
| |
* | mboard.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-14/+13
| |
* | sorcerer.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-5/+2
| |
* | pce.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-113-14/+11
| |
* | vector06.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-111-20/+20
| |
* | ti99: That's one small move for a man Michael Zapf2015-08-1127-12199/+0
| |
* | coleco.c: Reduce tagmap lookups and added support for 31in1 and 63in1 ↵ Wilbert Pol2015-08-102-95/+0
| | | | | | | | multicarts (nw)
* | orao.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-20/+20
| |
* | ac1.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-7/+7
| |
* | thomson.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-022-254/+219
| |
* | bebox.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-23/+14
| |
* | samcoupe.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-11/+7
| |
* | spec_snqk.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-85/+84
| |
* | z80bin.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-025-10/+9
| |
* | v9938: added clock to device configuration. (nw) Wilbert Pol2015-07-301-1/+1
|/
* Cleanups and version bumpmame0164 Miodrag Milanovic2015-07-291-1/+1
|
* v9938.c: Removed set_resolution() method, simplifying the code a bit. All ↵ Wilbert Pol2015-07-171-2/+0
| | | | drivers were defaulting to the 'HIGH' setting anyway. This also puts the drivers back in charge of setting the screen parameters. (nw)
* more pedantic fixes (NW) Cowering2015-07-087-12/+14
|
* amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 ↵ mahlemiut2015-07-051-36/+42
| | | | default to 64k RAM.
* m20: 8086 apb [Carl, rfka01, Christian Groessler] cracyc2015-07-012-0/+159
|
* 3c505: move option ROM to the card to reflect real h/w [Hans Ostermeyer] arbee2015-06-271-10/+6
| | | | apollo: improved mouse emulation [Hans Ostermeyer]
* apple2gs: Remove the not required direct update handler [O. Galibert] Olivier Galibert2015-06-241-37/+0
|
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-242-4/+4
|
* get rid of all the x Dirk Best2015-06-231-1/+1
|
* Don't use 64 bit print for things that make so sense as 64 bit. (nw) Cowering2015-06-191-1/+1
|
* The perils of red tape... (nw) Robbbert2015-06-141-4/+4
|