summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
* full xtal conversionxtal Olivier Galibert2025-04-29916-2209/+2158
* Move debugger command parameter validation helpers into debugger_console AJR2022-10-292-4/+2
* wd_fdc: Use the new active() Olivier Galibert2022-10-291-1/+1
* Remove #include <cstdarg> from emu.h and move it into source files that still... AJR2022-10-258-0/+13
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-256-15/+16
* machine/mos6530n.cpp: Removed old, unused io_r/io_w functions. (#10477) 0kmg2022-10-252-38/+0
* timer device: rename getter functions to match emu_timer hap2022-10-241-4/+4
* Fix FDC Busy bit for overlapped commands (#10464) pnp20842022-10-241-1/+3
* srcclean in preparation for release branch Vas Crabb2022-10-232-2/+2
* machine/mos6530n.cpp: Fixed io_w offset error. (#10463) 0kmg2022-10-231-1/+1
* 6840ptm.cpp: Fix unsigned comparison AJR2022-10-221-1/+1
* wd_fdc: reset the contents of data_reg when the sync is changed pnp20842022-10-222-12/+19
* dbreed: fix sprites on scorebar regression [Mamesick] hap2022-10-211-1/+1
* kr2376.cpp: Added the ROM12 variant. Nigel Barnes2022-10-172-59/+83
* fd1771: Add missing inversion Olivier Galibert2022-10-171-2/+2
* fd1771: Add extended DDAM handling Olivier Galibert2022-10-162-2/+14
* mpu4.cpp, ticket.cpp Added proper hopper communications to ticket.cpp (#10404) James Wallace2022-10-162-0/+13
* -bus/gameboy: Support MBC6 ROMs in GBX format. Vas Crabb2022-10-141-14/+15
* sinclair/pentevo.cpp: New working clone. (#10337) holub2022-10-101-0/+16
* advision: get rid of led fade, fix INS(MAME fastforward) not working, add dri... hap2022-10-081-2/+2
* dirom: added pre and post rom bank change callbacks and changed almost all us... hap2022-10-044-6/+6
* Change cpu32 and M68340 to 16 bit data bus instead of 32 [Paul Arnold] Paul-Arnold2022-10-045-53/+95
* wd1000: use resolve_safe for m_intrq_cb (#10382) Brian Johnson2022-10-021-1/+1
* m68000: split the header to make future semi-indenpendant implementations sane Olivier Galibert2022-09-302-2/+2
* ap2_dsk: Move the applesauce formats in their own file Olivier Galibert2022-09-282-0/+2
* barcrest: Refactored MPU4 machine configuration. [O. Galibert, James Wallace,... Vas Crabb2022-09-272-3/+8
* device_palette_interface: Make information overrides noexcept AJR2022-09-252-4/+4
* apple2: final removal of Apple II support for the legacy floppy system. [R. B... arbee2022-09-244-1125/+0
* er1400: Correct clock phase and better handle data reads Dirk Best2022-09-241-2/+2
* sonydriv.cpp: retired. [R. Belmont] arbee2022-09-222-684/+0
* dp83932c.cpp: Use swapendian_int16 AJR2022-09-221-2/+3
* Revert "er1400: Fix loss of the first data bit on readback" Dirk Best2022-09-171-2/+2
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-161-0/+1
* fixes for clang 15.0 on windows [smf] smf-2022-09-152-22/+1
* er1400: Fix loss of the first data bit on readback Dirk Best2022-09-151-2/+2
* * new WORKING machine Olivier Galibert2022-09-061-0/+2
* -machine/intelfsh.cpp: Added Macronix 29F008TC (1M*8, 4K*8 pages). Vas Crabb2022-09-062-12/+31
* schedule: rename add_scheduling_quantum to add_quantum, added perfect_quatum ... hap2022-09-023-4/+4
* woz: Remove write support, it can't really be made reliable Olivier Galibert2022-09-011-0/+1
* Revert "gen_latch: add boost interleave conf setting" Vas Crabb2022-08-312-8/+0
* gen_latch: add boost interleave conf setting hap2022-08-312-0/+8
* OSD/network interface cleanup AJR2022-08-288-1/+14
* srcclean in preparation for release Vas Crabb2022-08-287-42/+42
* Use mpu4_characteriser_pal for mpu3.cpp (#10079) David Haywood2022-08-271-8/+8
* new NOT_WORKING machines MetalliC2022-08-271-1/+1
* hyperscan: added quickload support. Sandro Ronco2022-08-231-0/+1
* Hyperscan: various updates Sandro Ronco2022-08-211-3/+3
* Greatly improve Monon Color emulation (#10158) David Haywood2022-08-212-0/+282
* chess artwork: fix xml error on white bishop hap2022-08-201-1/+1
* sony_news/news_r4k.cpp: Implemented Sony NEWS NWS-5000X driver. (#8854) Brice Onken2022-08-202-0/+36