| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all devices into separate part of src tree (nw) | 2015-09-13 | 8 | -3648/+0 | |
| | | |||||
| * | python: Make all scripts python 2/3 compatible | 2015-07-30 | 1 | -19/+21 | |
| | | |||||
| * | blame balrog for this :) (NW) | 2015-07-08 | 1 | -3/+3 | |
| | | |||||
| * | memory: Remove support for decrypted bases, use an address space instead [O. ↵ | 2015-06-24 | 1 | -1/+1 | |
| | | | | | Galibert] | ||||
| * | Allow compiling with shared libraries [O. Galibert] | 2015-05-31 | 2 | -1/+4 | |
| | | | | | | | | | | | Put SHLIB=1 in the main makefile, or on the command line. The idea is to get a *way* faster link with symbols. It works at least on linux, with one annoying caveat: you have to be in the build/projects/sdl/mame/gmake-linux directory to start mame afterwards. We're going to move some things around to be able to use LD_LIBRARY_PATH or have it start as-is from the root. | ||||
| * | did license settings for OG and Andrew, cleared up OSD part for licenses (nw) | 2015-05-09 | 6 | -198/+12 | |
| | | |||||
| * | Added dummy license headers for EMU section (nw) | 2015-05-07 | 6 | -0/+12 | |
| | | |||||
| * | moved all to std::string (nw) | 2015-04-22 | 2 | -5/+5 | |
| | | |||||
| * | string -> str rename due to future conflicts (nw) | 2015-04-12 | 2 | -3/+3 | |
| | | |||||
| * | cstr() - > c_str() as preparation for move to std::string (nw) | 2015-04-11 | 1 | -33/+33 | |
| | | |||||
| * | fixed some apparent bugs in Python scripts based on PyCharm inspection (nw) | 2015-03-05 | 1 | -5/+5 | |
| | | |||||
| * | more Python script cleanups based on PyCharm inspection (nw) | 2015-03-05 | 1 | -1/+1 | |
| | | |||||
| * | Remove unused "opc", fix possible undefined name "inf". (nw) | 2015-03-04 | 1 | -1/+1 | |
| | | |||||
| * | Remove except clause syntax not supported on Python 3. (nw) | 2015-03-03 | 1 | -3/+5 | |
| | | | | | | This change uses sys.exc_info()[1] instead of the "as" syntax to retain Python 2.5 compatibility. | ||||
| * | Fix undefined names "logging" and "fname". (nw) | 2015-01-27 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -4/+4 | |
| | | |||||
| * | fix recompute_bcount regression | 2014-09-22 | 1 | -2/+2 | |
| | | |||||
| * | If we were documented, we'd be dangerous (nw) | 2014-09-17 | 3 | -27/+17 | |
| | | |||||
| * | replaced exit() with fatalerror() in src/emu/cpu/mcs96/mcs96.c (nw) | 2014-09-10 | 1 | -2/+1 | |
| | | |||||
| * | mcs96: Misc. fixes [O. Galibert] | 2013-11-18 | 3 | -59/+102 | |
| | | |||||
| * | Make the Python scripts line ending agnostic (fixes *IX/OS X build from ↵ | 2013-06-25 | 1 | -1/+1 | |
| | | | | | mamedev.org source zip) [R. Belmont] | ||||
| * | did modern cpu cores as well (nw) | 2013-06-21 | 4 | -5/+5 | |
| | | |||||
| * | Expanded device_t constructor with parameters for short name and source file ↵ | 2013-03-26 | 4 | -6/+6 | |
| | | | | | location [Miodrag Milanovic] | ||||
| * | fixed uninitialized member in src/emu/cpu/mcs96/i8x9x.c (nw) | 2013-02-20 | 1 | -0/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 5 | -45/+45 | |
| | | |||||
| * | (mess) D-110: Preliminary driver [Lord_Nightmare, O. Galibert] | 2013-01-04 | 5 | -10/+134 | |
| | | |||||
| * | fix for msvc (nw) | 2012-12-18 | 1 | -1/+2 | |
| | | |||||
| * | mcs96: Add norml and the missing div variants [O. Galibert] | 2012-12-18 | 3 | -7/+165 | |
| | | |||||
| * | mcs96: Fix V setting on divb [O. Galibert] | 2012-12-18 | 1 | -2/+2 | |
| | | |||||
| * | mcs96: divb reg,#nn fix [O. Galibert] | 2012-12-17 | 1 | -1/+0 | |
| | | |||||
| * | (mess) mcs96: First (incomplete) stab at a core [O. Galibert] | 2012-12-17 | 8 | -0/+3500 | |
| | | |||||
| * | placeholders | 2012-12-17 | 8 | -0/+0 | |
