summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* reverting: Miodrag Milanovic2016-01-2084-523/+525
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-1/+1
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2029-96/+96
* Revert "Fix broken listdevices sorting (nw)" Miodrag Milanovic2016-01-202-5/+10
* Revert "Fix callbacks resolve (nw)" Miodrag Milanovic2016-01-201-3/+3
* Revert "fix for slots, makes c64 and other loading (nw)" Miodrag Milanovic2016-01-201-4/+4
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-2011-27/+27
* Revert "cleanup (nw)" Miodrag Milanovic2016-01-201-2/+2
* Revert "fixed issue with -lx (nw)" Miodrag Milanovic2016-01-202-13/+1
* Revert "Memory region to use std::string (nw)" Miodrag Milanovic2016-01-204-12/+12
* Revert "can't store pointer to temp object in const char * (nw)" Miodrag Milanovic2016-01-202-9/+10
* can't store pointer to temp object in const char * (nw) Miodrag Milanovic2016-01-202-10/+9
* Memory region to use std::string (nw) Miodrag Milanovic2016-01-204-12/+12
* fixed issue with -lx (nw) Miodrag Milanovic2016-01-192-1/+13
* Merge pull request #567 from ajrhacker/confix Miodrag Milanović2016-01-181-1/+2
|\
| * Driver configuration fixes AJR2016-01-161-1/+2
* | cleanup (nw) Miodrag Milanovic2016-01-181-2/+2
* | Fix for hang, emu_options::add_slot_options was changed, other things are ju... Miodrag Milanovic2016-01-1811-27/+27
* | fix for slots, makes c64 and other loading (nw) Miodrag Milanovic2016-01-171-4/+4
* | Fix callbacks resolve (nw) Miodrag Milanovic2016-01-171-3/+3
* | placed this back, bad OG :) (nw) Miodrag Milanovic2016-01-171-0/+8
* | Fix broken listdevices sorting (nw) AJR2016-01-162-10/+5
|/
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1629-96/+96
* Fixes (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-1684-533/+523
* Fix image unload (nw) Miodrag Milanovic2016-01-142-4/+13
* Revert "remove const (nw)" Miodrag Milanovic2016-01-132-4/+4
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-128-37/+36
* Fix linux compile Miodrag Milanovic2016-01-121-10/+0
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-128-53/+75
* simplify (nw) Miodrag Milanovic2016-01-121-42/+9
* final touch on romload modernization (nw) Miodrag Milanovic2016-01-114-26/+21
* vector instead of simple_list (nw) Miodrag Milanovic2016-01-112-18/+11
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-115-363/+315
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-118-220/+174
* get rid of global_alloc (nw) Miodrag Milanovic2016-01-112-4/+2
* fix clang build (nw) Miodrag Milanovic2016-01-111-2/+0
* modernized crosshair_manager (nw) Miodrag Milanovic2016-01-117-230/+192
* let's use our templates to clear (nw) Miodrag Milanovic2016-01-112-5/+1
* change initialization order, removes need for additional checks (nw) Miodrag Milanovic2016-01-111-3/+3
* remove const (nw) Miodrag Milanovic2016-01-112-4/+4
* can't change this one (nw) Miodrag Milanovic2016-01-111-10/+10
* Merge pull request #561 from ajrhacker/strings Miodrag Milanović2016-01-1136-296/+227
|\
| * Return std::string objects by value rather than pass by reference AJR2016-01-1036-296/+227
* | modernized ui_input_manager (nw) Miodrag Milanovic2016-01-1011-310/+283
* | make output be part of driver_device (nw) Miodrag Milanovic2016-01-101-0/+3
* | modernize output_manager (nw) Miodrag Milanovic2016-01-108-272/+146
* | modernized configuration_manager (nw) Miodrag Milanovic2016-01-1016-175/+149
|/
* modernized bookkeeping manager (nw) Miodrag Milanovic2016-01-106-125/+98
* generic machine is now bookkeeping (nw) Miodrag Milanovic2016-01-103-8/+8