summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pofo
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-5/+2
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-4/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-277-16/+16
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-255-18/+66
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-013-12/+12
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-3/+3
* Fixed unused lambda capture in Lua engine. Vas Crabb2023-04-061-3/+3
* API change for device_image_interface AJR2023-03-302-3/+3
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-3/+3
* init vars for coverity (bus/l-w) Robbbert2022-04-022-3/+3
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-272-6/+4
* Remove fileio.h from emu.h AJR2022-02-112-2/+2
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-2/+2
* device_image_interface: Interface overhaul AJR2022-01-062-10/+16
* adam, bw2, cbm2, newbrain, pet, plus4, pofo, vic10, vic20: Eliminate bus tag ... AJR2021-06-202-8/+1
* pofo.cpp: Atari Portfolio fixes and improvements. (#8191) Jaen2021-06-161-1/+1
* pofo: if software not specified with -ccma rom, just run as normal Robbbert2021-02-111-1/+1
* Clean-up and consistency fixes after memory system changes. Vas Crabb2020-11-032-4/+2
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-026-15/+14
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-3/+3
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+9
* Spring cleaning: Vas Crabb2019-11-014-14/+10
* devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values cam9002019-03-301-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-2612-89/+82
* Revert "conflict resolution (nw)" andreasnaive2019-03-2512-82/+89
* bus/compis, bus/isbx, bus/pofo, bus/ql, qimi: Eliminate address_space argumen... AJR2019-02-2412-32/+32
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-013-43/+33
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-17/+20
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-8/+9
* space, space, space, space, space, space, space, space, mem_mask (nw) smf-2018-09-231-2/+2
* -in8250: De-MCFG, nw mooglyguy2018-09-041-10/+10
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-4/+4
* devcb3 Vas Crabb2018-07-071-3/+3
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-1/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-063-26/+26
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-12/+14
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+6
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-152-2/+0
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-232-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* device_add_mconfig up to devices/bus/q* (nw) Ivan Vangelista2017-06-136-49/+16
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-223-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1414-183/+159
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Self-registering devices prep: Vas Crabb2017-02-277-8/+8
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1114-7/+7