summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/softfloat3/source/extF80M_to_ui32.c
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-10-24 21:47:13 +1100
committer Vas Crabb <vas@vastheman.com>2020-10-24 21:47:13 +1100
commit3122672bde0deb37a38cc1e9867e33d39326588d (patch)
treee1f351cbd00292fc1c296c5b9c25f690e7e21e10 /3rdparty/softfloat3/source/extF80M_to_ui32.c
parentd48db16bac912ecd1bf61dce18784b13fa58d555 (diff)
bus/a2bus: Make Grappler+ cnxx writes select low ROM bank for completeness.
Diffstat (limited to '3rdparty/softfloat3/source/extF80M_to_ui32.c')
0 files changed, 0 insertions, 0 deletions
/commit/src/mame/drivers/shisen.c?id=066e54b69fd68b249402febcf17b4b0bc7c4f79a'>Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1 * Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2 * Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1 * Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1 * 2nd batch of initialization cleanups. Aaron Giles2009-12-211-1/+2 * Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-1/+1 * Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-2/+2 * Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2 * Enforce a minimum tag length of 3 characters. This will enable Aaron Giles2009-11-151-2/+2 * get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-2/+2 * Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-4/+4 * Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4 * Memory maps merges for the following drivers: Angelo Salese2009-04-281-30/+19 * Bulk change alert. Aaron Giles2009-04-261-1/+1 * Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2 * Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-5/+5 * Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-12/+12 * Ok, this is The Big One. Aaron Giles2009-02-111-3/+2 * From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1 * WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4 * 02530: Various: Assertion in cpuint.c Couriersud2008-10-121-5/+5 * Part 3 of "The big IO_MAP merge of 2008". (Andrew Gardner) Andrew Gardner2008-09-011-22/+11 * This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-3/+3 * Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-2/+2 * Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-2/+2 * NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-5/+5 * Adds readmes for Kyros No Yakata, Bombs Away, Meikyuu Hunter G, Crazy Kong, M... Andrew Gardner2008-08-031-0/+39 * Region classes go bye-bye. Aaron Giles2008-07-281-16/+16 * Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-17/+17 * Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+2 * Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1 * Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to