Commit Graph

22883 Commits

Author SHA1 Message Date
Dirk Best
fcbd845b9e pc.c: Update Commodore ROM file names and add some missing info 2013-06-25 12:05:38 +00:00
Miodrag Milanovic
b182466163 Moved PC 10 III bios to proper place (nw) 2013-06-25 10:19:00 +00:00
Miodrag Milanovic
0502c5e8fe (MESS) New skeleton: Commodore PC 10 III [Kaylee] 2013-06-25 08:47:51 +00:00
Michaël Banaan Ananas
7ae3597fc9 update tile dma safety check 2013-06-25 07:11:06 +00:00
Fabio Priuli
23bb28672b Modernized TC0280GRD/TC0430GRW and TC0360PRI devices [Osso]
and we are still looking into the disappeared gfx for some taito_f2 games...
2013-06-25 06:25:13 +00:00
Fabio Priuli
0c487555d4 (MESS) sms: fixed crash with gamegear games accessing not available controller ports, from Enik. nw. 2013-06-25 06:22:43 +00:00
David Haywood
87f06ab1ff legacy_cpu--
this is a first pass at converting to a modern device, I'd be surprised if there are no issue but it's already a weeks worth of updating + testing.
2013-06-25 04:03:40 +00:00
R. Belmont
faf1dad3a5 Make the Python scripts line ending agnostic (fixes *IX/OS X build from mamedev.org source zip) [R. Belmont] 2013-06-25 01:30:18 +00:00
Curt Coder
0ba643e80b (MESS) ibm5150: Keyboard WIP. (nw) 2013-06-24 21:25:02 +00:00
Curt Coder
93800ee497 (MESS) ibm5150: Keyboard WIP. (nw) 2013-06-24 21:23:34 +00:00
Wilbert Pol
d6e097f160 am29000.c: Moved added initialization to constructor (nw) 2013-06-24 20:35:17 +00:00
Wilbert Pol
02b16e7996 am29000.c: Modernized cpu core. (nw) 2013-06-24 20:26:29 +00:00
Fabio Priuli
efab6d13a5 harddriv.c: converted to use modern n68681 device. [Osso] 2013-06-24 19:55:23 +00:00
Jonathan Gevaryahu
c06ba9d40f (MESS) Fidelz80.c: rename vbc to vbrc, and noted that Fidelity Bridge Challenger models VBRC and 7002 are two names for the same thing. [Lord Nightmare, Cowering, Kevtris] 2013-06-24 17:20:25 +00:00
Fabio Priuli
f811778ca6 fixed thundfox regression due to conversion mistake. fix by Osso. nw. 2013-06-24 17:08:59 +00:00
Curt Coder
0cfe49acf7 (MESS) ibm5160: Keyboard WIP. (nw) 2013-06-24 14:57:13 +00:00
Fabio Priuli
6c8d01224d (MESS) notes. nw. 2013-06-24 14:30:59 +00:00
Fabio Priuli
7b39259cd2 (MESS) sns_sgb: use the correct cpu type now that it compiles. nw. 2013-06-24 14:20:56 +00:00
Fabio Priuli
dfe4a3521f LR35902: renamed FLAG_C/H/N/Z to LR35902_FLAG_C/H/N/Z to avoid
clash against G65816 flags with same name. nw.
2013-06-24 14:20:06 +00:00
Miodrag Milanovic
15996c8e36 fix for Fabio (nw) 2013-06-24 11:58:13 +00:00
mahlemiut
609f0a26ed de_3: commented out unused fields. (no whatsnew) 2013-06-24 11:20:09 +00:00
mahlemiut
150c9b7193 de_3: hooked up enough stuff so that games will boot. Implemented DMD Type 2 device and hooked that up to those games that use it. 2013-06-24 10:57:12 +00:00
Fabio Priuli
0155e9f64d (MESS) some meat added to the bone (nothing relevant, though). nw. 2013-06-24 10:30:07 +00:00
smf-
7c27ec1308 Uses one timer instead of anonymous timers, so that resetting the device will stop any outstanding work. BSY is always set when waiting for the busy timer to fire. Implemented DASP & PDIAG functionality, device 1 is detected during reset & if device 1 fails diagnostic then device 0 sets bit 7 of it's diagnostic result. Ide cards now default to 1 hard disk, otherwise device 1 without a chd will cause device 0 to report a controller error (AMIBIOS for example doesn't allow booting from device 0 if device 1 fails). Timing of DASP & PDIAG is set very short because of lack of wait states when accessing ATA bus. Improved SRST functionality, which has meant viper needed to be changed to trigger a hard reset instead of a soft reset. Writes to the command register are now ignored with BSY or DRQ is set (packet devices can accept the DEVICE RESET command but they are not supported yet). [smf] 2013-06-24 10:24:14 +00:00
Fabio Priuli
f07afceb6b (MESS) gb: misc lcd & includes cleanups. nw. 2013-06-24 09:56:09 +00:00
Michaël Banaan Ananas
50ef92e798 fix possible garbage sprite 2013-06-24 09:22:47 +00:00
Michaël Banaan Ananas
d79af5f680 not much, most of it is cleanup work
and added savestates too
2013-06-24 08:41:58 +00:00
Curt Coder
38c762a63c (MESS) pet: Fixed ROM signatures for Mator Shark hard drive. [Mike Naberezny] 2013-06-24 08:21:22 +00:00
Fabio Priuli
2aa6a8dfa3 (MESS) snes.xml: it turned out there are more SA-1 games than we were listing.
this explains why, for instance, CPU was not replying to player's moves in sshogi3 :-)
updating the slot options and thanks to recent progresses, 3 igo games and 3 shougi
ones passed from black screen to fully playable... nw.
2013-06-24 07:09:06 +00:00
smf-
08bfb782dc don't update irq/dmarq unless they change (nw) 2013-06-23 23:25:58 +00:00
Curt Coder
ecce531619 (MESS) ibm5160: Keyboard WIP. (nw) 2013-06-23 22:14:52 +00:00
cracyc
4416165874 chihiro: few updates to the i386 processor and chihiro driver. [Samuele Zannoli]
- adds lots of mmx and sse opcodes to the i386 processor
 - adds the fcomip x87 opcode
 - adds a "UINT8 *memory(UINT32 &size)" method to the naomi_gdrom_board device that returns the size and a pointer to the decrypted gdrom data (used by chihiro)
