summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/emu.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-10/+0
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-0/+27
* Added possibility of building using system pugixml Julian Sikorski2018-03-271-0/+1
* get rid of dioutput - it's only used in one place, and it upset GCC on Linux ... Vas Crabb2018-03-251-2/+0
* Fuck genie, Enhanced edition (nw) Olivier Galibert2018-03-121-1/+0
* forgot these are listed explicitly (nw) Vas Crabb2018-03-121-3/+0
* Enable use of system-wide asio, glm and rapidjson (#3172) Julian Sikorski2018-02-081-1/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-0/+2
* Remove timer_device from emu.h and move it out of src/emu (nw) AJR2017-10-011-2/+0
* general cleanup: Vas Crabb2017-05-231-0/+1
* New device interface for palettes AJR2017-04-061-0/+2
* Refactored HTTP handling to be easier to extend and use (nw) Miodrag Milanovic2017-03-191-0/+2
* add logmacro.h inspired by Edstrom's log macros Vas Crabb2017-01-201-0/+1
* Added initial HTTP/HTTPS webserver/websocket server support (nw) Miodrag Milanovic2017-01-041-0/+1
* Overhaul of devcb (nw) AJR2016-12-211-2/+0
* coretmpl: add an associative LRU cache with map-like behaviour Vas Crabb2016-12-151-1/+0
* Added ability to use ASIO in all core MAME parts (nw) Miodrag Milanovic2016-11-071-0/+1
* Polymorphize input_device and input_class; move to separate source file (nw) AJR2016-10-241-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-0/+2
* Add Lua-cleaning ability to srcclean Vas Crabb2016-08-301-1/+1
* dirom: device_rom_interface for sound chips with rom/memory map alternative [... Olivier Galibert2016-08-151-0/+2
* Compile netlist and lua only if used (nw) Miodrag Milanovic2016-08-121-1/+0
* Changed how ROM_COPY and ROM_FILL are represented in tiny_rom_entry to be mor... Nathan Woods2016-08-111-0/+1
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* Changes rom_entry from a struct to a class, storing its strings as std::strin... Nathan Woods2016-08-011-0/+1
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-2/+0
* Made the way jpeglib.h is included more pretty Julian Sikorski2016-06-151-0/+1
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* separate those libs that are different only (nw) Miodrag Milanovic2016-04-291-2/+0
* Move a few odds and ends out of the emu core AJR2016-04-231-4/+0
* Removed specific filter implementation and merged it with placed where used (nw) Miodrag Milanovic2016-04-231-2/+0
* more cleanup of includes (nw) Miodrag Milanovic2016-04-231-5/+0
* deps are fixed remove includes (nw) Miodrag Milanovic2016-04-231-3/+0
* move vector to video devices (nw) Miodrag Milanovic2016-04-231-2/+0
* mode devices to proper library (nw) Miodrag Milanovic2016-04-231-51/+0
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-114/+7
* Added file for mame depended handling of opts (nw) Miodrag Milanovic2016-04-221-0/+2
* Isolate CLI part (nw) Miodrag Milanovic2016-04-201-2/+0
* submenu: merged some options menu. (nw) dankan18902016-04-111-4/+0
* remove ui/ui.h dependency from emu.h (for couriersud) Vas Crabb2016-04-101-1/+0
* renamed memory.* to emumem.* (nw) Miodrag Milanovic2016-04-081-2/+2
* luaengine: add plugin options menu [Carl] cracyc2016-04-041-0/+2
* screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] Olivier Galibert2016-04-041-0/+2
* refactor miscmenu and add adv menu (nw) Jeffrey Clark2016-04-031-0/+2
* fix the MSVC build (nw) Peter Ferrie2016-04-011-0/+1
* scrclean on lua scripts (nw) Miodrag Milanovic2016-03-291-1/+1
* fix include dirs (nw) Jeffrey Clark2016-03-291-0/+1
* Extend system library support (nw) Jeffrey Clark2016-03-281-10/+5