summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/einstein.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* einstein: Added quickload option for .COM files. Nigel Barnes2020-06-151-9/+51
* drivers starting with f, g and h: some macro removal (nw) Ivan Vangelista2020-05-271-40/+40
* another bunch of macro removals (nw) Ivan Vangelista2020-05-191-4/+4
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* einstein: Disable rom switching side effects (nw) Nigel Barnes2019-11-061-2/+5
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-4/+4
* Fix clang build [-Werror,-Wunused-private-field] (nw) AJR2019-07-291-2/+0
* einst256: Replaced bad MOS ROM and implemented the rest of the machine, promo... Nigel Barnes2019-07-291-32/+315
* (nw) Clean up the mess on master Vas Crabb2019-03-261-23/+21
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-21/+23
* tms9928a, v9938: Remove space and mem_mask from read/write handlers (nw) AJR2019-03-091-2/+1
* bus/cgenie/expansion, bus/einstein/pipe, bus/nasbus, bus/spectrum, bus/vtech:... AJR2019-02-251-4/+2
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-4/+4
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-7/+8
* 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
* bus/einstein/pipe: Eliminate MCFG_ macros; add bus clock (nw) AJR2018-12-311-2/+2
* Default input clocks for ADC083x and ADC084x (nw) AJR2018-12-261-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* ay8910: finished MCFG macros removal (nw) Ivan Vangelista2018-11-141-4/+4
* More CTC set_clk conversions (nw) AJR2018-11-131-6/+3
* bus/rs232.cpp: completed removal of MCFG macros (nw) Ivan Vangelista2018-10-231-4/+4
* i8251: Provide standard read/write handlers; eliminate memory space as argume... AJR2018-09-161-2/+1
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-1/+1
* z80ctc: removed MCFG macros (nw) Ivan Vangelista2018-09-031-5/+5
* z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) Ivan Vangelista2018-08-301-12/+12
* i8251: Removed MCFG, nw mooglyguy2018-08-291-4/+4
* z80pio.cpp: removed macros (nw) Ivan Vangelista2018-08-281-7/+7
* tms9928a: Configuration modernization (nw) AJR2018-08-211-5/+4
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-2/+1
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-6/+6
* devcb3 Vas Crabb2018-07-071-4/+4
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-3/+5
* 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-081-11/+11
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-4/+4
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-35/+35
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-8/+9
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-23/+25
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* 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-171-1/+2
* srcclean (nw) Vas Crabb2017-11-261-1/+1
* einstein.cpp: Workaround for clang bug (nw) AJR2017-11-191-4/+4
* einstein: Improve interrupts, add WIP Speculator support Dirk Best2017-11-201-4/+41