Miodrag Milanovic
16f5234d43
Cleanups and version bump
2013-06-11 07:16:42 +00:00
Fabio Priuli
f97247cfd5
(MESS) marked Game Boy, Game Boy Color, Game Boy Advance, Game Gear, Intellivision,
...
Lynx, Master System, MegaDrive / Genesis, NES / Famicom, Neo Geo Pocket, Neo Geo
Pocket Color, PV-1000, Super Cassette Vision, Super NES / Super Famicom, Wonderswan
and Wonderswan Color as supporting save states. PC-Engine supports save states too, but
only for HuCard games and not for CDs. Please report issues with save and restore in these
systems, if any, to MameTesters. [Fabio Priuli]
2013-06-08 06:31:26 +00:00
Fabio Priuli
cecb42fcb1
(MESS) Modernized uPD1771c sound device. [Fabio Priuli]
...
src/mess/audio/ is now legacy free, if I'm not making mistakes...
2013-06-03 06:46:22 +00:00
Robbbert
70474ce26a
(MESS) scv: need space for terminator
2013-05-30 01:03:18 +00:00
Fabio Priuli
527c153e99
(MESS) scv.c: simplified input reading and added save state support [Fabio Priuli]
...
I've also fixed Star Speeder rom loading, but the game is not working yet.
2013-05-29 05:27:58 +00:00
Miodrag Milanovic
d68164b4c1
unified formating of state class constructors, no functional change (nw)
2013-04-10 08:08:19 +00:00
Miodrag Milanovic
a18a189d09
Some mess modernization (nw)
2013-02-18 14:57:32 +00:00
Wilbert Pol
871d4c7ac6
Getting rid of DEVICE_IMAGE_START (nw)
2013-02-06 20:32:33 +00:00
Wilbert Pol
400b9bcc29
Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw)
2013-02-05 20:54:03 +00:00
Wilbert Pol
081bb358d1
(MESS) scv.c: Cleanup (nw)
2013-01-25 19:12:07 +00:00
Wilbert Pol
11fc811eb7
(MESS) scv.c: Cleanups (nw)
2013-01-24 22:03:23 +00:00
smf-
1940866c70
output of new srcclean changes that are relatively small [smf]
2013-01-11 19:43:14 +00:00
Miodrag Milanovic
0e19f641d3
Cleanups and version bump
2013-01-11 07:32:46 +00:00
Miodrag Milanovic
e624f84f34
modernization or timer callbacks part 3 - final (no whatsnew)
2012-09-24 15:01:45 +00:00
Miodrag Milanovic
5ddbca3e7a
Modernized screen update calls (no whatsnew)
2012-09-17 15:00:31 +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
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
Aaron Giles
8669a28810
Add safe_pc() and safe_pcbase() methods to device_t.
...
Convert all cpu_get_pc() to safe_pc() and
cpu_getpreviouspc() to safe_basepc(). Removed the
old macros.
2012-09-11 05:50:50 +00:00
Sandro Ronco
7fde376357
(MESS) Clean up some MACHINE_CONFIG_START. (nw)
2012-09-08 18:40:22 +00:00
Miodrag Milanovic
7285b359d2
Merge of MESS sources (no whatsnew)
2012-08-21 10:41:19 +00:00