summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nubus/nubus_specpdq.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* device_palette_interface: Make information overrides noexcept AJR2022-09-251-2/+2
* srcclean and cleanup in preparation for branching MAME 0.245 Vas Crabb2022-06-261-1/+1
* bus/nubus: Got rid of CRTC hacks in Macintosh Display Card emulation. Vas Crabb2022-06-251-7/+84
* -plugins.data: Reworked the code substantialy. Vas Crabb2022-06-251-1/+1
* bus/nubus: More Mac video card improvements. Vas Crabb2022-06-241-85/+113
* bus/nubus: Fixed SuperMac Spectrum PDQ blitter. Vas Crabb2022-06-231-66/+68
* bus/nubus: More improvements to SuperMac Spectrum video cards. Vas Crabb2022-06-231-144/+272
* bus/nubus: Implemented SuperMac Spectrum/8 desktop panning and zoom. Vas Crabb2022-06-211-27/+30
* bus/nubus: Minor SuperMac Spectrum improvements: Vas Crabb2022-06-201-22/+31
* bus/nubus, bus/sbus: Removed a redundant parameter, modernised endian helpers. Vas Crabb2022-06-181-39/+27
* - 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-23/+17
* 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-33/+66
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-66/+33
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-9/+10
* srcclean and cleanup (nw) Vas Crabb2019-01-271-18/+21
* specpdq: Better boundaries, still some pattern offset issues [O. Galibert] Olivier Galibert2019-01-041-13/+15
* Duh (nw) Olivier Galibert2019-01-031-4/+4
* specpdq: Fix backwards copy [O. Galibert] Olivier Galibert2019-01-031-4/+23
* specpdq: Start fixing blitting ops [O. Galibert] Olivier Galibert2019-01-031-21/+29
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-2/+1
* 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-19/+19
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-121-16/+10
* 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-13/+10
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* 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-1/+1
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-1/+1
* 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/+490