summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Move sprite delaying behavior into screen_vblank for some drivers (#6596) cam9002020-04-271-0/+2
* srcclean and manual cleanup (nw) Vas Crabb2020-04-263-17/+17
* mconfig.h: get rid of a temporary that clang 10 doens't like (nw) Vas Crabb2020-04-231-1/+1
* Refactoring of AVI/MNG recording code (#6537) npwoods2020-04-225-415/+454
* (nw) fix assert when starting empty driver - the empty driver magically has n... Vas Crabb2020-04-221-1/+0
* vboy.xml: restore explicit 8-bit width on the SRAM regions - it's to indicate... Vas Crabb2020-04-161-2/+2
* (nw) softlist_dev.cpp: validate ROM labels Vas Crabb2020-04-162-0/+19
* (nw) fixed the build (variable set but not used) Robbbert2020-04-161-2/+2
* softlist_dev.cpp: start adding validation for data areas Vas Crabb2020-04-165-170/+192
* ROM loading cleanup: Vas Crabb2020-04-157-521/+633
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-1310-269/+168
* Fix MT7560 harder (nw) Olivier Galibert2020-04-091-0/+8
* Remove obsolete logging (nw) Olivier Galibert2020-04-091-3/+1
* Arrrrrrrrrrgh! (nw) Olivier Galibert2020-04-081-2/+2
* Fix MT7560 [O. Galibert] Olivier Galibert2020-04-084-6/+18
* attotime: attotime::zero is not a valid arugment for as_hz et al. (nw) AJR2020-04-081-3/+3
* template save/load code - the copy-pasta had become a liability (nw) Vas Crabb2020-04-082-187/+161
* New machines marked as NOT_WORKING AJR2020-04-041-1/+2
* Add H8/500 disassembler and skeleton CPU device family AJR2020-04-041-0/+1
* Don't clear the input queue on reset. (#6517) Mike2020-04-041-1/+0
* render: initialization outer box darkened/less distracting (nw) hap2020-04-041-1/+1
* diexec: Eliminate pulse_input_line_and_vector (nw) AJR2020-04-022-28/+0
* removed last remaining uses of generic_space() (nw) smf-2020-04-011-3/+0
* removed last remaining use of driver_data() (nw) smf-2020-04-011-1/+0
* New machines marked as NOT_WORKING AJR2020-03-261-0/+1
* 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
|\