summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/interpro/sr
Commit message (Expand)AuthorAgeFilesLines
* 8530scc: retire legacy device Patrick Mackinlay2025-01-142-4/+4
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-273-50/+50
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-16/+4
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-015-24/+24
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-232-2/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-53/+53
* init vars for coverity (bus/a-l) Robbbert2022-04-022-53/+53
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-11/+11
* interpro: correct function signature Patrick Mackinlay2021-02-151-1/+1
* interpro: Coverity 315916 Robbbert2021-02-141-1/+2
* interpro: prevent some crashes Patrick Mackinlay2021-02-051-4/+4
* fix several genuine issues found by coverity Patrick Mackinlay2021-01-061-2/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-2/+2
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-184-108/+108
* devices/bus/interpro/sr/gt.cpp, src/mame/machine/interpro_ioga.cpp: initializ... Ivan Vangelista2020-06-041-0/+1
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-202-2/+2
* Spring cleaning: Vas Crabb2019-11-011-4/+4
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-23/+23
* bus/interpro: minor tidy (nw) Patrick Mackinlay2019-10-242-6/+6
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-6/+6
* bt45x: overlay for single channel devices (nw) Patrick Mackinlay2019-07-231-3/+3
* z80scc: Read/write handler cleanups (nw) AJR2019-06-122-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-263-23/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-10/+23
* bus/interpro/sr: Replace CPU finder with required_address_space (nw) AJR2019-02-262-21/+8
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-2/+2
* tms32031.cpp: Removed MCFG. [Ryan Holtz] mooglyguy2018-12-071-48/+54
* interpro: disable the dsp instead (nw) Patrick Mackinlay2018-10-111-3/+6
* interpro: fix MT#07088 (nw) Patrick Mackinlay2018-10-112-5/+4
* Details, details (nw) Vas Crabb2018-09-011-7/+7
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-11/+11
* interpro: cleanup + more graphics (nw) Patrick Mackinlay2018-08-226-637/+892
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-24/+7
* remove more (nw) smf-2018-08-091-2/+2
* remove unused this (nw) smf-2018-08-091-2/+2
* interpro: devcb3 goodness (nw) (#3737) Patrick Mackinlay2018-08-076-514/+444
* devcb3 Vas Crabb2018-07-071-8/+8
* interpro: CLIX boots (on the ip2000) (#3730) Patrick Mackinlay2018-07-052-2/+7
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-75/+75
* z80scc: Remove generic device type (which nothing was using) and custom MCFG_... AJR2018-05-271-3/+3
* srcclean (nw) Vas Crabb2018-05-272-7/+7
* interpro: lle keyboard working (#3608) Patrick Mackinlay2018-05-252-28/+28
* gt: don't write out of bounds (nw) Olivier Galibert2018-05-161-2/+3
* oops (nw) Olivier Galibert2018-05-161-1/+1
* interpro: pass more diag stuff (nw) Olivier Galibert2018-05-162-43/+65
* interpro: wip checkpoint (nw) (#3573) Patrick Mackinlay2018-05-158-276/+1694
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-8/+9
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-211-68/+71