summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/bbc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
* update for Gordon Jefferyes (nw) Miodrag Milanovic2015-05-211-1/+1
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bump Miodrag Milanovic2014-07-221-2/+2
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-44/+26
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-4/+4
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* (MESS) bbc : fixed character position in mode 7 Robbbert2013-12-241-9/+6
* (MESS) bbc : added back the cursor Robbbert2013-12-191-2/+2
* (MESS) BBC Micro updates / fixes: [Nigel Barnes] Fabio Priuli2013-10-281-1/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* silence. (nw) Wilbert Pol2013-04-241-1/+1
* lynx and bbc cleanup (nw) Miodrag Milanovic2013-04-181-303/+6
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-53/+48
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-16/+16
* (MESS) bbc.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-101-74/+40
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+17
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-4/+3
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-10/+9
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Rewrote the SAA5050 Teletext character generator. Removed saa505x.c which was... Curt Coder2012-09-141-22/+24
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-8/+8
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-081-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+694