summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* video/ym7101: priority, window layer, HINT hookup, avoid sprite link deadlocks angelosa2025-08-313-58/+183
* gime: add PAL top/bottom padding to scanline buffer hap2025-08-312-1/+5
* Tidied various things, added side effect checks for some reads. Vas Crabb2025-08-313-6/+11
* machine/i2cmem: fix #13998 angelosa2025-08-301-3/+7
* video/ym7101: add basic drawing angelosa2025-08-302-39/+580
* ibm/rtpc.cpp: refactor keyboard, locator, speaker adapter Patrick Mackinlay2025-08-291-1/+1
* ibm/rtpc: misc minor fixes Patrick Mackinlay2025-08-291-3/+2
* sn76496: add btanb note hap2025-08-291-3/+9
* ibm/rosetta.cpp: implement debugger address translation Patrick Mackinlay2025-08-293-66/+94
* ibm/rtpc.cpp: ibm advanced monochrome graphics display adapter (aka apa8) Patrick Mackinlay2025-08-293-0/+479
* sn76496: only write ready pin devcb if ready pin changed, no need for in_nois... hap2025-08-282-21/+35
* sn76496: no need to savestate volume table hap2025-08-281-1/+0
* sn76496: initial volume is 0xf on sega psg hap2025-08-281-2/+2
* sn76496: whitespace cleanup, ready state variable was missing from savestates hap2025-08-282-106/+103
* sn76496: m_sega_style_psg was wrong way around, and fix recent regression wit... hap2025-08-281-13/+13
* hd44780: no need for a DONE section opposite of TODO hap2025-08-281-3/+0
* bus/coleco/cartridge: Initial support for the 'Super Game Cartridge' Dirk Best2025-08-264-0/+297
* intelfsh: Add SST_39SF020, fix sector size for SST_39SF0*0 Dirk Best2025-08-262-2/+13
* Run srcclean across the tree. Vas Crabb2025-08-247-31/+31
* pc/teradrive.cpp: glue in 16-bit ISA memory interactions with MD space, chang... angelosa2025-08-232-4/+12
* mdioport: move to devices folder, hook it up to teradrive (#14078) Angelo Salese2025-08-232-0/+733
* sound/sn76496.cpp: Tone frequencies and volume are non-zero at startup (gives... Nigel Barnes2025-08-221-5/+6
* video/mc6845.cpp: Removed hack that resets line counter when screen parameter... Nigel Barnes2025-08-221-4/+2
* machine/6522via.cpp: RESET does not change T1 and T2 latches/counters and Shi... Nigel Barnes2025-08-221-10/+5
* bus/bbc/rom: Moved classes into anonymous namespace. Nigel Barnes2025-08-2214-779/+507
* keytronic_l2207: Add remaining control characters for natural keyboard AJR2025-08-221-6/+6
* bus/keytronic/informer_kbd.h: Fix #include guard AJR2025-08-221-3/+3
* in207100: Slotify keyboard and add some alternate options [AJR] AJR2025-08-224-0/+476
* Begin slotifying generic Keytronic serial keyboards [AJR] AJR2025-08-227-85/+829
* machine/mos6526: get rid of m_icr_read, fix cpm68k-amiga boot angelosa2025-08-222-5/+6
* generalplus_gpl16250_spi_direct.cpp.cpp - move a hack out of the core SoC han... mamehaze2025-08-211-4/+0
* bus/bbc/exp: Added functions to write to CB lines. Nigel Barnes2025-08-212-15/+34
* bus/bbc/vsp: Slotified the Voice Synthesis Processor slot to take either Acor... Nigel Barnes2025-08-216-0/+441
* acorn/bbc.cpp: Split drivers by motherboard into bbcb.cpp, bbcbp.cpp, bbcm.cp... Nigel Barnes2025-08-216-29/+46
* bus/isa/mda.cpp: use screen frame counter Patrick Mackinlay2025-08-211-20/+5
* heathzenith/h8.cpp: Implement H8 Bus (#13560) Mark Garlanger2025-08-2114-0/+2141
* pc/teradrive: fix MD sound from 286 side angelosa2025-08-192-3/+15
* pc/teradrive: preliminary hookup of 286 view of MD space, Z80 basics, YM7101 ... angelosa2025-08-192-0/+324
* devices/bus/st: minor note shuffling angelosa2025-08-193-11/+8
* video/315_5313: mode 4 disallows writing to registers beyond 10 angelosa2025-08-181-0/+4
* bus/a800/a800_slot: write_cart doesn't need returning from void fn angelosa2025-08-181-3/+1
* st: add rom cartridges Olivier Galibert2025-08-183-1/+109
* bus/isa/isa_cards.cpp: Fix validation by restoring wonky difference between I... AJR2025-08-171-1/+5
* isa/isa_cards: merge ISA8 options with ISA16 8-bit options angelosa2025-08-171-53/+16
* isa/opti8621.cpp: fix base address dip option angelosa2025-08-162-4/+4
* machine/wd_fdc.cpp: Revert unnecessary part of previous commit AJR2025-08-161-0/+1
* machine/wd_fdc.cpp: Prevent INTRQ from being raised until last DRQ is service... AJR2025-08-161-4/+15
* video/pc_vga_paradise: hookup DDR callback for PR11 writes angelosa2025-08-163-1/+7
* isa/svga_paradise: refactor all cards to use ISA remap angelosa2025-08-162-53/+190
* video/315_5313: fix regression angelosa2025-08-162-2/+2