summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/unidasm.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-676/+0
|
* fixed linking unidasm in small builds (nw) Miodrag Milanovic2015-11-021-11/+0
|
* added SM510 cpu skeleton hap2015-06-301-0/+2
|
* added m58846 disasm hap2015-05-201-0/+2
|
* added e0c6200 disassembler hap2015-05-061-3/+5
|
* fix hmcs40 10-bit-word handling hap2015-03-061-1/+1
|
* widdle endian hap2015-03-051-1/+1
|
* added Hitachi HMCS40 series MCU core skeleton hap2015-03-041-0/+2
|
* added NEC uCOM-4 MCU core skeleton hap2015-02-071-0/+2
|
* added AMI S2000 cpu skeleton and disasm hap2015-01-291-0/+2
|
* moved tagged_list:: out of tagged_list to make it catch-able / handle ↵ Oliver Stöneberg2014-09-081-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) Miodrag Milanovic2014-04-161-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 Miodrag Milanovic2014-04-071-3/+3
|
* we need to find a solution there (nw) Olivier Galibert2014-03-261-6/+3
|
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-2/+2
|
* Added 8x300 to unidasm (nw) Wilbert Pol2014-01-211-0/+2
|
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
| | | | to new license tagged form.
* i8089: converted to a proper cpu core, added debugger support and disassembler Dirk Best2013-08-241-0/+2
|
* (MESS) Added skeleton driver for RCA COSMAC Microkit. [Bill Degnan, Curt Coder] Curt Coder2013-05-111-2/+4
| | | cosmac: Added the original CDP1801 CPU variant and rewrote the disassembler. [Curt Coder]
* (MESS)new driver: 15IE-00-013 serial terminal [shattered] Miodrag Milanovic2013-05-101-0/+2
| | | Note: this is without bitbanger abuse part
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
|
* Added tms9900, tms9980 & tms9995 to unidasm. Other tms99xx cpu cores are ↵ smf-2013-03-071-0/+6
| | | | generated with macros, including the CPU_DISASSEMBLE (nw)
* not sure if we need big and little endian versions of disassemblers, but ↵ smf-2013-03-061-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 ↵ smf-2013-03-061-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) smf-2013-03-061-25/+62
|
* tms57002 works in unidasm, disassemble interface can be revisited when all ↵ smf-2013-03-061-2/+2
| | | | cpu cores have been converted. [smf]
* reduced some duplication in the nec disassembler interface (nw) smf-2013-03-061-2/+2
|
* changed CPU_DISASSEMBLE to use cpu_device * instead of legacy_cpu_device *, ↵ smf-2013-03-061-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, Nathan Woods2013-03-061-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 Miodrag Milanovic2013-01-111-59/+59
|
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-14/+0
|
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+1
|
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
|
* Clean-ups and version bumpmame0145u5 Angelo Salese2012-03-251-1/+1
|
* unidasm: Remove the tms57002 until modern cores are handled sanely [O. Galibert] Olivier Galibert2012-03-111-2/+2
|
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-1/+1
|
* Fix sharc in unidasm [trap15] Jonathan Gevaryahu2011-08-141-1/+1
|
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-0/+2
| | | | - Various core and tools memory leaks fixes [Oliver Stoneberg]
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-1/+1
|
* Preliminary work for ATV Track, in order to get the second SH-4 into Angelo Salese2011-07-111-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) Miodrag Milanovic2011-02-031-2/+2
|
* A new WE DSP16A cpu disassembler. [Andrew Gardner] Andrew Gardner2011-01-251-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) Curt Coder2011-01-121-0/+2
|
* Enabled HD61700 in MAME compile and added it to unidasm tool (no whatsnew) Miodrag Milanovic2011-01-081-0/+2
|
* - Added Rockwell PPS4 CPU core (not finished) [Miodrag Milanovic] Miodrag Milanovic2011-01-011-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 smf-2010-10-191-2/+0
|
* The dsp561xx CPU core now generates accurate disassembly for Konami ↵ Andrew Gardner2010-08-041-12/+0
| | | | | | | Polygonet hardware (verified against Motorola's reference disassembler). [Andrew Gardner, Stiletto]
* Comment Scott Stone2010-04-241-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 ↵ Scott Stone2010-04-231-12/+12
| | | | [Oliver Stoneberg]
* Remove osd_break_into_debugger in unidasm. This should be part of Aaron Giles2010-04-081-6/+0
| | | | libocore.