Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all devices into separate part of src tree (nw) | 2015-09-13 | 11 | -13840/+0 | |
| | |||||
* | Just some logging improvement | 2015-08-23 | 1 | -1/+1 | |
| | |||||
* | Licenses for Raphael Nabet (nw) | 2015-06-07 | 2 | -2/+2 | |
| | |||||
* | Added known authors to licenses tags (nw) | 2015-05-09 | 2 | -2/+2 | |
| | |||||
* | moved all to std::string (nw) | 2015-04-22 | 4 | -6/+6 | |
| | |||||
* | string -> str rename due to future conflicts (nw) | 2015-04-12 | 4 | -6/+6 | |
| | |||||
* | Fix various typos and spelling mistakes | 2015-04-11 | 2 | -8/+8 | |
| | | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice. | ||||
* | nw | 2014-09-26 | 3 | -8/+0 | |
| | |||||
* | Antiquated #include - compiles fine without (nw) | 2014-09-25 | 1 | -1/+1 | |
| | |||||
* | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return ↵ | 2014-09-08 | 1 | -1/+0 | |
| | | | | warnings of clang 3.5 when compiling MESS (nw) | ||||
* | devcv2 -> devcb (nw) | 2014-05-14 | 3 | -36/+36 | |
| | |||||
* | fixed stack-buffer-overflow in tms9995_device::state_string_export() and ↵ | 2014-05-08 | 2 | -4/+4 | |
| | | | | tms99xx_device::state_string_export() (nw) | ||||
* | tms9900: removed spaces in state names, setting register value now possible (nw) | 2014-05-08 | 1 | -5/+5 | |
| | |||||
* | fixed usage of uninitialized member in tms99xx_device (nw) | 2014-04-30 | 1 | -0/+1 | |
| | |||||
* | Further correction to shortname to eliminate comparison to the ti990_10 ↵ | 2014-04-30 | 1 | -1/+1 | |
| | | | | computer (nw) | ||||
* | Device shortnames should not have "/" in them. Thanks to MASH for the note (nw) | 2014-04-29 | 1 | -1/+1 | |
| | |||||
* | removed usage of legacy IRQ callback (nw) | 2014-04-29 | 1 | -1/+1 | |
| | |||||
* | fixed usage of uninitialized member in tms9995_device (nw) | 2014-04-27 | 1 | -0/+2 | |
| | |||||
* | re-added src/emu/cpu/tms9900/99xxcore.h (nw) | 2014-03-29 | 1 | -0/+5321 | |
| | |||||
* | not used anymore, leftover from old conversions (nw) | 2014-03-29 | 1 | -5321/+0 | |
| | |||||
* | TMS99xx CPU family gone to devcb2. (nw) | 2014-03-21 | 8 | -277/+372 | |
| | |||||
* | fixed usage of uninitialized meber in tms9995_device (nw) | 2014-03-10 | 1 | -0/+1 | |
| | |||||
* | fixed usage of uninitialized member in tms99xx_device (nw) | 2014-02-28 | 1 | -0/+1 | |
| | |||||
* | Removing legacy code. (nw) | 2014-02-27 | 5 | -616/+474 | |
| | |||||
* | Fixed clang compile. (nw) | 2014-02-27 | 2 | -5/+5 | |
| | |||||
* | fix compile (nw) | 2014-02-27 | 1 | -1/+0 | |
| | |||||
* | Replacing legacy implementations in TMS99xx. (nw) | 2014-02-27 | 4 | -4/+241 | |
| | |||||
* | removing some unused legacy things (nw) | 2014-02-26 | 3 | -141/+0 | |
| | |||||
* | fixed uninitialized member usage in tms9995_device (nw) | 2014-02-26 | 1 | -0/+1 | |
| | |||||
* | Removed some auto_mallocs in favor of dynamic_arrays. | 2014-02-19 | 2 | -4/+1 | |
| | | | | | Added option to clear dynamic_arrays; on gcc this should assert if not done on POD (which is unsafe to memset). | ||||
* | (MESS) Minor debugging stuff and using freq constant (nw) | 2014-02-12 | 1 | -1/+2 | |
| | |||||
* | tms9900: More cycle fine-tuning. (nw) | 2013-11-30 | 1 | -5/+15 | |
| | |||||
* | tms99xx: Improved debugging output, cycle fine-tuning. (nw) | 2013-11-23 | 3 | -76/+133 | |
| | |||||
* | tms9995: Fixed a missing address alignment for word operations. (nw) | 2013-11-04 | 1 | -1/+12 | |
| | |||||
* | tms9995: Allow debugger to see the on-chip memory. (nw) | 2013-11-03 | 2 | -11/+12 | |
| | |||||
* | tms9995: Cycles fine-tuned, almost complete. (nw) | 2013-11-01 | 2 | -171/+196 | |
| | |||||
* | tms9995: Another fix for the decrementer, slowing it down. (nw) | 2013-10-28 | 2 | -1/+10 | |
| | |||||
* | tms9995: Fine-tune cycles. (nw) | 2013-10-22 | 1 | -41/+57 | |
| | |||||
* | Re-fixed decrementer. (nw) | 2013-10-21 | 1 | -1/+1 | |
| | |||||
* | Fixed broken MID interrupt handling. [Michael Zapf] | 2013-10-21 | 2 | -3/+8 | |
| | |||||
* | Fixed stuck decrementer interrupt. | 2013-10-21 | 1 | -4/+8 | |
| | |||||
* | Minor changes for better debugging (nw) | 2013-10-20 | 1 | -4/+7 | |
| | |||||
* | Fixed broken IDLE in 9995; various cleanups. | 2013-10-19 | 6 | -221/+159 | |
| | |||||
* | Common parts of TMS99xx CPUs | 2013-10-19 | 1 | -0/+74 | |
| | |||||
* | Keeping MAME license for orphan files. | 2013-10-16 | 8 | -8/+8 | |
| | |||||
* | Licensing | 2013-10-16 | 15 | -1/+31 | |
| | |||||
* | Fixed debug memory access. [Michael Zapf] | 2013-10-13 | 2 | -2/+40 | |
| | |||||
* | CPUs now utilizing split addressing (setaddress ... read/write) | 2013-09-30 | 5 | -256/+335 | |
| | |||||
* | Application of the set_address (AM_SETOFFSET) feature. | 2013-09-21 | 1 | -0/+11 | |
| | |||||
* | Cleanups and version bumpmame0150 | 2013-09-17 | 1 | -1/+1 | |
| |