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
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