Fabio Priuli
ec27de6e7d
(MESS) pce.c: moved the cd addon to be a separate device. now save states
...
work in the driver for HuCard games, not yet for CD games. [Fabio Priuli]
2013-05-28 14:41:28 +00:00
Angelo Salese
9c9172383d
Flipped hcrash inputs to use WEC Le Mans 24-type, noticed that there are two bugs in it too, nw
2013-05-28 14:26:10 +00:00
Angelo Salese
b83c56f55e
Harem: Makes more sense to have three lives as default, nw
2013-05-28 14:03:01 +00:00
Robbbert
e3a14b62a1
MT 04836 [Robbbert]
2013-05-28 14:00:58 +00:00
Angelo Salese
f2dfd6dfaf
harddriv.c: labeled ADC inputs, nw
2013-05-28 13:53:01 +00:00
Curt Coder
0884496d2b
z80dart: Cleanup. (nw)
2013-05-28 13:43:50 +00:00
smf-
f646335964
updated comment (nw)
2013-05-28 13:41:02 +00:00
Robbbert
c6a3836938
MT 04839 [Robbbert]
2013-05-28 13:33:32 +00:00
Robbbert
a79145e677
MT 04420 [Robbbert]
2013-05-28 13:11:11 +00:00
Robbbert
e993281147
(MESS) Applix: Reduced tag lookups, again
2013-05-28 12:29:35 +00:00
Curt Coder
52a48842f0
z80dart: Refactored z80dart_channel to implement device_serial_interface. (nw)
2013-05-28 12:28:01 +00:00
smf-
7b3296db02
Added ds2401 rom loading to digital i/o board, rather than specifying it in each game. Fixes Mambo A Go-Go booting. [smf]
2013-05-28 12:20:46 +00:00
Robbbert
d87df69978
(MESS) Applix: added cassette (not working)
2013-05-28 12:03:16 +00:00
Curt Coder
ebccb44079
z80dart: Refactored dart_channel to be of device_t kin. (nw)
2013-05-28 11:18:50 +00:00
Fabio Priuli
c1eb234dc2
(MESS) pce.c: cleanups. nw.
2013-05-28 11:05:51 +00:00
Miodrag Milanovic
404c860400
modernized rest in pce (nw)
2013-05-28 10:31:11 +00:00
Fabio Priuli
ce918f908d
(MESS) pce.c: moved more functions into the class. nw.
2013-05-28 10:02:44 +00:00
Fabio Priuli
6242986278
msm5205.c: modernized the device. [Fabio Priuli]
2013-05-28 09:30:59 +00:00
Fabio Priuli
8d7e236c83
emuopts.c: Added a new option -statename which allows to specify the location of state saving,
...
relative to -state_directory (whose usage remains unchanged). Syntax is basically the same
as snapname, allowing for the / character as path separator, %g as the driver name, and
%d_[media] as the image name mounted in the "media" device.
For example, using -statename foo/%g when running "mame wrally" will store save states into
the folder sta/foo/wrally/ ; using -statename %g/%d_cart when running "mess nes -cart smb"
will store save states into the folder sta/nes/smb/ ; using -statename %g/%d_cdrm when
running "mess pce -cart cdsys -cdrm draculax" will store save states into sta/pce/draculax/
Specifying a media switch which is not available (e.g. %d_cdrm in a c64) or a media switch
where no image is mounted (e.g. %d_cdrm in pce while playing a hucard game) will revert
the option to its default value %g and save states will be stored in sta/*gamename*/ as in
previous versions. [Fabio Priuli]
Needless to say, this option is very useful with home computers and consoles in MESS since it
allows to have 36 save slots for each game instead of 36 for the whole system library
Notice that a clean compile is required, due to the addition to the running_machine class
2013-05-28 05:12:28 +00:00
Michaël Banaan Ananas
b8b819fae7
ok once more (bwidow requested up to over 140,000)
2013-05-28 02:11:38 +00:00
Michaël Banaan Ananas
52eebe9687
(subtitle)
2013-05-28 00:04:29 +00:00
Michaël Banaan Ananas
9ba2c2d05d
increase vertex buffer size a bit more (from MooglyGuy)
2013-05-27 21:58:44 +00:00
Curt Coder
ca5f8908f5
(MESS) Refactored drivers to use z80dart.c instead of z80sio.c, the easy part. (nw)
2013-05-27 20:10:47 +00:00
Wilbert Pol
578886aa0f
(MESS) pokemini.c: Merged everything into the driver file and switched to device_timer. (nw)
2013-05-27 19:55:42 +00:00
Wilbert Pol
c1290f47bb
(MESS) pasogo.c: Add some more pc devices. (nw)
2013-05-27 19:19:38 +00:00
Andrew Gardner
6806269f61
A few less anonymous timers in the world. (nw)
2013-05-27 18:46:30 +00:00
Michaël Banaan Ananas
cdd68eeb3a
undumped game info from gregf
2013-05-27 16:53:37 +00:00
Fabio Priuli
620187abe1
(MESS) pce.c: converted carts to use slot devices [Fabio Priuli]
2013-05-27 15:27:03 +00:00
Curt Coder
b7fc03f9ce
(MESS) Fixed regression. (nw)
2013-05-27 15:10:33 +00:00
Fabio Priuli
50556f16b2
fixed a couple of copy'n'paste mistakes. nw.
2013-05-27 15:01:34 +00:00
Curt Coder
0584bb9d5a
z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder]
2013-05-27 14:02:08 +00:00
Curt Coder
f79944e6c6
(MESS) softbox: Added floppy software list. [Mike Naberezny]
2013-05-27 13:25:44 +00:00
Fabio Priuli
7c1070f39c
huc6270: added vram saving to this chip. nw.
2013-05-27 13:19:14 +00:00
Robbbert
e78210f615
(MESS) Applix: wip
2013-05-27 12:29:33 +00:00
Fabio Priuli
f576f68883
(MESS) snes.xml: new dump from Le GROS Pixel. nw.
2013-05-27 12:08:10 +00:00
smf-
dd10154c25
lookup devices and ioports at start, changed i/o to 8/16 bit, uses memory maps instead of installing at init time, game specific machine config using fragments (nw)
2013-05-27 09:44:04 +00:00
Fabio Priuli
af6d6ee63e
(MESS) sg1000: fixed RAM in a few games and added support for the Othello PCB (ROM + 2K RAM). nw.
2013-05-27 05:27:08 +00:00
Robbbert
20687380f6
(MESS) Serial keyboard and terminal have same options (nw)
2013-05-27 04:44:30 +00:00
Robbbert
e8873e01d6
(MESS) PIPBUG: Added terminal defaults (nw)
2013-05-27 04:38:04 +00:00
cracyc
6106a5d413
savquest.c: added HASP emulator; marked BIOS as bad dump because it's incomplete [Peter Ferrie]
2013-05-27 00:26:16 +00:00
Scott Stone
b83bcdf235
New clones added
...
----------------
Car Action (set 2) [any]
Space Chaser (set 4) [any]
2013-05-27 00:05:16 +00:00
cracyc
b9cf20f140
(mess) hook qx10 keyboard up to serial controller [Carl]
2013-05-26 22:38:53 +00:00
Scott Stone
b27a720152
New clones added
...
----------------
TeddyBoy Blues (Old Ver. bootleg) [any]
2013-05-26 22:15:39 +00:00
Fabio Priuli
cc0610fa7b
whops. thanks Tafoid for catching this problem with the default slot option. nw.
2013-05-26 20:16:29 +00:00
Wilbert Pol
19cf9c7c6f
Vagem -> Vadem (nw)
2013-05-26 19:09:06 +00:00
Angelo Salese
80b6059ab9
Virtual Pool IDs the Tseng via the two special registers, nw
2013-05-26 18:00:45 +00:00
Angelo Salese
bb7a5981e0
Cali Chase correction
2013-05-26 15:54:20 +00:00
Angelo Salese
2f09a47762
Mumbo-jumbo crediting crap
2013-05-26 15:06:14 +00:00
Fabio Priuli
cc7f8be8ea
(MESS) minor improvements to pce save state reliability. not there yet + added saving for a crvision variable. nw
2013-05-26 13:12:30 +00:00
Fabio Priuli
eab6a13f1c
(MESS) vsmile.xml: added new German dumps. [TeamEurope]
...
also, I've hacked up the rom region and cart loading for vsmile so that some dumps start to show stuff,
and TeamEurope can use MESS too for basic testing of the dumps...
devs who know more about this cpu are welcome to work on it, because I can't do much more than this :-)
2013-05-26 12:14:45 +00:00