Commit Graph

22588 Commits

Author SHA1 Message Date
Jonathan Gevaryahu
c36db85b5d tms5220: minor wip, commented for now. (no whatsnew) 2013-05-29 04:34:24 +00:00
Andrew Gardner
7a00eb5a33 Anonymous timers begone! (nw) 2013-05-29 03:50:41 +00:00
Robbbert
2b4023cddd pluto5: added a comment 2013-05-28 22:47:21 +00:00
Angelo Salese
c70c53d8e4 Game is by Compile, nw 2013-05-28 22:07:36 +00:00
Phil Bennett
15ae12f529 Fix address_space_specific::get_write_ptr() -nw- 2013-05-28 21:51:00 +00:00
cracyc
94d818b894 (mess) qx10kbd: update to use z80dart (nw) 2013-05-28 21:34:06 +00:00
Curt Coder
8ef48d0144 (MESS) Cleanup. (nw) 2013-05-28 20:51:16 +00:00
Phil Bennett
986f71d385 Fix an assertion in the DRC C back-end -nw- 2013-05-28 19:05:49 +00:00
Fabio Priuli
e3c1eb7265 (MESS) pv1000.c: modernized the sound device and added save state support. [Fabio Priuli] 2013-05-28 18:04:54 +00:00
Angelo Salese
27ed7ef59b no is a particle in Nihongo, geez 2013-05-28 17:48:05 +00:00
Angelo Salese
5c6175570d Forgot to hit save 2013-05-28 15:54:54 +00:00
Fabio Priuli
20b332cf35 (MESS) pce.c: moved ADPCM and CDDA sound to the cd addon and slightly
reduced tagmap lookups in the process. nw.
2013-05-28 15:36:12 +00:00
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