Then for the chihiro driver:
 - adds basic stuff for the Nvidia audio APU
 - adds the "chihiro curthread" debugger command, shows information about the current active thread
 - adds the "chihiro irq,<number>" debugger command, to generate an interrupt with irq number 0-15 by hand
 - adds more patches to let the software run even if usb is not implemented
 - adds the Chihiro Type 1 baseboard/mediaboard features to let the system load the gdrom games
 - adds incomplete save state support
 - adds support to the Nvidia 3d accelerator to draw primitives where the vertex data is not stored in a vertex buffer but contained in the command stream

i386: don't take an smi until current instruction is complete (nw)
2013-06-23 22:08:50 +00:00
Curt Coder
2cf44e5036 (MESS) ibm5170: Keyboard WIP. (nw) 2013-06-23 21:31:54 +00:00
Curt Coder
0999cde96f (MESS) ibm5170: Added skeleton for the IBM PC/AT and 3270PC keyboards. [John Elliot, Curt Coder] 2013-06-23 19:26:07 +00:00
Michaël Banaan Ananas
0af80375b9 fix possibility to crash MAME if membank was 3 2013-06-23 18:30:39 +00:00
Fabio Priuli
db0ec10e91 (MESS) sns_sa1: minor fix. nw. 2013-06-23 17:50:28 +00:00
Luca Elia
6ec8adb0d5 New clones added
----------------
P-47 - The Freedom Fighter (Japan, Export) [Porchy, The Dumping Union]
2013-06-23 17:36:54 +00:00
R. Belmont
050ce6f713 update compat list (nw) 2013-06-23 17:05:23 +00:00
cracyc
de38e289c9 i386: preliminary cpu-side smi support (nw) 2013-06-23 17:01:23 +00:00
Fabio Priuli
74b1a0a00b (MESS) sns_sa1: this should not be needed, but let's have it here for the moment... nw. 2013-06-23 16:55:55 +00:00
Fabio Priuli
b75d867106 (MESS) sns_sa1: properly masking BWRAM accesses fixes Super Mario RPG... my bad for not spotting the mistake before. nw. 2013-06-23 16:11:37 +00:00
Fabio Priuli
8565c135ea Modernized MSM5232 device. [Osso] 2013-06-23 16:09:04 +00:00
Fabio Priuli
3929eb7404 Modernized phoenix custom sound device. [Osso] 2013-06-23 15:10:35 +00:00
Fabio Priuli
38c0ecb8c4 (MESS) gameboy: converted the various LCD types (DMG, MGB, CGB...) to be devices. [Fabio Priuli] 2013-06-23 14:44:29 +00:00
Fabio Priuli
299b67a1ce (MESS) sns_sa1: fixed sdf1gp lazyness. nw. 2013-06-23 14:35:47 +00:00
Luca Elia
66ad9563ab New clones added
----------------
Super Poker (v100xD03) / Formosa (not working) [any, Luca Elia]
2013-06-23 13:14:38 +00:00
R. Belmont
a0de95826b fix srobotg status copy/paste (nw) 2013-06-23 12:51:48 +00:00
R. Belmont
49a2995eac (MESS) SNES SA-1: fixed initial SA-1 status and added preliminary SA-1 to S-CPU IRQ. [R. Belmont] 2013-06-23 12:44:54 +00:00
Robbbert
946fb90c92 (MESS) H8: added fdc ram 2013-06-23 12:32:33 +00:00
Robbbert
166485ec87 (MESS) H8: Added alternate bioses 2013-06-23 12:03:43 +00:00
Luca Elia
b6108e9451 Correct common typo on Seta PCB numbers (nw) 2013-06-23 11:05:59 +00:00
Fabio Priuli
c9ae85650b (MESS) megaduck: fixed loading of some carts from command line. nw. 2013-06-23 10:31:14 +00:00
Robbbert
87a5630556 (MESS) H8 : added code for cassette, paste. Added the official test program code for pasting. 2013-06-23 10:11:17 +00:00
Fabio Priuli
4b821554f5 (MESS) sns_sa1: fixing a bunch of out-of-bound rom accesses helps t&e soft games + srobotg + jl96drem to get almost ingame... 2013-06-23 10:01:06 +00:00
smf-
6f5982304d added IDE_CONTROLLER_32 for systems that have 32 bit prefetch (nw) 2013-06-23 07:02:14 +00:00
Michaël Banaan Ananas
d32472c065 some misc fixes/cleanups
I didn't touch DSP or video stuff
2013-06-22 22:47:55 +00:00
Curt Coder
1d104e2e73 (MESS) ibm5160: Keyboard WIP. (nw) 2013-06-22 21:34:51 +00:00
Olivier Galibert
a8255e1d0b placeholder test for Curt 2013-06-22 21:12:59 +00:00
Curt Coder
ca9c423153 (MESS) ibm5160: Keyboard WIP. (nw) 2013-06-22 20:06:02 +00:00
Curt Coder
1ebcf699e3 (MESS) softbox: Changed Z80 clock to use XTAL constant. [Mike Naberezny] (nw) 2013-06-22 20:01:02 +00:00
R. Belmont
0291f5a7ff (MESS) SNES SA-1 improvements [R. Belmont]
- S-CPU can properly write to SA-1 registers
- SA-1 CPU boots properly from its own vectors
- Interrupt controller implemented
- Message-passing registers and status flags hooked up
2013-06-22 19:53:04 +00:00
smf-
0d6dbffee9 make sure identify buffer is initialised. (nw) 2013-06-22 18:18:29 +00:00
smf-
573828ec29 fixed jdreddb region name (nw) 2013-06-22 17:50:24 +00:00
Curt Coder
bdb92899c1 (MESS) softbox: Changed DIP switches to PORT_DIPUNUSED. [Mike Naberezny] (nw) 2013-06-22 10:51:49 +00:00
Olivier Galibert
e6d6173a0d sec: Fix obvious typo [dgame] 2013-06-22 10:11:11 +00:00
Curt Coder
ed4759152d (MESS) ibm5150: Keyboard WIP. (nw) 2013-06-22 09:25:17 +00:00
mahlemiut
01a1a57c40 de_2: Get rid of some tag lookups. (no whatsnew) 2013-06-22 07:09:39 +00:00
David Haywood
5c06d8dc9d new clones
Guardian Storm (Germany) [system11]
2013-06-22 04:10:59 +00:00
mahlemiut
3ecbd71c7c de_2, de_3: Moved Back to the Future and The Simpsons to de_2.c, they will now run. (no whatsnew) 2013-06-22 02:29:08 +00:00
Michaël Banaan Ananas
c34c87ea32 small description update 2013-06-21 22:28:37 +00:00
Michaël Banaan Ananas
4caaa4b43b new clone added
-----------------
Tetris (Japan, H-System) [Alex Meijer]
2013-06-21 22:16:51 +00:00
Curt Coder
59f29172c6 (MESS) ibm5150: Keyboard WIP. (nw) 2013-06-21 21:33:10 +00:00
Michael Zapf
3563690821 (MESS) ti99: Proper initialization of 32K mem (nw) 2013-06-21 20:15:56 +00:00
Miodrag Milanovic
41f2a14f3e validation fix (nw) 2013-06-21 19:47:42 +00:00
Miodrag Milanovic
c49330dfb2 fix (nw) 2013-06-21 19:39:56 +00:00
Miodrag Milanovic
df6263652b did modern cpu cores as well (nw) 2013-06-21 19:22:25 +00:00
Wilbert Pol
6564ff9582 apexc.c: Modernized cpu core. (nw) 2013-06-21 19:20:52 +00:00
Miodrag Milanovic
e8521322b2 Fix device duplicated name/descriptions (nw) 2013-06-21 17:58:03 +00:00
Alex W. Jackson
a1814a25e5 neocrypt.c: remove debug code [nw] 2013-06-21 17:49:36 +00:00
Oliver Stöneberg
ac76a12974 chdman: fixed hang when chd_file_compressor::async_read() failed (e.g. trying to read an .avi with unsupported color depth) / improved error reporting a bit (nw) 2013-06-21 17:24:41 +00:00
Curt Coder
158bd9f20e (MESS) Added skeleton driver for Ithaca InterSystems DPS-1. [Al Kossow, Curt Coder] 2013-06-21 17:22:43 +00:00
Miodrag Milanovic
b868158bb1 expand listxml output with all devices having shortname (so all except cpus are in) and references to them (nw) 2013-06-21 17:22:28 +00:00
Oliver Stöneberg
54e9da3266 chdman: fixed deletion of output file in case of an error (nw) 2013-06-21 17:21:43 +00:00
Fabio Priuli
5363a89597 (MESS) bml3: added software list for floppy disks. [Anna Wu] 2013-06-21 17:19:47 +00:00
Curt Coder
276df52c7c (MESS) c64: Updated SwiftLink/Turbo232 settings. [Mike Naberezny] 2013-06-21 16:52:10 +00:00
Curt Coder
0787f1e2a0 (MESS) ibm5150: Added skeleton for the IBM PC/XT 83-key keyboard. [John Elliot, Curt Coder] 2013-06-21 16:44:45 +00:00
Oliver Stöneberg
3a7c6bac73 added workaround to FLAC__lpc_compute_autocorrelation() for 32-bit GCC (aka non-SSE floating point) issues (nw) 2013-06-21 16:40:09 +00:00
Miodrag Milanovic
b2ca247d3f another one, and that would be last except devcpu.h (nw) 2013-06-21 14:52:55 +00:00
Miodrag Milanovic
1dd7883e87 found few that have fixed values (nw) 2013-06-21 14:47:18 +00:00
Miodrag Milanovic
e533a04f2e changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) 2013-06-21 14:44:06 +00:00
Miodrag Milanovic
d49ea91e69 small fix (nw) 2013-06-21 11:29:19 +00:00
Miodrag Milanovic
53ba0f61db extended large amount of devices with shortname and source file data (nw) 2013-06-21 10:26:41 +00:00
Alex W. Jackson
6b059c8117 neocrypt.c cleanup part 1: simplify kf2k3pcb bios decryption, fix some endian issues (Alex Jackson) 2013-06-21 10:04:30 +00:00
Miodrag Milanovic
1615025734 makemak wip (nw) 2013-06-21 07:22:13 +00:00
Alex W. Jackson
4de6e64077 1943.c: fix DIPLOCATIONs (Alex Jackson) 2013-06-21 02:31:55 +00:00
smf-
9ac4f113c6 added 2nd ide channel (nw) 2013-06-21 01:26:45 +00:00
Angelo Salese
6efb5244da Experimenting with Savage Quest, nw 2013-06-21 01:12:02 +00:00
David Haywood
e486755735 same as previous (nw) 2013-06-20 19:17:03 +00:00
David Haywood
d0e1981511 hopefully make things a bit easier for micko ;-) (nw) 2013-06-20 18:48:11 +00:00
smf-
0fbcc9a1a9 Moved identify buffer manipulation and master/user password setting from ata interface to the ata mass storage device. These should be stored in the chd (nw) 2013-06-20 15:47:55 +00:00
smf-
c630976e21 log unknown writes (nw) 2013-06-20 15:10:45 +00:00
Michaël Banaan Ananas
c8a9aa9db9 new clone added
-----------------
Dragon Gun (Japan) [M]
2013-06-20 14:36:38 +00:00
smf-
4259f0dc59 fixed issues that caused the hd to report that the diagnostics failed (nw) 2013-06-20 14:19:49 +00:00
Miodrag Milanovic
436962942b made makemak create lst as well, and some fixes for cpu.mak (nw) 2013-06-20 13:45:52 +00:00
Robbbert
568fd6a153 (MESS) dim68k : added some parts (nw) 2013-06-20 12:59:13 +00:00
smf-
7229f0b97f only build the identify buffer on the first reset, so patches made by the driver aren't lost if the device is reset. (nw) 2013-06-20 12:38:41 +00:00
Oliver Stöneberg
1f4fe0303a small formating change to src/lib/util/aviio.c (nw) 2013-06-20 10:46:43 +00:00
Oliver Stöneberg
0c2201318c added pngcmp to tools (nw) 2013-06-20 10:08:31 +00:00
Oliver Stöneberg
619b0109b1 added copy_hd_1 test case (nw) 2013-06-20 09:56:17 +00:00
Oliver Stöneberg
9df9cd93dc chdtest.py: only try to clear temp folder when it exists (nw) 2013-06-20 09:55:20 +00:00
Robbbert
7b452af65e (MESS) poly1: removed a trampoline 2013-06-20 09:54:15 +00:00
Michaël Banaan Ananas
ad1afa5265 (nw) 2013-06-20 09:17:02 +00:00
Miodrag Milanovic
79430059fa forgot this one (nw) 2013-06-20 08:36:18 +00:00
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
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
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