summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/disksys.cpp
Commit message (Expand)AuthorAgeFilesLines
* full xtal conversionxtal Olivier Galibert2 days1-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-16/+13
* nes/bus: Minor cleanups for Taito boards. (#9607) 0kmg2022-04-231-1/+0
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* -emu/render.cpp: Get the initial view check off the hot path (fixes MT08159). Vas Crabb2021-12-241-1/+1
* fds: Fixed IRQ regression + IRQ timer improvements. Fixes MT8041. (#9010) 0kmg2021-12-181-14/+42
* fds: Games refer to disk sides A and B, not 1 and 2. Robbbert2021-02-071-1/+1
* Implement FDS sound emulation (#6953) cam9002020-07-141-1/+18
* flopdrv: Even legacy devices need some code cleanup (nw) AJR2019-11-051-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+9
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-251-6/+6
* mame\video: removed MACHINE_CONFIG macros (nw) Ivan Vangelista2019-02-141-3/+4
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* nes_slot.cpp: Privatize m_maincpu member (nw) AJR2018-05-131-3/+2
* nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) AJR2018-05-131-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-121-10/+4
* 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-8/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* Removed device_image_interface::has_been_created() Nathan Woods2016-07-301-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-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-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+431