summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/psion.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-4/+3
| | | | changed to be members of state classes (no whatsnew)
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* (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 ↵ Sandro Ronco2012-08-271-2/+4
| | | | custom LCD. (nw)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+663