summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/multibus (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus/multibus: Added Robotron K7071 text-only video card for the A7100 series.... shattered11 days2-0/+283
* bus/multibus/robotron_k7070.cpp, robotron/a7150.cpp: Made Robotron K7070 KGS ... shattered2023-12-132-0/+500
* labtam: set keyboard default baud Patrick Mackinlay2023-10-302-2/+9
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-2/+2
* labtam: add serial ports Patrick Mackinlay2023-01-272-40/+150
* labtam: fix z80sbc fdcset/fdcclr/fdcatn logic Patrick Mackinlay2023-01-262-23/+16
* labtam: vdu/comm refactoring and more firmware changes Patrick Mackinlay2023-01-252-53/+62
* labtam: various improvements Patrick Mackinlay2023-01-244-55/+155
* Added support for Intel ISIS-II filesystem (#10367) fulivi2022-10-151-0/+2
* schedule: rename add_scheduling_quantum to add_quantum, added perfect_quatum ... hap2022-09-021-1/+1
* intel/imds2: correct dump for PIO microcontroller [fulivi] fulivi2022-07-314-48/+47
* Reduced some redundancy in a few more slot layouts. Vas Crabb2022-07-151-1/+2
* labtam: improved interrupt map logic Patrick Mackinlay2022-06-162-32/+30
* labtam: improve z80sbc interrupt handling and mapping logic Patrick Mackinlay2022-06-082-35/+130
* labtam: improve vducom palette handling and font decode Patrick Mackinlay2022-06-082-6/+45
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-39/+34
* labtam: add 8086 vdu comm board [Xolod] Patrick Mackinlay2022-05-312-0/+315
* labtam: improve z80sbc floppy hookup Patrick Mackinlay2022-05-312-18/+44
* labtam: z80sbc floppy disk and dma connected Patrick Mackinlay2022-05-272-85/+180
* labtam: labtam 3000 z80 sbc work in progress [Xolod] Patrick Mackinlay2022-05-252-0/+488
* labtam: rename 3232 device Patrick Mackinlay2022-05-252-23/+22
* labtam3232: new card skeleton Patrick Mackinlay2022-05-202-0/+168
* pcmx2: fixed crash while in dipswitch menu Robbbert2022-04-271-8/+8
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-26/+26
* init vars for coverity (bus/l-w) Robbbert2022-04-021-26/+26
* isbc8024: new multibus card with unknown firmware [Andy Welburn] Patrick Mackinlay2022-03-312-0/+213
* pcmx2: boot to monitor Patrick Mackinlay2022-03-114-0/+535
* imds2: multibus update Patrick Mackinlay2022-03-112-15/+4
* multibus: various improvements Patrick Mackinlay2022-03-112-78/+102
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-4/+3
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-182-5/+5
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-4/+3
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-212-2/+2
* srcclean (nw) Vas Crabb2020-03-221-11/+11
* multibus : Add interrupt lines to multibus slot device (nw) (#6359) Happy-yappH2020-02-242-3/+104
* more debug logging left on, few small cleanups (nw) Vas Crabb2020-02-021-21/+21
* (nw) more validation failures Robbbert2020-01-052-2/+2
* Emulation of isbc202 floppy disk controller (#6119) fulivi2020-01-044-0/+1468