summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/hp48.c
Commit message (Collapse)AuthorAgeFilesLines
* (MESS)-thomson: fix for incorrect palettes in a seldom used video mode ↵ Miodrag Milanovic2014-04-171-17/+26
| | | | | [Antonie Mine] (MESS)-hp48: fix for memory cards and addition of imgtool support for it [Antonie Mine]
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-6/+6
|
* replaced some more malloc/free usage with ↵ Oliver Stöneberg2014-03-281-2/+2
| | | | global_alloc_array/global_free_array (nw)
* 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 ↵ Miodrag Milanovic2013-05-081-1/+1
| | | | save_item/save_pointer (nw)
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-10/+10
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-78/+71
| | | | other modernization (nw)
* 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
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-22/+22
| | | | | | | 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-14/+13
| | | | changed to be members of state classes (no whatsnew)
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-2/+2
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-15/+15
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1238