summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/libflac/doc/html/api/classFLAC_1_1Decoder_1_1File.html
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/libflac/doc/html/api/classFLAC_1_1Decoder_1_1File.html')
0 files changed, 0 insertions, 0 deletions
>/+3 | * create devices for each of the voodoo pci cards (nw) smf-2018-05-232-85/+218 | * remove another device-specific MCFG macro, because standard is better than ↵ Vas Crabb2018-05-231-6/+9 | | | | better, especially with constructor overloads (nw) * that never needed to be static (nw) Vas Crabb2018-05-232-11/+9 | * voodoo: deal with needing to be able to configure screen/CPU or set them at ↵ Vas Crabb2018-05-233-270/+303 | | | | | | | | start in a safer way devfind: revert previous change - if finders aren't set in stone after device_resolve_objects it's going to lead to all kinds of hard-to-diagnose bugs (I'll add more checks for this some time after release) (nw) also clean up rotting tabulation * Uncrappify voodoo pci devices transfert. Fix some paths on midwayic. (nw) Olivier Galibert2018-05-223-17/+12 | * voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-212-51/+43 | * i8275: Blank top and bottom row lines when underline is greater than 7 AJR2018-05-212-56/+78 | | | | | - Start offloading parts of the device_timer routine to helper functions (nw) - Allow side effects of reads to be disabled (nw) * ef9340/1: make character set external. [Wilbert Pol] Wilbert Pol2018-05-183-273/+20 | * Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the ↵ Vas Crabb2018-05-161-18/+18 | | | | | | | | | | | | side effect of making machine-config overrides of these much" This reverts commit c83e2a853d4e1643fcc85b68ada3c6f7f33adea4. Revert "fix compile. (nw)" This reverts commit a259ba3e366f442a22a9341755ff58163869860c. GCC is being bad and allowing invalid C++ that other compilers reject. * - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ↵ MooglyGuy2018-05-161-18/+18 | | | | | | of making machine-config overrides of these much uglier, but this is intended to discourage ongoing use, and will be gradually eliminated. * video/hp1ll3: add runtime bounds check in CONF command (issue#3523) (nw) (#3547) Sergey Svishchev2018-05-162-12/+16 | | | | | | * video/hp1ll3: add runtime bounds check in CONF command (issue#3523) (nw) * report unexpected CONF words if they are received (nw) * interpro: pass more diag stuff (nw) Olivier Galibert2018-05-161-1/+1 | * vic4567: Use device_palette_interface (nw) AJR2018-05-142-16/+12 | * moar (nw) Vas Crabb2018-05-147-27/+32 | * set_tag can now take things other than C strings - please don't write new ↵ Vas Crabb2018-05-142-4/+4 | | | | legacy code (nw) * tlc34076: m_pens is unnecessary now (nw) AJR2018-05-132-3/+0 | * tlc34076: Convert implementation to use device_palette_interface (nw) AJR2018-05-132-27/+36 | * huc6260: Internalize palette (nw) AJR2018-05-132-18/+12 | * huc6261, huc6272: Use required_device instead of explicit lookups (nw) AJR2018-05-134-34/+12 | * pc_vga.cpp: machine().device cleanups (nw) AJR2018-05-132-17/+7 | * fix clang compile (nw) arbee2018-05-111-1/+1 | * Add topcat asic (#3558) Sven Schnelle2018-05-112-0/+450 | | | | | | | | | | | | | | | | | | | | | | | | | * add topcat template HP topcat was an ASIC used on HP900/300 graphics cards. Signed-off-by: Sven Schnelle <svens@stackframe.org> * hook up topcat asic to HP98544 Signed-off-by: Sven Schnelle <svens@stackframe.org> * topcat: add basic configuration macros for fb planes, height and width Signed-off-by: Sven Schnelle <svens@stackframe.org> * hp98544: move logic to topcat video driver Preparation to support multi plane graphic cards like the HP98543/98545/98547. Signed-off-by: Sven Schnelle <svens@stackframe.org> * xtal: add 35.904MHz XTAL * (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-4/+1 | * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-092-10/+0 | | | | (nw) remove more MCFG macros and make speaker config more explicit * bt45x: new devices (#3536) Patrick Mackinlay2018-05-083-4/+629 | | | | | | | | * bt45x: new devices Basic implementation of various Brooktree RAMDAC devices. Two of these (bt457, bt458) are used by InterPro graphics boards currently under development, the others are unused/untested at this point. * bt45x: tweak descriptions (nw) * ppu2c0x: Change NMI to line callback (nw) AJR2018-05-062-10/+8 | * ppu2c0x family: Make palette internal to device AJR2018-05-064-156/+143 | * (nw) misc follow-up Vas Crabb2018-05-061-18/+4 | | | | | | | | | | | | Fix MT06964 Fix µPD7759 class hierarchy, and reset callback before resolving it (fixed assert in Sega C2) Remove some more low-value device add indirection macros, default some more clocks Make cards inherit clock from slot by default * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-13/+13 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start replacing special device macros with additional constructors, starting with ISA, INTELLEC 4 and RS-232 buses. Allow an object finder to take on the target of another object finder. (For a combination of the previous two things in action, see either the INTELLEC 4 driver, or the Apple 2 PC Exporter card. Also check out looping over a device finder array to instantiate devices in some places. Lots of things no longer need to pass tags around.) Start supplying default clocks for things that have a standard clock or have all clocks internal. Eliminate the separate DEV versions of the DEVCB_ macros. Previously, the plain versions were a shortcut for DEVICE_SELF as the target. You can now supply a string tag (relative to current device being configured), an object finder (takes on the base and relative tag), or a reference to a device/interface (only do this if you know the device won't be replaced out from under it, but that's a safe assumption for your subdevices). In almost all cases, you can get the effect you want by supplying *this as the target. Eliminate sound and CPU versions of macros. They serve no useful purpose, provide no extra checks, make error messages longer, add indirection, and mislead newbies into thinking there's a difference. Remove a lot of now-unnecessary ":" prefixes binding things relative to machine root. Clean up some miscellaneous rot. Examples of new functionality in use in (some more subtle than others): * src/mame/drivers/intellec4.cpp * src/mame/drivers/tranz330.cpp * src/mame/drivers/osboren1.cpp * src/mame/drivers/zorba.cpp * src/mame/devices/smioc.cpp * src/devices/bus/a2bus/pc_xporter.cpp * src/devices/bus/isa/isa.h * src/devices/bus/isa/isa.h * src/devices/bus/intellec4/intellec4.h * stvvdp2.cpp: fixed potential bug with window Y sizes when double density ↵ angelosa2018-05-031-5/+5 | | | | interlace is enabled [Angelo Salese] * stvvdp1.cpp: disable transmask code for mode 2 sprites, fix Sasissu racing ↵ angelosa2018-05-022-6/+18 | | | | stage background clouds color [Angelo Salese] * stvvdp1.cpp: fix transparent sprite shadows (Pretty Fighter X, Game Tengoku) ↵ angelosa2018-05-022-3/+18 | | | | [Angelo Salese] * stvvdp2.cpp: implemented vertical cell scroll (Sonic Jam) [Angelo Salese] angelosa2018-05-021-5/+69 | * stvvdp2.cpp: don't repeat ROZ when screen over process is equal to 1, fixes ↵ angelosa2018-05-011-2/+5 | | | | D-Xhird practice stage [Angelo Salese] * stvvdp2.cpp: ROZ fixes for Radiant SilverGun Xiga stage: [Angelo Salese] angelosa2018-05-011-76/+113 | | | | | * support for line windows; * undocumented behaviour: Rotation Parameter read control seems to mirror/have a correlation in the subsequent register; * Set finder tag relative to current device being configured rather than Vas Crabb2018-04-3013-18/+18 | | | | | | | | | | | | | | the finder's owner. This meand you no longer need to care about the your relationship to the object being configured and a lot of ^ and : can disappear. There's a bit reduction in string pasting in macros from this. Yes, I have to make this apply to devcb etc. as well, but that's a job for another day. There's probably at least one thing broken by this where optional objects are involved. Most things can be solved by just getting rid of the now-problematic ^ and : prefixes. * Sarayan made me do it.