summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lua/src/ltablib.c
diff options
context:
space:
mode:
author r09 <rzero9@gmail.com>2019-03-24 10:32:18 +0100
committer r09 <rzero9@gmail.com>2019-03-24 10:32:18 +0100
commit3b24fa455f415dea1b95d86ff94e8abee9f7ff6d (patch)
tree64e6e8a0213da19732194b977bf3fbcc8493b2c0 /3rdparty/lua/src/ltablib.c
parent779b7626265c29145b06d451af2088fa43635374 (diff)
fmtowns_cd.xml: new dumps
- J. R. R. Tolkien's The Lord of the Rings, Vol. II - The Two Towers [Tokugawa Corporate Forums / DamienD] - Enkaiou [redump.org / r09] - Joker Towns [redump.org / r09] - Joshikou Seifuku Monogatari [redump.org / r09] - Yuka Watanabe & Tomo Kawai - Pleasure [redump.org / r09]
Diffstat (limited to '3rdparty/lua/src/ltablib.c')
0 files changed, 0 insertions, 0 deletions
/td>-0/+2 * Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3 * moved optional_device<gfxdecode_device> to specific drivers state classes (nw) Miodrag Milanovic2014-02-171-1/+3 * oki cleanup (nw) Miodrag Milanovic2013-04-111-2/+4 * added m_maincpu to the rest of drivers in mame (nw) Miodrag Milanovic2013-04-101-1/+3 * unified formating of state class constructors, no functional change (nw) Miodrag Milanovic2013-04-101-1/+1 * moved cpu_device * to required_device in existing driver state classes (nw) Miodrag Milanovic2013-04-091-2/+3 * Modernization of drivers part 5 (no whatsnew) Miodrag Milanovic2013-02-081-0/+1 * manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0 * Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-1/+2 * Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-1/+3 * Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1 * Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-0/+1 * Remove AM_BASE in favor of AM_SHARED + required_shared_ptr.