summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vtech
Commit message (Expand)AuthorAgeFilesLines
* bus: Addressed unintuitive behavious in a dozen slot devices. Vas Crabb2026-03-234-12/+4
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-6/+3
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-4/+1
* -machine/spi_sdcard.cpp: Generate appropriate CSD for mounted image. Vas Crabb2024-10-012-58/+65
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2711-45/+45
* Fixed a few more class memory access warnings, and a little cleanup. Vas Crabb2024-04-221-4/+7
* vtech_fdc: Use device finder array for floppy drives AJR2023-10-122-28/+27
* 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-5/+5
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-2/+2
* init vars for coverity (bus/l-w) Robbbert2022-04-022-2/+2
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-062-3/+3
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-1/+1
* vtech/sdloader: Add support for SPI SD card Dirk Best2021-09-162-6/+122
* srcclean in preparation for release Vas Crabb2021-06-272-3/+3
* vtech: Rework expansion bus emulation Dirk Best2021-06-0123-234/+816
* vtech: Add floppy formats and fs Olivier Galibert2021-05-262-2/+13
* floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed Olivier Galibert2021-05-251-2/+1
* vtech/memexp/rs232: Add version 1.6 and make it default Dirk Best2021-05-191-1/+5
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-2/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-022-5/+7
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-2112-38/+41
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* Spring cleaning: Vas Crabb2019-11-014-33/+9
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-265-10/+10
* (nw) Clean up the mess on master Vas Crabb2019-03-266-44/+40
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-40/+44
* bus/cgenie/expansion, bus/einstein/pipe, bus/nasbus, bus/spectrum, bus/vtech:... AJR2019-02-255-39/+32
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-5/+8
* spkrdev: Removed MCFG macros, nw mooglyguy2018-12-253-43/+29
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-4/+5
* 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-082-5/+5
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-3/+3
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-045-19/+22
* maps: Finish devices/bus (nw) Olivier Galibert2018-04-211-6/+7
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-11/+6
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-143-6/+3
* another fifty device_mconfig_additions out of the way (nw) Vas Crabb2017-06-146-33/+20
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-223-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1422-303/+311
* Self-registering devices prep: Vas Crabb2017-02-279-12/+12
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1122-11/+11
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1