summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/jaleco.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-12/+12
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-19/+16
* bus/nes: Updated Jaleco boards. (#9628) 0kmg2022-04-281-232/+121
* bus/nes: Corrected NOCASH_NOCHR homebrew board emulation. (#9611) 0kmg2022-04-231-1/+0
* bus/nes: Remove redundant start and reset device overrides. (#9516) 0kmg2022-04-051-41/+0
* nes: Various minor fixes, more cleanups with bit functions. (#9488) 0kmg2022-04-021-3/+3
* bus/nes: Simplifications using bit utility functions. (#9444) 0kmg2022-03-231-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-11/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+11
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-251-11/+11
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-49/+49
* nes_slot.cpp: Privatize m_maincpu member (nw) AJR2018-05-131-7/+6
* nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) AJR2018-05-131-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-7/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-7/+7
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+7
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-121-47/+9
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-43/+43
* Self-registering devices prep: Vas Crabb2017-02-271-12/+14
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* reverting: Miodrag Milanovic2016-01-201-16/+16
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-16/+16
* clang-modernize part 2 Miodrag Milanovic2015-12-041-7/+7
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-8/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+886