summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6270.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* huc6270.cpp, huc6202.cpp : Simplify handlers cam9002019-04-271-4/+4
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* Remove first_screen() from kc85, ti990_4, aviwrite.cpp, and huc6270 comments. nw mooglyguy2018-03-101-5/+0
* srcclean (nw) Vas Crabb2017-10-221-6/+6
* Actually battlera.cpp / pcfx.cpp can access upper VRAM bounds, fixed regressi... angelosa2017-10-201-12/+15
* huc6270.cpp: moved VRAM-VRAM DMA from vblank callback to hsync, fixes MT #067... angelosa2017-10-111-34/+37
* huc6270.cpp: VRAM is actually only 0-0x7fff, area 0x8000-0xffff is open bus a... angelosa2017-10-071-5/+32
* huc6270: invert h/vsync logic for interrupts, fixes several PC Engine hangs [... angelosa2017-09-291-28/+36
* explicit sizes for enums used in save states - one should always do this to m... Vas Crabb2017-07-161-25/+25
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-24/+23
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+895