summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine
Commit message (Expand)AuthorAgeFilesLines
...
* megadriv.xml: "release" info element is supposed to be an unambiguous ISO date. Vas Crabb2026-02-093-20/+19
* machine/um8498f.cpp: guess shadow RAM location angelosa2026-02-072-54/+32
* pc/at.cpp: move a couple UM8498F targets into new umc/pc486vl.cpp, deambiguate angelosa2026-02-062-16/+17
* pc/pangofun.cpp: create new um8498f chipset and get rid of pcat_base_state angelosa2026-02-063-2/+762
* misc: shorter savestate name for things that do save_pointer(NAME(reinterpret... hap2026-02-062-2/+2
* machine/f82c836.cpp: add DMA clock settings, A20 lines are OR-ed just like cs... angelosa2026-02-052-6/+43
* machine/f82c836.cpp: minor remapping fix angelosa2026-02-051-3/+9
* machine/upd765.cpp: add save state support (#14869) TheLostNinja2026-02-051-0/+65
* machine/f82c836.cpp: make shadow RAM to be internal, fix RTC type angelosa2026-02-032-16/+24
* machine/f82c836.cpp: basic shadow RAM support, add F65535 stub angelosa2026-02-032-9/+115
* machine/f82c836.cpp: Fix clang error: lambda capture 'this' is not used [-Wer... AJR2026-02-022-3/+1
* pc/mdartstr.cpp: initial f82c836a chipset meat angelosa2026-02-023-2/+602
* Various PC engine/PC-FX and related devices and drivers updates/cleanups (#14... cam9002026-02-022-37/+36
* Merge commit '24658d27e85' into HEAD Vas Crabb2026-01-302-20/+5
|\
| * Revert "hd63450: Disable the packed mode implementation for the release, it b... Vas Crabb2026-01-301-2/+35
| * Revert "machine/spi_sdcard.cpp: Added configurable read/seek delays (#14763)" Vas Crabb2026-01-292-20/+5
| * hd63450: Disable the packed mode implementation for the release, it breaks x6... Olivier Galibert2026-01-251-35/+2
* | misc/3do_madam.cpp: implement get_pixel_6bpp_coded_lrform0 angelosa2026-01-292-33/+71
* | machine/cr560b.cpp: add command byte acks to some commands angelosa2026-01-291-18/+49
* | machine/cr560b.cpp: better logging around ToC angelosa2026-01-291-10/+22
* | luna/dma: implement what I think is what really happens Olivier Galibert2026-01-282-118/+48
* | misc/3do.cpp: hookup basic semantics for CD-ROM DMA transfers angelosa2026-01-261-14/+23
* | hd63450: Add a special mode for the luna 68k Olivier Galibert2026-01-253-29/+48
* | misc/3do_clio.cpp: hookup status bit for xbus (greatly reduce boot times) angelosa2026-01-242-37/+265
|/
* srcclean and minor manual cleanup. Vas Crabb2026-01-252-2/+2
* k033906.h: remove old i/o lines comment hap2026-01-212-8/+6
* devices/machine/k033906.cpp: corrected init order Ivan Vangelista2026-01-211-1/+1
* Miscellaneous device improvements: Vas Crabb2026-01-222-15/+10
* machine/i82586.cpp: improve buffer exhaustion logic Patrick Mackinlay2026-01-201-10/+12
* misc/3do_clio.cpp: hookup expansion bus interrupt angelosa2026-01-161-1/+1
* misc/3do_clio.cpp: initial hookup of a CR-560-B CDROM drive angelosa2026-01-152-0/+799
* luna: More advances Olivier Galibert2026-01-124-102/+179
* Add the translate methods to the other mmus Olivier Galibert2026-01-072-0/+25
* lisa: Massive updates Olivier Galibert2026-01-075-0/+216
* machine/spi_sdcard.cpp: Added configurable read/seek delays (#14763) holub2026-01-022-5/+20
* Cleaned up various stuff. Vas Crabb2025-12-319-59/+57
* srcclean in preparation for release. Vas Crabb2025-12-283-12/+12
* machine/tms9914.cpp: Suppress side effects for debugger reads. Vas Crabb2025-12-272-139/+150
* mb87030: Correct the behaviour when a transfer size 0 is requested Olivier Galibert2025-12-262-13/+23
* nec/pcfx.cpp: hookup internal backup RAM angelosa2025-12-252-2/+5
* ic2061a: ensure m_regs is initialized and saved Olivier Galibert2025-12-241-0/+2
* Cleaned up code in VRender0-related drivers and devices: (#14453) cam9002025-12-243-218/+219
* nec/pcfx.cpp: move interrupt controller as device angelosa2025-12-232-0/+202
* New working systems hap2025-12-222-1/+46
* machine/nscsi_bus: Moved the BSY callback from the MB87030 device to the bus ... arbee2025-12-214-6/+10
* machine/mb87030.cpp: Added a BSY line callback suitable for drive LEDs. [R. B... arbee2025-12-202-1/+7
* pc/*, nec/pc9801.cpp: kick-off a generic_cdrom software list angelosa2025-12-161-0/+1
* multibus/sun1.cpp: add SGI PM1 firmware [bitsavers] Patrick Mackinlay2025-12-152-0/+381
* machine/i82586.cpp: Use multibyte helpers instead of casting buffer pointer AJR2025-12-141-30/+21
* Current Plug & Play PR - ELAN SoC refactoring pass 2 (#14648) mamehaze2025-12-1224-0/+4426