summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/odyssey2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-124-34/+16
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-4/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-148-74/+73
* mcs48: Convert ports to devcb (nw) AJR2017-05-062-7/+7
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-5/+4
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-274-6/+7
* device_image_interface cleanups (nw) AJR2017-02-271-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-27/+27
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-0/+3
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+3
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-062-2/+2
|/