summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/myb3k.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-1073/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-88/+83
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-031-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-5/+5
* drivers starting with i, j, k, l and m: more macro removal (nw) Ivan Vangelista2020-05-281-9/+9
* further macro removal work (nw) Ivan Vangelista2020-05-181-16/+16
* input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... AJR2020-03-181-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* jb3000: (nw) forgot to enable softlist again after test, now fixed Joakim Larsson Edstrom2019-06-221-1/+1
* jb3000: Added softlist (#5275) Joakim Larsson Edström2019-06-221-1/+4
* Add support for myb3k FDC4712 Claire Kugelmann2019-06-171-0/+1
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-5/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-31/+36
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-36/+31
* mame\drivers: removed most MCFG and MACHINE_CONFIG macros from drivers starti... Ivan Vangelista2019-02-261-10/+10
* output_latch: removed MCFG macros (nw) Ivan Vangelista2019-01-291-6/+9
* isa: Modernize device configuration (nw) AJR2019-01-251-3/+4
* devices\machine\myb3k_kbd: removed MCFG macro (nw) Ivan Vangelista2019-01-171-12/+13
* mc6845: first part of MCFG macros removal (nw) Ivan Vangelista2018-11-191-4/+5
* isa8, isa16: Replace MCFG_ macros with devcb3 (nw) AJR2018-11-051-12/+13
* myb3k.cpp: fixed regression from my recent changes (nw) Ivan Vangelista2018-11-021-1/+1
* machine/pic8259.h: removed MCFG macros (nw) Ivan Vangelista2018-10-311-10/+10
* pit8253.h: removed MCFG macros (nw) Ivan Vangelista2018-10-301-7/+7
* -i8257: Removed MCFG, nw mooglyguy2018-09-041-17/+17
* -i8255: Removed MCFG, nw mooglyguy2018-09-031-4/+4
* -ram_device: MCFG removal, nw mooglyguy2018-08-161-3/+1
* (nw) fixed a few random typos Robbbert2018-08-091-1/+1
* more private: use (K,L,M) (#3714) David Haywood2018-06-301-9/+9
* 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-5/+5
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-4/+4
* 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-45/+45
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-5/+6
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-22/+24
* (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-3/+5
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4
* myb3k: JB3000 clone promoted to working [Luke Sleeman, protosphere] weetmuts2018-02-071-3/+3
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-7/+7
* myb3k.cpp: Graphics mode 0 corrected to reality, it is a 640x200 8 color/tone... Joakim Larsson Edstrom2018-01-181-53/+12
* fix myb3k build (nw) Vas Crabb2018-01-181-6/+7
* Mybrain 3000,JB-3000,Ericsson PC step/one feature complete (#3042) Joakim Larsson Edström2018-01-181-198/+646
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-3/+6
* srcclean and manual cleanups (nw) Vas Crabb2017-12-241-28/+28
* myb3k.cpp: Boots DOS 1.25, Keyboard and audio works. Graphics needs refactori... Joakim Larsson Edstrom2017-12-221-17/+50
* myb3k.cpp: Fix debug build (nw) AJR2017-12-161-2/+2