Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ability to use ASIO in all core MAME parts (nw) | 2016-11-07 | 1 | -0/+1 | |
| | |||||
* | Polymorphize input_device and input_class; move to separate source file (nw) | 2016-10-24 | 1 | -0/+2 | |
| | |||||
* | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 1 | -2/+2 | |
| | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
* | Separate natural keyboard support from ioport.cpp (nw) | 2016-10-02 | 1 | -0/+2 | |
| | |||||
* | Add Lua-cleaning ability to srcclean | 2016-08-30 | 1 | -1/+1 | |
| | |||||
* | dirom: device_rom_interface for sound chips with rom/memory map alternative ↵ | 2016-08-15 | 1 | -0/+2 | |
| | | | | [O. Galibert] | ||||
* | Compile netlist and lua only if used (nw) | 2016-08-12 | 1 | -1/+0 | |
| | |||||
* | Changed how ROM_COPY and ROM_FILL are represented in tiny_rom_entry to be ↵ | 2016-08-11 | 1 | -0/+1 | |
| | | | | | | more how they were in the past Turbosub had a ROM_COPY declaration with an expression ('ROM_COPY( "main_code", 0x18000 + 0x2000,...) and this simply did not work with the new model. This required changing ROM_* declarations to more resemble how they used to be and to perform the conversion on load. | ||||
* | Redo of split of src/emu/softlist.[cpp|h] | 2016-08-02 | 1 | -0/+2 | |
| | | | | | | | | This is a redo of the split first submitted in #137, with the following differences: * The newly refactored rom_entry data structure is used * I've kept the refactored softlist code in src/emu, in order to defer the mechanical process of moving it * I've kept includes of softlist[_dev].h out of diimage.h, so that changes to either do not trigger an emu.h recompilation * Obviously, this goes against the latest master | ||||
* | Changes rom_entry from a struct to a class, storing its strings as ↵ | 2016-08-01 | 1 | -0/+1 | |
| | | | | | | | std::string and separated the declaration into a new header. This should really be followed up by further changes to eliminate the usage of the weird accessor macros in favor of conventional C++ accessors | ||||
* | Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and ↵ | 2016-07-23 | 1 | -2/+0 | |
| | | | | hashing.[cpp|h]) into util:: | ||||
* | Made the way jpeglib.h is included more pretty | 2016-06-15 | 1 | -0/+1 | |
| | |||||
* | INC -> HXX makes editors and code analyzers see it as C++ (nw) | 2016-05-01 | 1 | -1/+1 | |
| | |||||
* | separate those libs that are different only (nw) | 2016-04-29 | 1 | -2/+0 | |
| | |||||
* | Move a few odds and ends out of the emu core | 2016-04-23 | 1 | -4/+0 | |
| | |||||
* | Removed specific filter implementation and merged it with placed where used (nw) | 2016-04-23 | 1 | -2/+0 | |
| | |||||
* | more cleanup of includes (nw) | 2016-04-23 | 1 | -5/+0 | |
| | |||||
* | deps are fixed remove includes (nw) | 2016-04-23 | 1 | -3/+0 | |
| | |||||
* | move vector to video devices (nw) | 2016-04-23 | 1 | -2/+0 | |
| | |||||
* | mode devices to proper library (nw) | 2016-04-23 | 1 | -51/+0 | |
| | |||||
* | Split UI and frontend part from core [Miodrag Milanovic] | 2016-04-23 | 1 | -114/+7 | |
| | |||||
* | Added file for mame depended handling of opts (nw) | 2016-04-22 | 1 | -0/+2 | |
| | |||||
* | Isolate CLI part (nw) | 2016-04-20 | 1 | -2/+0 | |
| | |||||
* | submenu: merged some options menu. (nw) | 2016-04-11 | 1 | -4/+0 | |
| | |||||
* | remove ui/ui.h dependency from emu.h (for couriersud) | 2016-04-10 | 1 | -1/+0 | |
| | |||||
* | renamed memory.* to emumem.* (nw) | 2016-04-08 | 1 | -2/+2 | |
| | |||||
* | luaengine: add plugin options menu [Carl] | 2016-04-04 | 1 | -0/+2 | |
| | |||||
* | screen: POC||GTFO of svg rendering from inside the rom. [O. Galibert] | 2016-04-04 | 1 | -0/+2 | |
| | | | | | | | | It's damn slow, ~50ms/frame on cdkong. Caching and/or hw accel will solve that easily. It doesn't look very good, nanosvg need better anti-aliasing. It also doesn't do texturing very well and images not at all, so some of our current svgs won't look good. But all that's fixable. | ||||
* | refactor miscmenu and add adv menu (nw) | 2016-04-03 | 1 | -0/+2 | |
| | |||||
* | fix the MSVC build (nw) | 2016-04-01 | 1 | -0/+1 | |
| | | | | | I wonder how it could have ever worked. emu lacked zlib.h reference, super80.cpp lacked UINT8 declaration. | ||||
* | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -1/+1 | |
| | |||||
* | fix include dirs (nw) | 2016-03-29 | 1 | -0/+1 | |
| | |||||
* | Extend system library support (nw) | 2016-03-28 | 1 | -10/+5 | |
| | | | | | | | Extend USE_SYSTEM_LIB_* to support providing the library name and include directory. To link against system specific lib names and header path: (ref #711) USE_SYSTEM_LIB_LUA=lua5.3:/usr/include/lua5.3 | ||||
* | Added parsing of plugin json files for machine_manager (nw) | 2016-03-24 | 1 | -0/+3 | |
| | |||||
* | Fixed issue with internal font (nw) | 2016-03-20 | 1 | -9/+3 | |
| | |||||
* | Fixed osdmini building for android and pnacl (nw) | 2016-03-08 | 1 | -1/+1 | |
| | |||||
* | Restore uismall.png for now so that Emscripten menus work (nw) | 2016-03-05 | 1 | -1/+10 | |
| | |||||
* | * Support *n conversion in stream_format/string_format | 2016-03-01 | 1 | -0/+2 | |
| | | | | | | | | | * Make stream_format return characters printed * Add iostreams with std::vector storage * Move to type-safe templates for logerror and popmessage * Remove now-unnecessary I64FMT from calls to logerror/popmessage * Put some lib/util stuff in util:: namespace * Some fixes to Japanese translation | ||||
* | Added NotoSans-Bold as backup font for platforms that do not have default ↵ | 2016-02-27 | 1 | -2/+2 | |
| | | | | system fonts exposed (nw) | ||||
* | fix building Emscripten build on Windows (nw) | 2016-02-22 | 1 | -1/+3 | |
| | |||||
* | Added option in the "Customize UI" menu for selecting the language. (nw) | 2016-02-21 | 1 | -0/+2 | |
| | |||||
* | placed back OPENGL check since GL is not same as GLES (nw) | 2016-02-16 | 1 | -1/+1 | |
| | |||||
* | opengl as requirement (nw) | 2016-02-16 | 1 | -1/+1 | |
| | |||||
* | Make generic VTLB implementation a modern device interface (nw) | 2016-02-07 | 1 | -0/+2 | |
| | |||||
* | added UI parameter, option simple gives back old style start screen, ↵ | 2016-02-05 | 1 | -0/+2 | |
| | | | | features for configuration and in game stays same as with new (nw) | ||||
* | fixed system dependent UI (nw) | 2016-02-04 | 1 | -0/+12 | |
| | |||||
* | Initial import of MEWUI to MAME [Dankan1890] | 2016-02-04 | 1 | -3/+43 | |
| | |||||
* | generic machine is now bookkeeping (nw) | 2016-01-10 | 1 | -2/+2 | |
| | |||||
* | Added pre-compiled headers support to build system (nw) | 2016-01-01 | 1 | -0/+28 | |
| | |||||
* | Added addprojectflags function and added -Wsuggest-override for all that are ↵ | 2015-12-06 | 1 | -0/+2 | |
| | | | | | | not 3rdparty projects. It is place where all additional checks we should put |