summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x68k.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-380/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-12/+2
* init some more vars (includes) Robbbert2022-04-111-71/+71
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* x68k: remove unneeded cracyc2021-06-101-1/+0
* x68k: fill bitmap with lowest priority tile layer so pixels that would be tra... cracyc2021-05-221-0/+1
* ymfm: Refactor new FM engine into a 3rdparty library (#8046) Aaron Giles2021-05-141-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-1/+1
* drivers starting with t, u, v, w and most of drivers starting with x: removed... Ivan Vangelista2020-06-161-29/+29
* more macro removal (nw) Ivan Vangelista2020-05-191-10/+10
* c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... Vas Crabb2019-11-151-1/+1
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* x68000: Overhaul interrupt handling; add second expansion slot AJR2019-06-191-18/+23
* hd63450: More accurate IRQ handling with a tidier interface AJR2019-04-191-3/+2
* x68k: Fix interrupt acknowledgment (nw) AJR2019-04-051-1/+3
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-2/+3
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* misc cleanup (nw) Vas Crabb2018-12-271-1/+2
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* x68030: Restore palette; eliminate MCFG_VIDEO_START_OVERRIDE (nw) AJR2018-08-281-4/+4
* -hd63450: Removed MCFG, nw mooglyguy2018-08-281-62/+102
* x68000: Separate VINAS/VICON CRTC device AJR2018-07-131-62/+15
* private: use (W,X,Y,Z,#) (#3721) David Haywood2018-07-011-25/+28
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-1/+1
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-3/+3
* x68k : Implement ADPCM Panning, Correct ADPCM Timer (#3376) cam9002018-03-221-0/+4
* clean up some stuff in x68k (nw) Vas Crabb2018-03-041-34/+42
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+4
* - Add preliminary Yamaha YM3802 MIDI controller mahlemiut2017-06-211-0/+4
* Self-registering devices prep: Vas Crabb2017-02-271-6/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* ym2151: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* x68k: special priority (nw) cracyc2016-01-051-0/+1
* x68k: make the bitmaps auto resize (nw) cracyc2016-01-041-2/+2
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-6/+0
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-1/+1
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+362