summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/acorn (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move format #includes out of header files AJR2023-10-126-8/+6
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0120-32/+32
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-7/+4
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-052-2/+2
* API change for device_image_interface AJR2023-03-302-5/+5
* bus/acorn/cms/4080term: Use raw screen params. Nigel Barnes2022-05-211-3/+1
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-3/+3
* init vars for coverity (bus/a-l) Robbbert2022-04-021-3/+3
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-026-13/+19
* rs232: HLE updates AJR2021-01-261-1/+0
* 6522via.cpp: Distinguish some different VIA types AJR2021-01-212-2/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-026-8/+15
* Cleaned up bitmap API. Vas Crabb2020-09-272-2/+2
* Restore some standard library #includes, add some things that were used but n... Vas Crabb2020-07-191-0/+2
* Pruning of redundant #includes located in src/devices/bus/* (nw) Scott Stone2020-07-101-2/+0
* bus/a1bus, bus/a2bus, bus/acorn, bus/bbc: Simplify handler signatures (nw) AJR2020-06-078-14/+14
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-182-2/+2
* cms6502: Cleanups and promoted to working. Nigel Barnes2020-03-036-24/+146
* New working machines Vas Crabb2019-11-021-1/+1
* Spring cleaning: Vas Crabb2019-11-012-23/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-2612-25/+25
* acorn_vib: Make ACIA transmit/receive clocks selectable using MC14411 AJR2019-10-082-42/+116
* econet: Eliminate machine().device and hardcoded bus tag (nw) AJR2019-08-171-3/+1
* via6522: Change most mappings into m() [O. Galibert] Olivier Galibert2019-07-072-2/+3
* -imagedev/harddriv: Removed MCFG macros. [Ryan Holtz] mooglyguy2019-06-301-8/+5
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-182-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-2613-50/+58
* Revert "conflict resolution (nw)" andreasnaive2019-03-2513-58/+50
* bus/bbc/fdc, i8271: Simplify read/write handlers (nw) AJR2019-03-102-2/+2
* ef9345, ef9365: Simplify read/write handlers (nw) AJR2019-03-072-2/+2
* bus/acorn: Replace CPU finder with required_address_space (nw) AJR2019-02-252-4/+4
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-192-6/+6
* mos6566, mos6581, bus/plus4: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* mc6852, mc6854, mos6551: Simplify read/write handlers (nw) AJR2019-02-183-3/+3
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-181-1/+1
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-5/+6
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-5/+6
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-3/+5
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-213-18/+22
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-253-0/+3
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-1/+1
* acorn_fdc/atom_discpack: Set READY on HEAD_LOAD. Nigel Barnes2018-09-172-11/+9
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-1/+1
* Previous commit examples of use (nw) Olivier Galibert2018-08-022-2/+2
* -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] mooglyguy2018-07-312-12/+21
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* cleanup (nw) Vas Crabb2018-07-1215-49/+43