summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mc1502.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Remove validity check error in mc1502 (nw) yz70s2019-12-241-1/+1
* Halt cpu by isa rdy line in poisk-1 and mc1502 fdc devices (nw) yz70s2019-12-231-1/+8
* mc1502.cpp, pg685.cpp, rastersp.cpp, rc759.cpp: Fix region widths (nw) AJR2019-11-161-2/+2
* (nw) get rid of wave.h usage part 1 Robbbert2019-07-061-2/+1
* (nw) more cassette wave sound Robbbert2019-06-301-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-20/+23
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-23/+20
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-5/+6
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+2
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-7/+8
* isa: Modernize device configuration (nw) AJR2019-01-251-3/+4
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-3/+3
* isa8, isa16: Replace MCFG_ macros with devcb3 (nw) AJR2018-11-051-8/+8
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-14/+14
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-8/+8
* 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
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-11/+11
* i8251: Removed MCFG, nw mooglyguy2018-08-291-7/+7
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* 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-2/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-18/+18
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-4/+4
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-4/+4
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* misc changes too small for their own pull request (#3557) Sergey Svishchev2018-05-111-26/+20
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-3/+2
* 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-39/+39
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-6/+6
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-13/+15
* modernize -- nuke first_screen, ioport() lookups, etc. (nw) Sergey Svishchev2018-03-061-24/+13
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* mc1502: add BIOS 7.2 and todo list Sergey Svishchev2017-12-011-0/+9
* pic8259: Break up the MCFG_PIC8259_ADD macro (nw) AJR2017-09-021-1/+2
* fix mc1502 BIOS name (nw) Vas Crabb2017-08-261-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* srcclean (nw) Vas Crabb2017-03-261-7/+7
* apply clang-format, remove obsolete comments. no code changes. Sergey Svishchev2017-03-021-28/+32
* Self-registering devices prep: Vas Crabb2017-02-271-2/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* mc1502: make serial test in BIOS work Sergey Svishchev2016-08-071-4/+5
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* pc: simplify somewhat the pcs/clones and enable configs with less than 640k r... cracyc2016-03-041-42/+27