summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/main.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-3/+3
| | | | | | | | | | | | * New abbreviated types are in osd and util namespaces, and also in global namespace for things that #include "emu.h" * Get rid of import of cstdint types to global namespace (C99 does this anyway) * Remove the cstdint types from everything in emu * Get rid of U64/S64 macros * Fix a bug in dps16 caused by incorrect use of macro * Fix debugcon not checking for "do " prefix case-insensitively * Fix a lot of messed up tabulation * More constexpr * Fix up many __names
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-081-0/+1
|
* plugins/layout: layout embedded script helper plugin [Carl] cracyc2016-04-271-0/+1
| | | | | | | | luaengine: callbacks for plugins (nw) rendlay: layout tag external handler support (nw) fidel_csc and mdndclab: example layout scripts (nw) -- Neither layout script is complete. The chess doesn't handle castling or en passant and the Dungeons and Dragons only does the walls.
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
|
* Merge remote-tracking branch 'upstream/master' into firstrun AJR2016-04-251-1/+2
|\
| * Fixed cheat issue (nw) Miodrag Milanovic2016-04-251-0/+1
| |
| * Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
| |
* | Machine management cleanups AJR2016-04-251-1/+1
|/ | | | | | - Boolean parameter to running_machine::run is no longer firstrun (which is now a member variable of mame_machine_manager) but quiet, which disables logging and audio recording without explicitly checking the system name. - Sound recording is now turned on and off by explicit calls. The potential uses of this have not been explored. - Dependencies reduced on drivenum.h, where the declaration for GAME_NAME(___empty) has been moved to.
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+94