summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2
Commit message (Expand)AuthorAgeFilesLines
* device_image_interface: Interface overhaul AJR2022-01-062-11/+3
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-4/+4
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-1/+1
* New working clones hap2021-04-211-1/+1
* odyssey2/homecomp: make ram size configurable hap2021-02-012-1/+41
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-1/+1
* odyssey2/ktaa: re-add support for 16KB size hap2021-01-055-15/+26
* odyssey2: add service test cart 7seg output hap2021-01-0412-12/+149
* odyssey2/voice: remove unused function hap2021-01-042-10/+3
* odyssey2: add notes hap2021-01-042-9/+30
* odyssey2: fix loading games with -cart not working hap2021-01-021-2/+5
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-028-18/+24
* odyssey2: shorthand variable types in source code hap2020-09-2816-41/+41
* add nullptr check to some strtoul calls hap2020-08-301-9/+9
* odyssey2: put voice roms in softwarelist hap2020-08-2812-86/+81
* odyssey2: add cartridge B pin hap2020-08-183-19/+26
* odyssey2/homecomp: add cassette i/o hap2020-08-121-2/+28
* Fix clang error: private field 'm_ioctrl' is not used [-Werror,-Wunused-priva... AJR2020-08-121-1/+0
* odyssey2: add preliminary Videopac+ C7420 Home Computer Module emulation hap2020-08-128-19/+233
* untangle bus/odyssey2/rom.cpp hap2020-08-1214-133/+154
* odyssey2: add support for 16KB bankswitched roms hap2020-08-118-12/+117
* mcs48: burn opcode cycles before executing opcode hap2020-08-082-2/+2
* odyssey2: improve keyboard handling hap2020-08-041-1/+1
* odyssey2/voice: small cleanup after failed attempt to fix a bug hap2020-08-044-32/+34
* odyssey2: Require a cartridge Justin Kerk2020-08-031-1/+1
* odyssey2/voice: add more cartridge pin passthroughs hap2020-08-032-5/+21
* odyssey2: mcs48 already takes care of reset hap2020-08-032-5/+0
* odyssey2: add support for 4in1 cartridge hap2020-08-0310-18/+123
* addrmap: remove unsupported setter, emumem enforces unmapval 0 or ~0 hap2020-08-011-2/+2
* Software list items promoted to working hap2020-08-015-20/+100
* odyssey2/chess: add notes hap2020-07-311-6/+12
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-216-28/+28
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-11/+13
* Spring cleaning: Vas Crabb2019-11-012-9/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-263-13/+21
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-21/+13
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-5/+6
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-012-8/+15
* less space (nw) smf-2018-09-141-1/+1
* sp0256: Remove MCFG_ (nw) Nigel Barnes2018-07-101-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-5/+5
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-8/+9
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-8/+10
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-2/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2