summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/softfloat3/source/f128_mul.c
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2024-12-14 12:52:14 +0100
committer hap <happppp@users.noreply.github.com>2024-12-14 15:23:45 +0100
commitb7853755e48bf28a33afdf50942e124ae19d0015 (patch)
treee3affb419b278fe5339955a1562ad953a815ee94 /3rdparty/softfloat3/source/f128_mul.c
parent33305ee4c2e62660180ac2c9768db41b307f2459 (diff)
m6502: add g65sc02 subtypes
Diffstat (limited to '3rdparty/softfloat3/source/f128_mul.c')
0 files changed, 0 insertions, 0 deletions
* m6502: Eliminate the disable_cache hack (nw) AJR2019-11-021-1/+0 * Spring cleaning: Vas Crabb2019-11-011-4/+3 * Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-1/+1 * -snapquik: Modernized delegate and removed MCFG macros. [Ryan Holtz] MooglyGuy2019-06-301-4/+3 * (nw) Clean up the mess on master Vas Crabb2019-03-261-12/+12 * Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+12 * (nw) sorry, take 2 Ivan Vangelista2019-02-251-6/+6 * mos6566, mos6581, bus/plus4: Eliminate address_space argument from handlers (nw) AJR2019-02-191-2/+2 * mc6852, mc6854, mos6551: Simplify read/write handlers (nw) AJR2019-02-181-2/+2 * Make the delay for snapshot/quickload an attotime, and allow implicit zero. ... Vas Crabb2019-02-061-2/+2 * -cpu/m6502: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-101/+101 * -ram_device: MCFG removal, nw mooglyguy2018-08-161-16/+7 * plus4: Use input merger for IRQ (nw) AJR2018-08-131-68/+20 * devcb3 Vas Crabb2018-07-071-21/+21 * stronger private: use (N, O, P, Q, R) (#3717) David Haywood2018-06-301-3/+8 * more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-34/+34 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+2 * Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-17/+17 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-10/+10 * emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-1/+1 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-46/+46 * Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-6/+8 * dumped plus4 family PLA [Guru] Ivan Vangelista2018-03-091-10/+10 * plus4.cpp: corrected kernal location for plus4p set [Guru] Ivan Vangelista2018-02-231-3/+3 * (nw) screw you macros and the horse you rode in on Vas Crabb2018-02-141-6/+12 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+4 * xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-8/+8 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-7/+15 * dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-15/+17 * Self-registering devices prep: Vas Crabb2017-02-271-0/+2 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-13/+13 * required_ioport_array. (nw) Curt Coder2016-10-091-10/+158 * NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-3/+3 * clang-modernize part 4 Miodrag Milanovic2015-12-041-7/+7