summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/x1.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-2371/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-3/+5
* cvs, galaxian, galaxold, igs017, snes, supracan, taitotz, trs80m3, vectrex, x... Ivan Vangelista2020-11-061-1/+5
* x1: moved note to make it clear it applies to x1turbo only Robbbert2020-10-021-1/+1
* x1: various keyboard fixes Robbbert2020-09-261-178/+125
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-65/+64
* more macro removal (nw) Ivan Vangelista2020-05-191-10/+10
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* Eliminate legacy Z80 SIO emulation AJR2020-02-231-2/+2
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-241-5/+5
* x1.cpp: improve QA notes, improve palette hooks for turboz (nw) angelosa2019-11-201-12/+27
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* (nw) misc cleanup: Vas Crabb2019-09-201-4/+1
* (nw) removal of wave.h part 2 Robbbert2019-07-061-1/+1
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-1/+1
* mc6845: Use standard device method to adjust input clock (nw) AJR2019-04-281-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-34/+34
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-34/+34
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-2/+2
* bus/generic, bus/vc4000: Eliminate address_space argument from handlers (nw) AJR2019-02-191-1/+1
* mame\video: removed MACHINE_CONFIG macros (nw) Ivan Vangelista2019-02-141-16/+16
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-1/+1
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-4/+4
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-5/+5
* bankdev: Remove address_space argument from read/write handlers (nw) AJR2019-01-211-1/+1
* devices\machine\ticket, timer: removed MCFG macros (nw) Ivan Vangelista2019-01-211-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-11/+2
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-3/+4
* ym2151: removed MCFG macros (nw) Ivan Vangelista2018-11-181-3/+3
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-7/+7
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-5/+4
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-7/+7
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-5/+5
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-7/+8
* z80dart.cpp, z80dma.cpp: started removing MCFG macros (nw) Ivan Vangelista2018-08-291-10/+10
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-6/+1
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-8/+8
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-3/+3
* beathead, concept, pkscram, saturn, tandy2k, trackfld, x1, swtpc09: machine()... mooglyguy2018-06-131-4/+4
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-43/+43
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-1/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-8/+8
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-8/+8
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-13/+12
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-3/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2