summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/x68k.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* x68k: guess at special priority mode behavior (nw) cracyc2019-09-261-0/+19
* Start cleaning up palette configuration: Vas Crabb2018-12-291-6/+6
* x68030: Restore palette; eliminate MCFG_VIDEO_START_OVERRIDE (nw) AJR2018-08-281-1/+1
* -hd63450: Removed MCFG, nw mooglyguy2018-08-281-24/+24
* x68000: Separate VINAS/VICON CRTC device AJR2018-07-131-590/+73
* x68000: More fiddling with the dot clock (nw) AJR2018-06-251-2/+2
* x68000: Better dot clock division (nw) AJR2018-06-251-1/+2
* x68000: Compute refresh rates from CRTC parameters and known XTAL values AJR2018-06-251-10/+17
* 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
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-2/+2
* Removed first_screen usage from gtia, atari_common_state, bbc_state, gamecom ... Ryan Holtz2018-03-091-1/+1
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-281-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-3/+0
* x68k: clear raster irq if line is changed, fixes chasehq (nw) cracyc2017-02-111-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-22/+22
* Another round of these Vas Crabb2016-08-271-2/+2
* Prepare to make object finders behave like a pointer, not a half-pointer half... Vas Crabb2016-08-261-4/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* x68k: ELSE if (nw) cracyc2016-02-121-1/+1
* doh! (nw) cracyc2016-01-051-1/+1
* x68k: special priority (nw) cracyc2016-01-051-6/+29
* x68k: make the bitmaps auto resize (nw) cracyc2016-01-041-18/+18
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-2/+2
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1267