summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index d79cc599add..e932d633316 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -63,9 +63,9 @@ copyright = u'1997-2024, MAMEdev and contributors'
# built documents.
#
# The short X.Y version.
-version = '0.262'
+version = '0.263'
# The full version, including alpha/beta/rc tags.
-release = '0.262'
+release = '0.263'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
tch: removed MCFG macros (nw) Ivan Vangelista2018-11-151-3/+3 * devcb3 Vas Crabb2018-07-071-7/+7 * as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+4 * More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-2/+2 * Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1 * dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2 * Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8 * Manufacturer credits for ending screens (nw) angelosa2018-04-181-1/+1 * Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-29/+32 * API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-3/+3 * memory: Deambiguate handlers, also a hint of things to come (nw) Olivier Galibert2018-01-191-1/+1 * API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1 * suprslam: Soundlatch modernization (nw) AJR2017-06-141-26/+4 * Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2 * Add VS9209 I/O device for various Video System games AJR2017-04-151-77/+81 * Self-registering devices prep: Vas Crabb2017-02-271-3/+4 * sound trampolines removal from various drivers (nw) Ivan Vangelista2016-06-131-7/+1 * updated remaining drivers to use gen_latch.cpp (nw) Ivan Vangelista2016-06-121-2/+4 * Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-1/+0