Commit Graph

23105 Commits

Author SHA1 Message Date
Ryan Holtz
bb786b81fe Make FULLNAME use ?= instead of =, allows users to override the final executable name from the command line (nw) 2013-06-19 01:41:40 +00:00
Miodrag Milanovic
f268ee02e5 made dependency for new lst files (nw) 2013-06-18 19:22:08 +00:00
Curt Coder
20f62330da (MESS) corvushd: Fixed log message. [Mike Naberezny] 2013-06-18 19:13:36 +00:00
Scott Stone
f56ec7d459 Adjusted setname from arcadia -> arcadian to resolve mess's emerson arcadia conflict. (nw)
Note:  For now it looks like 3 .lst files are not automagically recompiled when adjusted, only if mame.lst is refreshed with a new time will this properly compile.
2013-06-18 19:06:38 +00:00
Curt Coder
d4613bd762 Removed bad image. (nw) 2013-06-18 17:59:12 +00:00
Miodrag Milanovic
c61f39538e deleted forgotten file (nw) 2013-06-18 14:38:27 +00:00
Michaël Banaan Ananas
f1523ceae0 some timing info from AUMAP via Haze 2013-06-18 14:24:17 +00:00
Miodrag Milanovic
e44c5d1298 Renamed one more include of .c in h file, and updated makemak (nw) 2013-06-18 14:11:02 +00:00
Miodrag Milanovic
6125d95e1d Made includes of C files in drivers section to use .inc instead, and also renamed galdrvr.c into galaxian.inc and neodrvr.c to neogeo.inc since it makes more sense (nw) 2013-06-18 14:01:12 +00:00
Oliver Stöneberg
8886da8e86 added createld unit test (nw) 2013-06-18 13:34:13 +00:00
Oliver Stöneberg
93b7cf8173 treesize in laserdisc CHD was uninitialized when input video had no audio channels [Oliver Stöneberg] 2013-06-18 13:33:28 +00:00
Oliver Stöneberg
0137a8a49d chdtest.py: added SHA1 check of output file (nw) 2013-06-18 13:31:34 +00:00
Robbbert
11c25fd89f (MESS) A6809: added cassette 2013-06-18 12:37:51 +00:00
smf-
d60d7823c9 Added device number in logs, fixed issues with status flags that was causing freebsd to fail to boot with two drives (nw) 2013-06-18 12:12:45 +00:00
Miodrag Milanovic
6d8ca3cf58 added missing cpu metadata (nw) 2013-06-18 12:12:37 +00:00
Oliver Stöneberg
963e116968 chdtest.py: some cleanup and added support for createld 2013-06-18 10:42:55 +00:00
Robbbert
b126d68b93 (MESS) Acorn System 1: added cassette [Robbbert] 2013-06-18 10:29:07 +00:00
Miodrag Milanovic
1540d4cfaa made makemak add dependencies for needed devices automatically,added partial meta data into device building mak files (nw) 2013-06-18 10:22:10 +00:00
Miodrag Milanovic
8cb29e03ae added layout dependancy (nw) 2013-06-18 08:39:22 +00:00
Miodrag Milanovic
c4cb73181f create lib per driver source file, and make linking correct (nw) 2013-06-18 08:15:37 +00:00
Miodrag Milanovic
002dc6f409 don't just ignore first char, but take full line (nw) 2013-06-18 07:20:53 +00:00
Brian Troha
d4928b01ef new Rapid Hero clone
New Clone Added
------------------------------
Arcadia [system11]
2013-06-18 03:27:48 +00:00
Oliver Stöneberg
e489dd16cf added unit tests for createhd with .raw input and tests for each HD compression (nw) 2013-06-18 00:42:31 +00:00
Oliver Stöneberg
1b2009d36f chdtest.py: added support for .raw input for createhd (nw) 2013-06-18 00:41:36 +00:00
Oliver Stöneberg
7ab7bc0f6c added unit tests for the CD-based compressions (nw) 2013-06-18 00:08:23 +00:00
Oliver Stöneberg
f365fbecc2 chdman: -c would only overwrite the amount of compressions defined - part of the default compressions might still have been used [Oliver Stöneberg] 2013-06-18 00:04:27 +00:00
Oliver Stöneberg
726d4a0c53 chdtest.py: added in.params support to all tests (nw) 2013-06-17 23:54:07 +00:00
Oliver Stöneberg
374870c6ec removed unused src/lib/libflac/include/flac++ - libflac++ was removed a long time ago and never used (nw) 2013-06-17 23:12:49 +00:00
Wilbert Pol
f5afff7e69 i4004.c: Modernized cpu core (nw) 2013-06-17 20:08:06 +00:00
smf-
543c85d4e7 added voodoo 2 device, but not hooked it up to the memory map as it's too slow for me to work on (nw) 2013-06-17 19:52:22 +00:00
smf-
8571be2cb1 allow you to skip the CMOS error screen by pressing the S key (nw) 2013-06-17 19:41:30 +00:00
smf-
f80df576bc Redumped Savage Quest Hard Disk [Trevor Brown] 2013-06-17 19:32:20 +00:00
Fabio Priuli
13251e570a (MESS) nes.c: fixed famicom controller regression due to family trainer addition. nw. 2013-06-17 17:22:36 +00:00
Fabio Priuli
ebdebf9aee snes.c: simplified input handling and made controller ports 16bits wide, since
this is the way they are accessed by our code. [Fabio Priuli]

