summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/sorcerer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-654/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-18/+2
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-13/+15
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-3/+3
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+1
* srcclean for release Vas Crabb2021-05-231-3/+3
* sorcerer: fixed bugs with SNP handling. Robbbert2021-05-161-2/+5
* sorcerer: quickload changes Robbbert2021-05-161-89/+105
* cvs, dkong, hec2hrp, igs011, namcos21_dsp, nbmj9195, realbrk, seattle, skylan... Ivan Vangelista2021-02-251-0/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+1
* Simplify snapshot/quickload callback parameters; remove some uses of auto_all... AJR2021-01-051-2/+2
* (nw) sorcerer: save state support Robbbert2020-05-211-13/+24
* (nw) sorcerer: added tap; cleanup Robbbert2020-05-211-44/+59
* various drivers: simplified some more handlers (nw) Ivan Vangelista2020-05-141-4/+4
* (nw) sorcerera,sorcererb: increased number of floppy drives to 4. Robbbert2020-04-091-0/+4
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) sorcerer : fixed regression with cassette motor handling Robbbert2019-10-091-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* (nw) sorcerer: added support for dreamdisk and digitrio fdc Robbbert2019-08-111-82/+162
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+3
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-3/+4
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-2/+2
* ay31015: Remove baud clock generation from device emulation (not a built-in U... AJR2019-02-101-2/+1
* (nw) sorcerer : cp/m disk almost boots Robbbert2018-08-181-8/+17
* (nw) sorcerer : probably a good idea to initialise the new variables Robbbert2018-08-181-0/+3
* sorcerer : added experimental code to support the twin floppy unit in the vid... Robbbert2018-08-181-11/+70
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* sorcerer: Use new-style UART handlers (nw) AJR2018-03-041-13/+0
* ay31015: Replace generic pin setters and getters with READ_LINE and WRITE_LIN... AJR2018-02-201-22/+22
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* Don't rely on macro expansion to supply parentheses around condition for if s... Vas Crabb2016-08-161-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-6/+6
* Sorcerer: added rs232. Robbbert2016-06-061-16/+4
* sorcerer: calculate baud rates based on actual dividers on pcb. Fixed a bug w... Robbbert2016-06-051-5/+5
* - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. therealmogminer@gmail.com2015-11-091-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+492