summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* -zaurus: Added skeleton Intel SA-1110 device. Added proper OS dumps for the S... Ryan Holtz2020-06-222-0/+323
* n64: modify burn_cycles method (nw) hap2020-06-222-7/+0
* merge fixes, nw mooglyguy2020-06-221-2/+2
* -arm7: Added placeholder devices for PXA250 and PXA270, and corrected PXA255 ... MooglyGuy2020-06-225-59/+559
* this format was redundant (nw) MetalliC2020-06-222-8/+2
* drcbex64: fix pushf/popf bug (nw) Patrick Mackinlay2020-06-221-15/+15
* tlcs900: Fix MAX instruction (nw) AJR2020-06-211-1/+1
* New machines marked as NOT_WORKING AJR2020-06-212-0/+295
* Merge pull request #6844 from Sterophonick/master ajrhacker2020-06-212-14/+24
|\
| * gigatron: fix ROM mask being 15-bit instead of 16-bit Sterophonick2020-06-202-3/+5
| * gigatron: safe resolve (but proper) Sterophonick2020-06-201-1/+1
| * gigatron: change resolve to resolve_safe Sterophonick2020-06-201-1/+1
| * gigatron: some more work Sterophonick2020-06-192-13/+18
| * gigatron: whoops Sterophonick2020-06-191-1/+1
| * gigatron: make the CPU use the outx callback Sterophonick2020-06-191-0/+3
* | spectrum/d40.cpp add "MDOS 2" UPD765-based floppy controller MetalliC2020-06-213-63/+313
* | ti99_2: Emulate the expansion port and a 32K expansion module. Michael Zapf2020-06-212-1/+162
* | srcclean and cleanup (nw) Vas Crabb2020-06-2137-327/+327
* | spectrum.cpp: add Didaktik D40/D80 disk interface MetalliC2020-06-214-1/+364
* | bq48x2: Derive clock chip from device_rtc_interface. Michael Zapf2020-06-203-63/+76
* | ti99: Remove include file ti99defs.h Michael Zapf2020-06-2021-84/+52
* | spectrum/beta.cpp add remaining known clone devices MetalliC2020-06-204-11/+223
* | Correct cycle counts for TLCS-900/H CPU core; prepare to add support for orig... AJR2020-06-194-1546/+2953
|/
* move schick out of pengo driver + misc promotions (#6842) David Haywood2020-06-191-2/+3
* tlcs900: Misc. fixups (nw) AJR2020-06-183-0/+6
* tmp95c061, tmp95c063: Break up the register blocks (nw) AJR2020-06-186-952/+2232
* tlcs900: Split derived types into separate files; no need for separate 8-bit ... AJR2020-06-186-2327/+2359
* ti99: Retire custom READ8Z/SETADDRESS macro. Michael Zapf2020-06-1855-196/+176
* Merge pull request #6840 from cam900/patch-149 ajrhacker2020-06-181-1/+1
|\
| * okim6295.cpp: Fix file name cam9002020-06-181-1/+1
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-18367-2563/+2538
|/
* drcbex64: use asmjit Patrick Mackinlay2020-06-182-2682/+1713
* devices/machine, sound and video: removed read and write macros (nw) Ivan Vangelista2020-06-17195-3439/+3394
* bbc_opus3: Added notes on motor control (nw) Nigel Barnes2020-06-172-32/+16
* bbc_cc500: Use pal4bit (nw) Nigel Barnes2020-06-171-3/+3
* bbc_cv1797: Implemented side and motor control, and now works. Nigel Barnes2020-06-172-39/+32
* Merge pull request #6835 from cam900/ics2115_space ajrhacker2020-06-172-48/+132
|\
| * ics2115.cpp: Use device_memory_interface for fetch external samples cam9002020-06-172-48/+132
* | vt50: Fix disassembly of L40M (stands in for B2M, not M2X) AJR2020-06-171-1/+1
|/
* finished removing read* and write* macros from the mame part of the tree. the... Ivan Vangelista2020-06-1612-49/+46
* dbox: fix crash, array out of bounds access (nw) hap2020-06-151-1/+1
* bus/bbc/fdc: Added Solidisk DDFS Issues 1/2 and DFDC disk controller boards. Nigel Barnes2020-06-155-13/+493
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-152-14/+14
* i8271: Invert signal to seek/step when writing to drive control port. Fixes M... Nigel Barnes2020-06-151-24/+15
* wd_fdc.cpp: accept new commands while in busy state, workaround for spurious ... MetalliC2020-06-152-9/+31
* microtch.cpp: Typo on the ROM label (nw) ClawGrip2020-06-151-1/+1
* devices/bus/vcs: removed read / write macros (nw) Ivan Vangelista2020-06-1412-114/+114
* ics2115.h: Add imperfect_features related to incorrect/unverified interrupt, ... cam9002020-06-141-0/+3
* Merge pull request #6821 from cam900/patch-147 R. Belmont2020-06-141-10/+4
|\
| * okiadpcm.cpp: Fix looping cam9002020-06-121-10/+4