| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved build system to GENie [Miodrag Milanovic] | 2015-03-26 | 1 | -2661/+0 | |
| | | | | | | | | | | | | | | | make TARGET=mess -j19 will generate all needed files and build MESS, while developing you can use make TARGET=mess COMPILE=1 -j19 to prevent rebuilding of make files. Build system have automatic generate of dependencies so will do incremental builds fine. make clean will remove all generated files/projects and obj files | ||||
| * | start an internal map for the v53 (nw) | 2015-03-08 | 1 | -0/+1 | |
| | | |||||
| * | shuffle more HNG64 stuff around, add stub CPU classes for the different CPU ↵ | 2015-03-07 | 1 | -1/+2 | |
| | | | | | types it uses so that we can start implementing the peripherals properly rather than hacking them into the driver (nw) | ||||
| * | added Hitachi HMCS40 series MCU core skeleton | 2015-03-04 | 1 | -0/+27 | |
| | | |||||
| * | added NEC uCOM-4 MCU core skeleton | 2015-02-07 | 1 | -0/+19 | |
| | | |||||
| * | fixed MESS linking (nw) | 2015-01-30 | 1 | -2/+2 | |
| | | |||||
| * | added AMI S2000 cpu skeleton and disasm | 2015-01-29 | 1 | -0/+29 | |
| | | |||||
| * | introduced BASELIBS to makefile to link smaller tools with less dependencies ↵ | 2015-01-01 | 1 | -1/+1 | |
| | | | | | (nw) | ||||
| * | Cleanups and version bumpmame0157 | 2014-12-31 | 1 | -1/+1 | |
| | | |||||
| * | arcompact (nw) | 2014-12-26 | 1 | -3/+9 | |
| | | |||||
| * | arcompact: prepare to add more opcodes (nw) | 2014-12-21 | 1 | -2/+2 | |
| | | |||||
| * | start making an actual CPU core out of the arcompact disassembler, executes ↵ | 2014-12-20 | 1 | -2/+19 | |
| | | | | | the first few jumps (nw) | ||||
| * | arcompact - reorganize a little (nw) | 2014-12-11 | 1 | -1/+1 | |
| | | |||||
| * | ok, we're definitely ARCompact based, it's a different instruction set (nw) | 2014-12-03 | 1 | -0/+14 | |
| | | |||||
| * | skeleton CPU core so that I can begin to write an ARC disassembler (nw) | 2014-12-03 | 1 | -0/+13 | |
| | | |||||
| * | (nw) Split RSP vector opcodes into separate files for interpreter, DRC and ↵ | 2014-11-19 | 1 | -2/+18 | |
| | | | | | DRC + SIMD. Breaks interpreter mode for reasons yet unknown. | ||||
| * | Convert PSX sio to use devcb. [smf] | 2014-10-26 | 1 | -1/+1 | |
| | | |||||
| * | More cleanups, there is issue with srcclean that needs to be taken care as ↵ | 2014-07-22 | 1 | -1/+1 | |
| | | | | | well, just doing now what we can | ||||
| * | rewrote most of tms7000, fixing a few issues and adding preliminary support ↵ | 2014-07-16 | 1 | -2/+1 | |
| | | | | | for TMS70x1/2 family | ||||
| * | added preliminary tmpz84c015, stupid daisy chain | 2014-06-21 | 1 | -4/+5 | |
| | | |||||
| * | renamed opcode lists.h to .inc, renamed LR35902_FLAG_x to FLAG_x | 2014-06-13 | 1 | -2/+2 | |
| | | |||||
| * | move tmpz84c011 specifics to its own files, make z80ctc a subdevice rather ↵ | 2014-06-11 | 1 | -0/+1 | |
| | | | | | than adding it separately it in each driver using a tmpz84c011. (nw) | ||||
| * | upd7810: reorganize, compile source files seperately instead of | 2014-06-11 | 1 | -5/+8 | |
| | | | | including them into the main source | ||||
| * | Added placeholder TGPx4 CPU core for Model 2C, nw | 2014-06-05 | 1 | -0/+13 | |
| | | |||||
| * | m37710: make memory helpers inline; remove more obsolete cruft (nw) | 2014-05-22 | 1 | -0/+2 | |
| | | |||||
| * | (MESS) New driver added: Xerox Alto 2 [Juergen Buchmueller] | 2014-04-22 | 1 | -0/+109 | |
| | | | | out of whatsnew: Did not add Unicode support for debugger from branch yet, for now few special chars are converted to be plain ASCII | ||||
| * | sh2.c: Modernised cpu core. [Wilbert Pol] | 2014-04-12 | 1 | -9/+3 | |
| | | |||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -25/+25 | |
| | | |||||
| * | h8: Implement the 8-bits timers, namcos23 coins work again [O. Galibert] | 2014-04-05 | 1 | -1/+8 | |
| | | |||||
| * | - New Z80 CPU derivate Toshiba TLCS-Z80 [Felipe Sanches] | 2014-04-04 | 1 | -2/+3 | |
| | | | | | - Improving emulation of SONY PVE-500 video editing station [Felipe Sanches] | ||||
| * | h8: Add the h8/3008 [O. Galibert] | 2014-04-02 | 1 | -1/+12 | |
| | | |||||
| * | h8: Rewrite [O. Galibert] | 2014-03-25 | 1 | -45/+155 | |
| | | | | (mess) mu100: Main screen turn on [O. Galibert] | ||||
| * | last round of *.c -> *.inc renaming for now (nw) | 2014-03-19 | 1 | -2/+2 | |
| | | |||||
| * | and more *.c -> *.inc renaming (nw) | 2014-03-19 | 1 | -34/+34 | |
| | | |||||
| * | more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) | 2014-03-19 | 1 | -20/+23 | |
| | | |||||
| * | renamed a few more files from *.c to *.inc | 2014-03-19 | 1 | -6/+6 | |
| | | |||||
| * | Replacing legacy implementations in TMS99xx. (nw) | 2014-02-27 | 1 | -16/+10 | |
| | | |||||
| * | removing some unused legacy things (nw) | 2014-02-26 | 1 | -12/+0 | |
| | | |||||
| * | replaced #defines with inline functions (nw) | 2014-01-21 | 1 | -2/+1 | |
| | | |||||
| * | small cleanup (nw) | 2013-12-27 | 1 | -1/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0152 | 2013-12-24 | 1 | -1/+1 | |
| | | |||||
| * | Added Signetics 8X300 microcontroller core, updated Wicat driver to use | 2013-12-21 | 1 | -0/+14 | |
| | | | | | it. [Barry Rodewald] | ||||
| * | fixed scudsp & ssp1601 entries [Vito] | 2013-11-24 | 1 | -4/+4 | |
| | | |||||
| * | Added a bare bones SCUDSP core, to be improved | 2013-10-08 | 1 | -1/+3 | |
| | | |||||
| * | small change to mcs96 generation messages (nw) | 2013-09-25 | 1 | -2/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0150 | 2013-09-17 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) Added preliminary S+core CPU emulation. [Sandro Ronco] | 2013-09-07 | 1 | -0/+19 | |
| | | | | | | | (MESS) New NOT WORKING system ----------------------- - Mattel HyperScan [Sandro Ronco] | ||||
| * | i8089: converted to a proper cpu core, added debugger support and disassembler | 2013-08-24 | 1 | -0/+19 | |
| | | |||||
| * | i186: move 80186 peripherals into the cpu [Carl] | 2013-08-19 | 1 | -0/+6 | |
| | | | | leland: finish modernizing the leland sound and use new 80186 [Carl] | ||||
| * | tms32082: split MP and PP disassembler (nw) | 2013-07-27 | 1 | -1/+1 | |
| | | |||||