(MESS) snes.c: simplified input handling, moved the console specific inputs
to MESS driver and added preliminary Multitap support. Multitap has to be 
enabled in the Driver Configuration menu. The code is considered preliminary
because some games recognize 4 pads (e.g. Kunio-kun no Dodge Ball),
other ones recognize 3 pads only (e.g. Super Bomberman 3, 4 & 5) and some
recognize 2 pads only (e.g. FIFA 96 and 97). [Fabio Priuli]
2013-06-17 17:10:16 +00:00
Miodrag Milanovic
3e5ff9d1b2 start work on makemak to produce dependency per driver, added @ sign into lst to declare source file import used by makemak only, added just few testing examples (nw) 2013-06-17 14:59:17 +00:00
Robbbert
03d31fe618 (MESS) Alphatronic: Can load the user-supplied tape. Sometimes it can load its own tapes. 2013-06-17 12:01:51 +00:00
Miodrag Milanovic
6fbd776a21 put optional cpu, video, sound and machine cores in one library in order to prevent linking issues on small builds, also created temp solution for subtargets for arcade,fruit and pinball machines (nw) 2013-06-17 10:27:14 +00:00
Fabio Priuli
fc2aaf75b4 (MESS) nes: fixed mirroring restore. nw.
many thanks to Dr. Spankenstein & Shoegazer for the reports
2013-06-17 09:53:50 +00:00
Curt Coder
bd7466f508 (MESS) alphatro_flop.xml: Added floppy software list. [Spirantho] 2013-06-17 09:51:10 +00:00
Miodrag Milanovic
3d48d257c9 Split of mame.lst into multiple logical lists (nw) 2013-06-17 09:45:12 +00:00
Curt Coder
f16d0964b4 (MESS) corvushd: Fixed physical sector calculation. [Mike Naberezny] 2013-06-17 09:37:37 +00:00
smf-
1f0d93c780 removed unnecessary code as these are the defaults on reset now (nw) 2013-06-16 23:02:06 +00:00
smf-
f8e01a93e7 removed read_key() from ide_mass_storage_device as it's only used by ataflash and that was also reading the key in manually (nw) 2013-06-16 22:57:42 +00:00
smf-
42d77a2f41 Fixed head incrementing when using CHS with 16 heads (nw) 2013-06-16 22:45:51 +00:00
Curt Coder
eb5c9decf4 (MESS) victor9k_flop.xml: Added floppies. [Jonathan Gevaryahu] 2013-06-16 20:50:22 +00:00
Olivier Galibert
636a578098 wd_fdc: Do the on-reset restore slightly differently [O. Galibert] 2013-06-16 14:41:54 +00:00
smf-
076616018a fix subscript compile error (nw) 2013-06-16 10:46:30 +00:00
Fabio Priuli
03b20c9bd8 (MESS) nes.c: added emulation of the FC Family Trainer controller,
to be enabled in Expansion Port through the Driver Configuration 
submenu, and mapped by default like the Power Pad. [Fabio Priuli]
2013-06-16 07:52:52 +00:00
Robbbert
cd96675234 (MESS) MEK6800D2 : Added cassette interface, system listed as WORKING [Robbbert] 2013-06-16 06:35:45 +00:00
Brian Troha
e84b3b1cd9 jackal.c: Corrected rom names and added PCB locations to them. Added correct roms for the bootleg version. [Brian Troha] 2013-06-16 04:10:05 +00:00