| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -676/+0 | |
| | | |||||
| * | fixed linking unidasm in small builds (nw) | 2015-11-02 | 1 | -11/+0 | |
| | | |||||
| * | added SM510 cpu skeleton | 2015-06-30 | 1 | -0/+2 | |
| | | |||||
| * | added m58846 disasm | 2015-05-20 | 1 | -0/+2 | |
| | | |||||
| * | added e0c6200 disassembler | 2015-05-06 | 1 | -3/+5 | |
| | | |||||
| * | fix hmcs40 10-bit-word handling | 2015-03-06 | 1 | -1/+1 | |
| | | |||||
| * | widdle endian | 2015-03-05 | 1 | -1/+1 | |
| | | |||||
| * | added Hitachi HMCS40 series MCU core skeleton | 2015-03-04 | 1 | -0/+2 | |
| | | |||||
| * | added NEC uCOM-4 MCU core skeleton | 2015-02-07 | 1 | -0/+2 | |
| | | |||||
| * | added AMI S2000 cpu skeleton and disasm | 2015-01-29 | 1 | -0/+2 | |
| | | |||||
| * | moved tagged_list:: out of tagged_list to make it catch-able / handle ↵ | 2014-09-08 | 1 | -2/+11 | |
| | | | | | add_exception / updated exception handling unidasm to match the main one and return a proper exitcode in case of an error (nw) | ||||
| * | Moved eminline and related files into /src/osd since it's system related (nw) | 2014-04-16 | 1 | -2/+2 | |
| | | | | | | | | | Moved delegates into /src/lib/util to enable usage of delegates in other project parts Moved mame_printf_* calls into /src/osd/osdcore.c and renamed them to osd_printf_* Changed mess.mak to display compilation of ymmu100.ppm nicely | ||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -3/+3 | |
| | | |||||
| * | we need to find a solution there (nw) | 2014-03-26 | 1 | -6/+3 | |
| | | |||||
| * | rest of ATTR_PRINTF review (nw) | 2014-02-25 | 1 | -2/+2 | |
| | | |||||
| * | Added 8x300 to unidasm (nw) | 2014-01-21 | 1 | -0/+2 | |
| | | |||||
| * | Bulk convert files that already had standard BSD license in my name | 2013-10-16 | 1 | -31/+2 | |
| | | | | | to new license tagged form. | ||||
| * | i8089: converted to a proper cpu core, added debugger support and disassembler | 2013-08-24 | 1 | -0/+2 | |
| | | |||||
| * | (MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder] | 2013-05-11 | 1 | -2/+4 | |
| | | | | cosmac: Added the original CDP1801 CPU variant and rewrote the disassembler. [Curt Coder] | ||||
| * | (MESS)new driver: 15IE-00-013 serial terminal [shattered] | 2013-05-10 | 1 | -0/+2 | |
| | | | | Note: this is without bitbanger abuse part | ||||
| * | Cleanups and version bumpmame0148u2 | 2013-03-19 | 1 | -1/+1 | |
| | | |||||
| * | Added tms9900, tms9980 & tms9995 to unidasm. Other tms99xx cpu cores are ↵ | 2013-03-07 | 1 | -0/+6 | |
| | | | | | generated with macros, including the CPU_DISASSEMBLE (nw) | ||||
| * | not sure if we need big and little endian versions of disassemblers, but ↵ | 2013-03-06 | 1 | -1/+1 | |
| | | | | | there already were some. this name is too long to fit and be meaningful (nw) | ||||
| * | meant to sort these into cpu name order before last commit, they appear to ↵ | 2013-03-06 | 1 | -63/+63 | |
| | | | | | have mostly been in "find in files" order before with manual changes (nw) | ||||
| * | all cpu cores with a CPU_DISASSMBLE are supported by unidasm (nw) | 2013-03-06 | 1 | -25/+62 | |
| | | |||||
| * | tms57002 works in unidasm, disassemble interface can be revisited when all ↵ | 2013-03-06 | 1 | -2/+2 | |
| | | | | | cpu cores have been converted. [smf] | ||||
| * | reduced some duplication in the nec disassembler interface (nw) | 2013-03-06 | 1 | -2/+2 | |
| | | |||||
| * | changed CPU_DISASSEMBLE to use cpu_device * instead of legacy_cpu_device *, ↵ | 2013-03-06 | 1 | -5/+3 | |
| | | | | | so that class based cpu devices can also be passed. | ||||
| * | Fixed unidasm, but this fix is really gross. If we are serious about unidasm, | 2013-03-06 | 1 | -3/+5 | |
| | | | | | | | somebody should figure out our strategy for ensuring that disassemblers are usable by this tool in a way that won't cause problems for device modernization. | ||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -59/+59 | |
| | | |||||
| * | 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] | 2012-11-06 | 1 | -14/+0 | |
| | | |||||
| * | Final round of struct/union/enum normalization. | 2012-09-16 | 1 | -2/+1 | |
| | | |||||
| * | First pass at modernizing struct definitions. | 2012-09-15 | 1 | -4/+2 | |
| | | |||||
| * | Clean-ups and version bumpmame0145u5 | 2012-03-25 | 1 | -1/+1 | |
| | | |||||
| * | unidasm: Remove the tms57002 until modern cores are handled sanely [O. Galibert] | 2012-03-11 | 1 | -2/+2 | |
| | | |||||
| * | Clean-ups and version bumpmame0143u3 | 2011-08-14 | 1 | -1/+1 | |
| | | |||||
| * | Fix sharc in unidasm [trap15] | 2011-08-14 | 1 | -1/+1 | |
| | | |||||
| * | - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] | 2011-07-31 | 1 | -0/+2 | |
| | | | | | - Various core and tools memory leaks fixes [Oliver Stoneberg] | ||||
| * | Clean-ups and version bumpmame0143u1 | 2011-07-11 | 1 | -1/+1 | |
| | | |||||
| * | Preliminary work for ATV Track, in order to get the second SH-4 into | 2011-07-11 | 1 | -3/+32 | |
| | | | | | | | | | | | | | | | | | business [Samuele Zannoli] Added support for dma transfers between the processor and external devices in SH-4 CPU core [Samuele Zannoli] Modified naomibd device so that it allocates the memory for the gdrom data on startup based on a parameter that specifies the size in megabytes. [Samuele Zannoli] Added two new commands to the unidasm utility [Samuele Zannoli] -skip <n> allows to skip the first <n> bytes from the file -count <n> specifiest that only <n> bytes from the file must be disassembled | ||||
| * | Fix compiling tools (no whatsnew) | 2011-02-03 | 1 | -2/+2 | |
| | | |||||
| * | A new WE DSP16A cpu disassembler. [Andrew Gardner] | 2011-01-25 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | Notes out of whatsnew.txt * This uses modern devices, but has not been tested in a driver yet, so I may have done something wrong. I will fix it when the time comes. * 60% of the disassembler is complete. I will finish it over the next few days. * There are many similarities in execution to the dsp32, and the existing 32 code will come in handy when it's time to write the execution engine. * This thing is a pleasure compared to the dsp56k. | ||||
| * | Added COSMAC back to Unidasm. (no whatsnew) | 2011-01-12 | 1 | -0/+2 | |
| | | |||||
| * | Enabled HD61700 in MAME compile and added it to unidasm tool (no whatsnew) | 2011-01-08 | 1 | -0/+2 | |
| | | |||||
| * | - Added Rockwell PPS4 CPU core (not finished) [Miodrag Milanovic] | 2011-01-01 | 1 | -0/+2 | |
| | | | | | | - Added GAME_MECHANICAL flag to mark games having mechanical interface (such as pinball,redemption, bowling games ...) - Imported games from PinMAME as skeletons | ||||
| * | fixed build | 2010-10-19 | 1 | -2/+0 | |
| | | |||||
| * | The dsp561xx CPU core now generates accurate disassembly for Konami ↵ | 2010-08-04 | 1 | -12/+0 | |
| | | | | | | | | Polygonet hardware (verified against Motorola's reference disassembler). [Andrew Gardner, Stiletto] | ||||
| * | Comment | 2010-04-24 | 1 | -12/+11 | |
| | | | | | | | | | ------- Revert of: r8912 - A workaround for the warnings in Visual Srudio when compiling unidasm It was breaking the GCC compile of unidasm. If anyone else has a better fix who uses VS2008/2010, please feel free to reapply a proper fix | ||||
| * | A workaround for the warnings in Visual Srudio when compiling unidasm ↵ | 2010-04-23 | 1 | -12/+12 | |
| | | | | | [Oliver Stoneberg] | ||||
| * | Remove osd_break_into_debugger in unidasm. This should be part of | 2010-04-08 | 1 | -6/+0 | |
| | | | | | libocore. | ||||
