| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 269 | -117492/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0166 | 2015-09-30 | 1 | -17/+17 | |
| | | |||||
| * | at: let's do it like this instead (nw) | 2015-09-29 | 1 | -6/+11 | |
| | | |||||
| * | Fix for regression /fatalerror) in k286i (nw) | 2015-09-29 | 1 | -1/+1 | |
| | | |||||
| * | i8271: modernize [Carl] | 2015-09-28 | 1 | -0/+6 | |
| | | |||||
| * | notes about NAOMI/Dreamcast BIOS CRC protection (nw) | 2015-09-27 | 1 | -1/+24 | |
| | | | | | correct it plz if my english is bad | ||||
| * | ficpio2: add PCI bus and chipset. -bios 2 and 3 now boot. Other BIOSes ↵ | 2015-09-24 | 1 | -2/+2 | |
| | | | | | require some cache funkiness. | ||||
| * | v9938.c: Fix MT#05622 and MT#05623 | 2015-09-21 | 1 | -10/+0 | |
| | | |||||
| * | pcd_kbd: things (nw) | 2015-09-20 | 1 | -3/+4 | |
| | | |||||
| * | 315-5124.c: Minor changes and fix a regression that in theory could affect ↵ | 2015-09-14 | 1 | -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] | 2015-09-10 | 1 | -2/+2 | |
| | | |||||
| * | pcd: implement pcx video device [Carl, Axel Muhr] | 2015-09-09 | 1 | -0/+2 | |
| | | |||||
| * | bbc: fixed wd177x reset on master series (nw) | 2015-09-08 | 1 | -2/+2 | |
| | | |||||
| * | bbc: clones, floppy formats, softlists, and cleanups. | 2015-09-07 | 1 | -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) | 2015-09-06 | 1 | -1/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0165 | 2015-08-26 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request #280 from richard42/trs80-coco-audio-fixes | 2015-08-17 | 3 | -26/+41 | |
| |\ | | | | | Trs80 coco audio fixes | ||||
| | * | bugfix: PIA 1 CB2 is only connected to the sound enable input on the DAC ↵ | 2015-08-04 | 1 | -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 ↵ | 2015-08-04 | 3 | -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 ↵ | 2015-08-03 | 1 | -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 ↵ | 2015-08-02 | 1 | -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 | 2015-08-15 | 4 | -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) | 2015-08-11 | 1 | -5/+5 | |
| | | | |||||
| * | | no longer using read_safe from code under src/mess (nw) | 2015-08-11 | 4 | -13/+13 | |
| | | | |||||
| * | | cybiko.c: reduce tagmap lookups (nw) | 2015-08-11 | 1 | -3/+2 | |
| | | | |||||
| * | | mboard.c: reduce tagmap lookups (nw) | 2015-08-11 | 1 | -14/+13 | |
| | | | |||||
| * | | sorcerer.c: reduce tagmap lookups (nw) | 2015-08-11 | 1 | -5/+2 | |
| | | | |||||
| * | | pce.c: reduce tagmap lookups (nw) | 2015-08-11 | 3 | -14/+11 | |
| | | | |||||
| * | | vector06.c: reduce tagmap lookups (nw) | 2015-08-11 | 1 | -20/+20 | |
| | | | |||||
| * | | ti99: That's one small move for a man | 2015-08-11 | 27 | -12199/+0 | |
| | | | |||||
| * | | coleco.c: Reduce tagmap lookups and added support for 31in1 and 63in1 ↵ | 2015-08-10 | 2 | -95/+0 | |
| | | | | | | | | | multicarts (nw) | ||||
| * | | orao.c: reduce tagmap lookups (nw) | 2015-08-02 | 1 | -20/+20 | |
| | | | |||||
| * | | ac1.c: reduce tagmap lookups (nw) | 2015-08-02 | 1 | -7/+7 | |
| | | | |||||
| * | | thomson.c: reduce tagmap lookups (nw) | 2015-08-02 | 2 | -254/+219 | |
| | | | |||||
| * | | bebox.c: reduce tagmap lookups (nw) | 2015-08-02 | 1 | -23/+14 | |
| | | | |||||
| * | | samcoupe.c: reduce tagmap lookups (nw) | 2015-08-02 | 1 | -11/+7 | |
| | | | |||||
| * | | spec_snqk.c: reduce tagmap lookups (nw) | 2015-08-02 | 1 | -85/+84 | |
| | | | |||||
| * | | z80bin.c: reduce tagmap lookups (nw) | 2015-08-02 | 5 | -10/+9 | |
| | | | |||||
| * | | v9938: added clock to device configuration. (nw) | 2015-07-30 | 1 | -1/+1 | |
| |/ | |||||
| * | Cleanups and version bumpmame0164 | 2015-07-29 | 1 | -1/+1 | |
| | | |||||
| * | v9938.c: Removed set_resolution() method, simplifying the code a bit. All ↵ | 2015-07-17 | 1 | -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) | 2015-07-08 | 7 | -12/+14 | |
| | | |||||
| * | amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 ↵ | 2015-07-05 | 1 | -36/+42 | |
| | | | | | default to 64k RAM. | ||||
| * | m20: 8086 apb [Carl, rfka01, Christian Groessler] | 2015-07-01 | 2 | -0/+159 | |
| | | |||||
| * | 3c505: move option ROM to the card to reflect real h/w [Hans Ostermeyer] | 2015-06-27 | 1 | -10/+6 | |
| | | | | | apollo: improved mouse emulation [Hans Ostermeyer] | ||||
| * | apple2gs: Remove the not required direct update handler [O. Galibert] | 2015-06-24 | 1 | -37/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0163 | 2015-06-24 | 2 | -4/+4 | |
| | | |||||
| * | get rid of all the x | 2015-06-23 | 1 | -1/+1 | |
| | | |||||
| * | Don't use 64 bit print for things that make so sense as 64 bit. (nw) | 2015-06-19 | 1 | -1/+1 | |
| | | |||||
| * | The perils of red tape... (nw) | 2015-06-14 | 1 | -4/+4 | |
| | | |||||
