summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* odyssey2: make Videopac C52 a clone set(different XTAL), make g7400 a parent set hap2020-08-021-0/+2
* Add 'fill' command to debugger. Syntax and operation are similar to 'find' co... AJR2020-08-013-0/+130
* addrmap: remove unsupported setter, emumem enforces unmapval 0 or ~0 hap2020-08-011-1/+0
* New NOT_WORKING software list additions hap2020-08-011-0/+1
* New machines marked as NOT_WORKING AJR2020-07-311-2/+4
* ssystem3: added the new lcd screen to internal artwork hap2020-07-301-2/+2
* New machines marked as NOT_WORKING AJR2020-07-281-0/+1
* speaker.cpp: Add new option -speaker_report <n> to help devs tune volume (#6995) Aaron Giles2020-07-274-39/+68
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
* render: don't add parent set external artwork if artwork found hap2020-07-251-4/+7
* Add new option beam_dot_size that controls the rendered size of 'dots' in vec... Aaron Giles2020-07-242-0/+3
* Added netlist-based audio to early Cinematronics vector games (#6979) Aaron Giles2020-07-222-15/+29
* device.cpp, dimemory.cpp: Correct typos in comments AJR2020-07-212-3/+3
* dinetwork: Set default network device to be none to avoid inadvertantly spamm... Ted Green2020-07-201-1/+1
* Use gcc broken friend workaround also with clang 8 (#6933) Tiago2020-07-141-4/+8
* exorterm: more realistic layout screen aspect ratio. 68bit2020-07-131-10/+10
* New machines added as WORKING 68bit2020-07-101-0/+80
* Revert "ui: allow to skip warning popup at start" Vas Crabb2020-07-102-3/+0
* ui: allow to skip warning popup at start hap2020-07-102-0/+3
* validity.cpp: Added checks for bilinear filter vector routines Ted Green2020-07-081-2/+56
* Slotified Mac 128k/512k/512ke/Plus keyboard port. Vas Crabb2020-07-013-7/+17
* tilemap: default flags parameter in draw function hap2020-06-291-4/+4
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-292-4/+4
* Merge tag 'mame0222' into mainline-master Vas Crabb2020-06-262-11/+11
|\
| * cleanup and loose ends: Vas Crabb2020-06-262-11/+11
* | Merge branch 'release0222' into mainline-master Vas Crabb2020-06-251-1/+1
|\|
| * -bus/coco/coco_ram.cpp: fix a rather obvious bug in shift/mask Vas Crabb2020-06-251-1/+1
* | diexec: m_totalcycles workaround doesnt apply anymore (nw) hap2020-06-221-2/+0
* | Revert "diexec: m_totalcycles workaround doesnt apply anymore (nw)" hap2020-06-221-0/+2
* | diexec: m_totalcycles workaround doesnt apply anymore (nw) hap2020-06-221-2/+0
* | add saver to operate memory region (#6837) Jacob2020-06-212-0/+115
|/
* srcclean and cleanup (nw) Vas Crabb2020-06-219-61/+61
* Revert "remove colon as a patch seperator" hap2020-06-191-1/+1
* emu: correct some file headers (nw) hap2020-06-1984-72/+96
* recording: fix frame sync regression (nw) hap2020-06-193-9/+19
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-184-24/+5
* emumem: Fix bad destruction order by not removing the notifier on cache destr... Olivier Galibert2020-06-181-16/+12
* Allow debugger dump command to dump with byte granularity from address spaces... AJR2020-06-171-1/+1
* atarifb: improve interrupts, led multiplexing, sprite raster effects (nw) hap2020-06-161-1/+1
* finished removing read* and write* macros from the mame part of the tree. the... Ivan Vangelista2020-06-161-2/+2
* mmdisplay2: lcd screen was missing 1 line (nw) hap2020-06-141-1/+1
* video: show frameskip max value in speed_text (nw) hap2020-06-141-6/+2
* video: frameskip setting is now upper frameskip limit when autoframeskip sett... hap2020-06-143-3/+9
* video: don't do frameskip related calculations at init time (nw) hap2020-06-131-4/+4
* ui: only warn about external artwork when it wasn't loaded (nw) hap2020-06-132-12/+16
* Setting analog inputs don't work in LUA (#6812) tim lindner2020-06-122-4/+32
* gah missed one (nw) hap2020-06-111-1/+1
* dinvram: rename pre write/save to can write/save (nw) hap2020-06-112-3/+3
* new machines marked as working Mirko2020-06-112-1/+4
* nvram: don't save 0byte file (nw) hap2020-06-092-4/+9