summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu (follow)
Commit message (Expand)AuthorAgeFilesLines
* cz101: XTAL value to be used later (nw) AJR2020-03-231-0/+1
* New machines marked as NOT_WORKING AJR2020-03-231-0/+1
* New machines marked as NOT_WORKING AJR2020-03-221-1/+2
* srcclean (nw) Vas Crabb2020-03-221-1/+1
* New machines marked as NOT_WORKING AJR2020-03-141-0/+1
* Fix two cases where debugger can crash mame ("cheatlist" command before "chea... quasiscroto2020-03-132-8/+9
* (nw) romload : Restored lost message about invalid bios. Robbbert2020-03-131-0/+3
* tilemap: that macro has contributed nothing but obfuscation since we moved to... Vas Crabb2020-03-111-6/+3
* (nw) Cleanup on the way: Vas Crabb2020-03-1019-221/+229
* (nw) More license shuffling Vas Crabb2020-03-0710-118/+29
* -screen: Added a missing break function. Addresses Github #6372. [fasteddo] MooglyGuy2020-03-011-1/+2
* screen: add note (nw) hap2020-03-011-1/+2
* luaengine: save state to/from binary string buffer (#6354) feos2020-02-242-0/+106
* New machines marked as NOT_WORKING AJR2020-02-181-0/+2
* PG police (nw) hap2020-02-171-1/+1
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-052-2/+57
* Merge branch 'release0218' into mainline-master Vas Crabb2020-02-021-1/+1
|\
| * stray tab (nw) Vas Crabb2020-01-311-1/+1
* | fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-3011-32/+32
* | ouput -> output (nw) Angelo Salese2020-01-301-1/+1
* | fixed some clang-tidy warnings (nw) (#6229) Oliver Stöneberg2020-01-298-26/+26
|/
* gigatron: Fix copyrights. (#6211) Sterophonick2020-01-251-1/+1
* Revert accidentally committed changes. (nw) couriersud2020-01-251-16/+0
* segas16b: Added analog filters. [Couriersud] couriersud2020-01-251-0/+16
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-2226-32/+32
|\
| * use C++ library includes (nw) firewave2020-01-2226-32/+32
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-2216-43/+43
|/
* removed the remaining bits of the FASTDEBUG/MAME_DEBUG_FAST silliness I intro... firewave2020-01-211-2/+2
* Eliminate simple_list_wrapper and replace its only use (nw) AJR2020-01-182-5/+5
* xtal: add missing xtal (nw) hap2020-01-151-0/+1
* Merge pull request #6165 from firewave/rendersw R. Belmont2020-01-131-255/+224
|\
| * rendersw.hxx: cleanups (nw) firewave2020-01-121-255/+224
* | New working clone braintro2020-01-131-0/+1
|/
* natkeyboard.cpp: Turn logging back off (nw) AJR2020-01-101-1/+1
* input_sdl: Process control characters so that the natural keyboard can see th... AJR2020-01-102-18/+21
* -romload: Switched ROM size members from u32 to u64. Fixes incorrect loading ... MooglyGuy2020-01-072-3/+3
* bus/bbc/1mhzbus: Added BeebOPL FM Synthesiser. Nigel Barnes2020-01-071-0/+1
* fixed -aviwrite/-mngwrite crash with screenless systems [Oliver Stöne… (#6... Oliver Stöneberg2020-01-071-3/+10
* New machines marked as NOT_WORKING AJR2019-12-311-0/+1
* New machines marked as NOT_WORKING AJR2019-12-291-0/+2
* lh5801: Internalize clock divider (nw) AJR2019-12-281-0/+1
* romload.cpp: Minor cleanup, getting rid of a few static helpers (nw) AJR2019-12-192-66/+13
* Show opcodes in octal when disassembling code from octal spaces AJR2019-12-181-94/+227
* allow slot options with -listsoftware so stuff like spectrum_mgt_flop can be ... Vas Crabb2019-12-171-1/+1
* Save states should not be break when changing output. Also get rid of a few ... Vas Crabb2019-12-133-18/+25
* save/restore otuput values in save states Vas Crabb2019-12-135-73/+113
* restore the two std::forward that are actually needed - only two of them are ... Vas Crabb2019-12-131-4/+4
* Work around MSVC overload resolution issue in save_item/save_pointer (nw) Vas Crabb2019-12-132-39/+42
* diexec.cpp: fixed save state regression (nw) Ivan Vangelista2019-12-121-0/+1
* Enforce that width and endianness of directly-mapped ROM regions should match... AJR2019-12-111-0/+33