summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-5/+2
* odyssey2: set voice subslot cartridge as required hap2025-05-051-1/+1
* o2_cart_slot: allow user to configure cart pin b hap2024-12-052-42/+62
* videopac: add 7seg outputs for testcartpl hap2024-12-044-4/+63
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-279-20/+20
* nsc800: move device to its own file hap2024-08-311-1/+1
* New working clones hap2024-07-291-1/+2
* saitek_osa/odyssey2 slot devices: add anonymous namespace hap2024-03-2716-391/+369
* sp0256: remove reset lrq timer workaround that was added there for odyssey2 k... hap2024-03-122-4/+12
* odyssey2: correct 0xc00-0xfff rom mirroring hap2024-03-085-5/+5
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-12/+26
* misc: change my habit on where to place class variables hap2023-11-252-6/+6
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-015-6/+6
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-4/+4
* Fixed various bugs: Vas Crabb2023-04-061-1/+1
* Small fixes and cleanup: Vas Crabb2023-04-041-3/+3
* API change for device_image_interface AJR2023-03-302-4/+4
* leonardo/renaissa: correct ACK output hap2022-07-061-1/+1
* 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