Miodrag Milanovic
1d40fe6824
dac_device tag lookup cleanup (nw)
2013-04-12 09:26:32 +00:00
Miodrag Milanovic
10d146a6be
changed machine().device("maincpu") with m_maincpu in mess tree part (nw)
2013-04-10 11:31:17 +00:00
Miodrag Milanovic
0e1f5ad25b
Cleanups and version bump
2013-03-19 07:22:20 +00:00
Jonathan Gevaryahu
4a12a029d6
dectalk.c: Another dedication; no whatsnew.
2013-02-20 05:02:02 +00:00
Jonathan Gevaryahu
29f3537853
stupid typos. n/w
2013-02-20 04:07:12 +00:00
Jonathan Gevaryahu
a1361f69e3
dectalk.c: renamed dectalk roms to match the DEC 23-xxxLn standard and noted what their actual paper labels were (these paper labels will differ on different dectalk units depending on exactly when they were made, though the ROM contents are exactly the same! The derivable 23-xxxLn part number will not change, though.). Added more comments. [Lord Nightmare]
2013-02-20 03:31:33 +00:00
Miodrag Milanovic
a18a189d09
Some mess modernization (nw)
2013-02-18 14:57:32 +00:00
Miodrag Milanovic
0e19f641d3
Cleanups and version bump
2013-01-11 07:32:46 +00:00
Miodrag Milanovic
23a3e24dcb
Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew)
2012-09-26 13:24:58 +00:00
Miodrag Milanovic
e624f84f34
modernization or timer callbacks part 3 - final (no whatsnew)
2012-09-24 15:01:45 +00:00
Miodrag Milanovic
1f9d1cd620
change from device->machine() to space.machine() in device handlers in order to make next changes easier (no whatsnew)
2012-09-21 08:25:27 +00:00
Aaron Giles
621ac620ae
Since nobody checks for NULLs anyway, make
...
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.
2012-09-19 19:48:09 +00:00
Miodrag Milanovic
219e664785
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT changed to be members of state classes (no whatsnew)
2012-09-13 11:15:32 +00:00
Aaron Giles
1e8d50a5d0
Get rid of devtag_reset macro.
2012-09-12 07:35:02 +00:00
Aaron Giles
0ef1e6deb4
Closeout on old macros. Retired cputag_set_input_line
...
and cputag_set_input_line_and_vector, replacing them
with machine.device("tag")->execute().set_input_line[_and_vector].
[Aaron Giles]
2012-09-12 03:35:06 +00:00
Miodrag Milanovic
7285b359d2
Merge of MESS sources (no whatsnew)
2012-08-21 10:41:19 +00:00