summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/64h156.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a few class memory access warnings. Vas Crabb2024-04-221-1/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-8/+8
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-21/+21
* rand() corrections in src/devices/* (nw) hap2017-04-261-3/+3
* Device fixups (nw) AJR2017-03-021-2/+12
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* c64: Optimized the 1541 bit read/write function slightly without noticable ef... Curt Coder2016-08-071-53/+53
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+652