summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/mcs96
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-138-3648/+0
|
* python: Make all scripts python 2/3 compatible Olivier Galibert2015-07-301-19/+21
|
* blame balrog for this :) (NW) Cowering2015-07-081-3/+3
|
* memory: Remove support for decrypted bases, use an address space instead [O. ↵ Olivier Galibert2015-06-241-1/+1
| | | | Galibert]
* Allow compiling with shared libraries [O. Galibert] Olivier Galibert2015-05-312-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) Miodrag Milanovic2015-05-096-198/+12
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-076-0/+12
|
* moved all to std::string (nw) Miodrag Milanovic2015-04-222-5/+5
|
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-122-3/+3
|
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-33/+33
|
* fixed some apparent bugs in Python scripts based on PyCharm inspection (nw) Oliver Stöneberg2015-03-051-5/+5
|
* more Python script cleanups based on PyCharm inspection (nw) Oliver Stöneberg2015-03-051-1/+1
|
* Remove unused "opc", fix possible undefined name "inf". (nw) Mike Naberezny2015-03-041-1/+1
|
* Remove except clause syntax not supported on Python 3. (nw) Mike Naberezny2015-03-031-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) Mike Naberezny2015-01-271-1/+1
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-4/+4
|
* fix recompute_bcount regression Michaël Banaan Ananas2014-09-221-2/+2
|
* If we were documented, we'd be dangerous (nw) Olivier Galibert2014-09-173-27/+17
|
* replaced exit() with fatalerror() in src/emu/cpu/mcs96/mcs96.c (nw) Oliver Stöneberg2014-09-101-2/+1
|
* mcs96: Misc. fixes [O. Galibert] Olivier Galibert2013-11-183-59/+102
|
* Make the Python scripts line ending agnostic (fixes *IX/OS X build from ↵ R. Belmont2013-06-251-1/+1
| | | | mamedev.org source zip) [R. Belmont]
* did modern cpu cores as well (nw) Miodrag Milanovic2013-06-214-5/+5
|
* Expanded device_t constructor with parameters for short name and source file ↵ Miodrag Milanovic2013-03-264-6/+6
| | | | location [Miodrag Milanovic]
* fixed uninitialized member in src/emu/cpu/mcs96/i8x9x.c (nw) Oliver Stöneberg2013-02-201-0/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-115-45/+45
|
* (mess) D-110: Preliminary driver [Lord_Nightmare, O. Galibert] Olivier Galibert2013-01-045-10/+134
|
* fix for msvc (nw) smf-2012-12-181-1/+2
|
* mcs96: Add norml and the missing div variants [O. Galibert] Olivier Galibert2012-12-183-7/+165
|
* mcs96: Fix V setting on divb [O. Galibert] Olivier Galibert2012-12-181-2/+2
|
* mcs96: divb reg,#nn fix [O. Galibert] Olivier Galibert2012-12-171-1/+0
|
* (mess) mcs96: First (incomplete) stab at a core [O. Galibert] Olivier Galibert2012-12-178-0/+3500
|
* placeholders Olivier Galibert2012-12-178-0/+0