summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/hp48.c
Commit message (Expand)AuthorAgeFilesLines
* (MESS)-thomson: fix for incorrect palettes in a seldom used video mode [Anton... Miodrag Milanovic2014-04-171-17/+26
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-6/+6
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-2/+2
* Preliminary driver support for the HP 49 G [Antoine Mine] Miodrag Milanovic2014-03-251-78/+123
* some more cleanup (nw) Miodrag Milanovic2014-03-241-9/+6
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* saturn.c: Modernized cpu core (nw) Wilbert Pol2013-10-041-46/+38
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-1/+1
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-10/+10
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-78/+71
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+3
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* (MESS) changed logging to use machine().describe_context(). (nw) smf-2013-04-131-21/+21
* dac_device tag lookup cleanup (nw) Miodrag Milanovic2013-04-121-1/+1
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* modernized some pre/postload calls (no whatsnew) Miodrag Milanovic2013-01-311-42/+41
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-60/+60
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-66/+60
* some hp48 cleanup (nw) Miodrag Milanovic2012-09-201-125/+120
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-22/+22
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-14/+13
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-15/+15
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1238