summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/crtc_ega.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-12/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* (MESS) fixed uninitialized members in src/mess/video/crtc_ega.c (nw) Oliver Stöneberg2013-02-221-0/+8
* (MESS) crtc_ega.c: Initialized the rest of the variables. (nw) Wilbert Pol2013-02-151-0/+41
* (MESS) fixed some uninitialized variables in crtc_ega.c (nw) Oliver Stöneberg2013-02-151-0/+7
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+15
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+695