summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/psion.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* (MESS) minor psion.c cleanup. (nw) Sandro Ronco2014-04-041-3/+3
* (MESS) modernized psion.c nvram. nw. Fabio Priuli2014-04-041-28/+16
* remove not needed parameters (nw) Miodrag Milanovic2014-03-241-12/+11
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+5
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* License tags. (nw) Sandro Ronco2013-10-261-0/+2
* m6800.c: Modernized cpu core (nw) Wilbert Pol2013-08-071-4/+4
* moved some legacy stuff from mconfig.h to mcfglgcy.h (nw) Oliver Stöneberg2013-07-161-0/+1
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* cleanup (nw) Miodrag Milanovic2013-04-141-5/+3
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* (MESS) fixed uninitialized memory in src/mess/drivers/psion.c (nw) Oliver Stöneberg2013-03-091-0/+1
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-2/+2
* (MESS) Added KC0066 charset and replace hd44780/Psion charset. (nw) Sandro Ronco2013-01-281-0/+12
* (MESS) Cleanup the HD44780 device. (nw) Sandro Ronco2013-01-221-51/+26
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-50/+50
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-6/+4
* Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) Miodrag Milanovic2012-09-191-3/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+3
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* (MESS) Clean up some MACHINE_CONFIG_START. (nw) Sandro Ronco2012-09-081-28/+3
* (MESS) Fixed screen type in some drivers. (nw) Sandro Ronco2012-09-071-2/+2
* (MESS) HD44780: added an optional pixel_update callback in order to support c... Sandro Ronco2012-08-271-2/+4
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+663