summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/xerox820.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-928/+0
* xerox820: Marked bigboard and mk82 as MNW - haven't been able to boot a flopp... Robbbert2021-07-021-2/+2
* xerox820.cpp: Use memory view for bankswitching AJR2021-05-241-53/+17
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-4/+4
* rs232: HLE updates AJR2021-01-261-1/+0
* Simplify snapshot/quickload callback parameters; remove some uses of auto_all... AJR2021-01-051-1/+2
* lethalj, m72, megatech, punchout, tumbleb, xerox820: initialized some variabl... Ivan Vangelista2020-11-011-0/+2
* bigboard: removed anonymous timer Robbbert2020-10-091-2/+3
* Cleaned up bitmap API. Vas Crabb2020-09-271-16/+16
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-9/+9
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-201-6/+6
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-3/+3
* xerox820.cpp: Fix SIO addressing AJR2020-02-241-2/+13
* xerox820.cpp: Connect SIO modem control inputs AJR2020-02-241-0/+13
* Eliminate legacy Z80 SIO emulation AJR2020-02-231-13/+13
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+2
* -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-7/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-261-33/+33
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-33/+33
* mame\video: removed MACHINE_CONFIG macros (nw) Ivan Vangelista2019-02-141-18/+17
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-2/+2
* Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-2/+2
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-3/+4
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+4
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-2/+2
* src/mame: even more MCFG removal (nw) Ivan Vangelista2018-12-051-4/+4
* srcclean and fixup (nw) Vas Crabb2018-11-251-28/+28
* x820ii: Marked iffy ROM from bitsavers as BAD_DUMP rfka012018-11-081-1/+1
* x820ii: Added new v50 v018 ROMset from Bitsavers, ROM error like the v50 set ... rfka012018-11-051-4/+19
* Added ROM version 4.02 from an 820-II and 5.00 from an 820-II 16/8 (#4238) rfka012018-11-031-15/+43
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-8/+8
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-6/+6
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-8/+8
* z80daisy: finished removing MCFG macro (nw) Ivan Vangelista2018-08-311-12/+13
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-20/+20
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-25/+25
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-7/+3
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-2/+2
* remove more MCFG_ (nw) Vas Crabb2018-07-071-14/+8
* devcb3 Vas Crabb2018-07-071-7/+7
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-37/+37
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-20/+20
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-7/+7
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-62/+62
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-7/+8