Commit Graph

23130 Commits

Author SHA1 Message Date
Miodrag Milanovic
7debccdfe7 placed back things just in mame.lst not to give wrong ideas (nw) 2013-06-20 08:34:20 +00:00
Miodrag Milanovic
640f23df9a Updated makemak to support splitting per libraries (nw) 2013-06-20 08:07:38 +00:00
Fabio Priuli
32c70b6849 Modernized the Konami 053252 device [Osso] 2013-06-20 06:08:34 +00:00
Fabio Priuli
9ee1f6004e Modernized the TC0080VCO and the TC0100SCN video devices [Osso] 2013-06-20 05:46:27 +00:00
smf-
57bc647aee renamed mb rom (nw) 2013-06-19 21:05:37 +00:00
smf-
531d9860bb Updated with dumps made with a topmax & changed the 1mb bank error to a popmessage (nw) 2013-06-19 20:43:20 +00:00
Wilbert Pol
65cb3886b0 alph8201.c: Modernized cpu cores. (nw) 2013-06-19 20:26:22 +00:00
smf-
243b823635 Added vt83c461, which is currently implemented as a 32 bit chip. This allows hooking up to the jaguar driver without any glue, but primal rage 2 does as the io bus it's connected to is only 16 bit. (nw) 2013-06-19 18:48:00 +00:00
Angelo Salese
7242041eb1 Dumped S3 video BIOS in Savage Quest [Trevor Brown] 2013-06-19 17:04:32 +00:00
Oliver Stöneberg
5ce5c67611 chdtest.py: adjusted logging a bit (nw) 2013-06-19 16:29:35 +00:00
Oliver Stöneberg
72cce63c4a fixed yuy16_compress_to_yuy() sometimes writing all green video with YUV2 and UYVY (nw) 2013-06-19 16:22:30 +00:00
Oliver Stöneberg
3e3f3aad8c added createld_avi_uyvy_3_frames_no_audio unit test (nw) 2013-06-19 16:19:06 +00:00
Oliver Stöneberg
218932e2df renamed chdman unit test from createld_avi_3_frames_no_audio to createld_avi_yuv2_3_frames_no_audio (nw) 2013-06-19 16:18:49 +00:00
Oliver Stöneberg
019afa14fd chdtest.py: added remaining extractions (nw) 2013-06-19 14:29:56 +00:00
Oliver Stöneberg
72286bc11c chdtest.py: added extraction for createcd tests cases (nw) 2013-06-19 14:19:09 +00:00
Oliver Stöneberg
286110939d chdtest.py:
- fixed check for output folder existence
- clear temp folder before running tests
- log which test failed
2013-06-19 14:18:03 +00:00
Miodrag Milanovic
766a73b041 simplified mamemak (nw) 2013-06-19 14:05:35 +00:00
Miodrag Milanovic
1953d6cf08 (MESS)-bml3: split into three variants (bml3, bml3a and bml3b) according to floppy disk support. Only bml3a (5.25" disk) is considered working. [jedwidz]
-m6809: Initially setting S with a 'TFR *,S' evidently should enable NMI [jedwidz]

-mc6845: Add rudimentary support for 'interlace and video' mode [jedwidz]
2013-06-19 13:23:20 +00:00
Miodrag Milanovic
9a564ef483 Added metadata to rest of make files for optional built devices (nw) 2013-06-19 13:12:52 +00:00
Oliver Stöneberg
af723576bd removed unused exmaples from zlib folder (nw) 2013-06-19 12:09:13 +00:00
smf-
600e5bf087 reverted short name (nw) 2013-06-19 11:24:39 +00:00
Robbbert
dbc24d982c (MESS) c900: connected to terminal. 2013-06-19 11:07:03 +00:00
smf-
f89f73561b Added ata_interface_device, ide_controller_device is now only for pc register mapping. Renamed ide_mass_storage_device to ata_mass_storage_device. Changed ide_hdd_device so it only picks up it's image from the harddisk_image_device, which does a lookup to see if there is a region itself. (nw) 2013-06-19 10:35:43 +00:00
Fabio Priuli
d8bf9eaac5 (MESS) sms: Converted SMS inputs to use slot devices. You now select
controllers in the Slot Devices menu of the internal UI, not in the Driver
Configurations anymore. [Enik]
2013-06-19 06:50:07 +00:00
Fabio Priuli
f9dbdf1920 (MESS) ibm5150.xml: Added a few more disks [Kaylee] 2013-06-19 06:25:49 +00:00
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