summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus/pds30_cb264.cpp
Commit message (Expand)AuthorAgeFilesLines
* apple/macii.cpp: Fixed regression where NuBus was stealing the internal video... arbee2025-04-261-177/+153
* nubus/nubus_cb264.cpp, pds30_cb264.cpp: Better guess at screen parameters; no... AJR2023-12-121-4/+2
* bus/nubus, bus/sbus: Removed a redundant parameter, modernised endian helpers. Vas Crabb2022-06-181-18/+13
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* Cleaned up bitmap API. Vas Crabb2020-09-271-32/+23
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-6/+6
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+8
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-8/+7
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-7/+8
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-3/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-1/+1
* nubus: cleanup to current practice (nw) arbee2018-03-021-4/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-3/+3
* Extended time! All space.device() removed from comments (nw) Olivier Galibert2018-01-051-3/+3
* Fix build (nw) AJR2017-06-121-0/+1
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-121-13/+8
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-11/+8
* Self-registering devices prep: Vas Crabb2017-02-271-1/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-2/+2
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-2/+2
* clang-modernize part 2 Miodrag Milanovic2015-12-041-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+324