summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp9845_io
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Vas Crabb2024-11-251-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-278-40/+40
* bus/hp9845_io/hp9885.cpp: Implemented format track command. (#12175) fulivi2024-03-312-41/+166
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-11/+4
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0114-117/+117
* formats/fs_hp98x5.cpp: Added filesystem handlers for HP9825, HP9831 and HP984... fulivi2023-05-151-0/+4
* hp/hp9825.cpp: Added support for HP 9825A and HP 9831. (#10595) fulivi2022-12-243-0/+173
* schedule: rename add_scheduling_quantum to add_quantum, added perfect_quatum ... hap2022-09-021-4/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-044-191/+195
* Revert initialisation of device members in headers. Vas Crabb2022-04-033-58/+58
* init vars for coverity (bus/a-l) Robbbert2022-04-023-58/+58
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-264-4/+4
* Miscellaneous #include cleanup AJR2021-11-201-1/+0
* HP9845: added synchronous I/O for RS232 port and HP98046 module (#7695) fulivi2021-03-072-85/+70
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-4/+3
* bus/hp9845_io: add missing prefix header to 98036.cpp, get rid of space-befor... Vas Crabb2020-09-032-97/+97
* hp9825: hp98036 serial I/O module added (#7024) fulivi2020-08-013-0/+603
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-1810-76/+76
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-204-6/+6
* simplified some handlers (nw) Ivan Vangelista2020-05-131-2/+2
* capricorn, hphybrid, nanoprocessor: Use devcb_read8 for interrupt vectoring (nw) AJR2020-04-222-9/+8
* Spring cleaning: Vas Crabb2019-11-0112-84/+96
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-6/+6
* Hp9825: support for external ROM cartridges added (#5761) fulivi2019-10-233-26/+60
* -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... MooglyGuy2019-07-024-4/+4
* Hp9845: added 98046 module emulation (#5115) fulivi2019-05-264-0/+863
* (nw) Clean up the mess on master Vas Crabb2019-03-264-11/+1125
* Revert "conflict resolution (nw)" andreasnaive2019-03-254-1125/+11
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-2/+3
* -devices/bus/bbc/1mhzbus/ieee488: Removed MACHINE_CONFIG macros, nw mooglyguy2019-02-031-9/+10
* hp9825: added HLE of HP9885 floppy drive. Extended HPI format to fulivi2019-01-123-0/+1112
* -nanoprocessor, mn10200, ps2vu, m68hc11: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-152-12/+13
* hp9825 & hp9845: refactored I/O sub-system. Added 98032 GPIO module. (#4353) fulivi2018-12-054-62/+815
* devcb3 Vas Crabb2018-07-071-3/+3
* acro removal, disambiguation, debugger side effects (nw) Vas Crabb2018-06-151-12/+12
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-23/+23
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-12/+12
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-5/+6
* IEEE-488 remotizer device (#3241) fulivi2018-03-181-0/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-142-37/+41
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-6/+6
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-142-24/+26
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-124-4/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-3/+3
* 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/h* (nw) Ivan Vangelista2017-06-084-41/+31
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-2/+2
* Hp9845: Support for HPI floppy format (#2310) fulivi2017-05-161-6/+9
* more spelling fixes (nw) smf-2017-05-141-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-146-132/+136