summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Implement workaround for flex --header-file optionmasterHugo Villeneuve2014-11-061-2/+4
* Rename perl sources variable to avoid confusionHugo Villeneuve2014-11-061-3/+3
* Replace LEX macro with preferred oneHugo Villeneuve2014-11-061-1/+1
* Cleanup of autoconf filesHugo Villeneuve2014-04-094-32/+37
* opcodes2c.pl: Add command line optionsHugo Villeneuve2014-04-091-5/+26
* Save window position in configuration fileHugo Villeneuve2014-04-083-0/+12
* Allow to override window geometry on the command lineHugo Villeneuve2014-04-083-2/+48
* Change project's website URLHugo Villeneuve2014-04-081-1/+1
* Add missing include fileHugo Villeneuve2014-04-081-0/+1
* Remove unnecessary AM option parallel-testsHugo Villeneuve2014-04-071-2/+1
* Convert to automake gnits optionHugo Villeneuve2014-04-063-3/+1
* Fix Makefile.am indentationHugo Villeneuve2014-04-061-10/+25
* Convert to LIBTOOLHugo Villeneuve2014-04-063-4/+12
* Add option -Wno-extra-portability to AM_INIT_AUTOMAKEHugo Villeneuve2014-04-061-2/+8
* Add option no-define to AM_INIT_AUTOMAKEHugo Villeneuve2014-04-065-5/+9
* Put automake macros togetherHugo Villeneuve2014-04-061-1/+2
* emu8051 2.0.1Hugo Villeneuve2014-03-222-1/+30
* Convert manpage to UTF-8Hugo Villeneuve2014-03-161-1/+1
* Add tests for CLI version commandsHugo Villeneuve2014-02-1710-3/+106
* Do not display registers at CLI version startupHugo Villeneuve2014-02-171-1/+0
* Add proper error checking in asciihex2int functionsHugo Villeneuve2014-02-167-31/+73
* Dont exit in case of hexfile reading failureHugo Villeneuve2014-02-151-9/+14
* Replace disam.h with opcodes{h,c}Hugo Villeneuve2014-02-155-92/+130
* Fix comment after cleanupHugo Villeneuve2014-02-151-1/+1
* Fix splint warningsHugo Villeneuve2014-02-157-27/+29
* Fix C99 standard types uintN_tHugo Villeneuve2014-02-157-36/+38
* Remove unused header file includesHugo Villeneuve2014-02-133-4/+0
* Fix test script to work in external build directoryHugo Villeneuve2014-02-131-1/+2
* Shorten memory_ functions prefix to mem_ in memory.cHugo Villeneuve2014-02-1313-295/+292
* Fix checkpatch warningsHugo Villeneuve2014-02-134-19/+21
* Move memory read functions to memory.cHugo Villeneuve2014-02-137-252/+275
* Fix auto-generated C source files indentationHugo Villeneuve2014-02-131-26/+45
* Remove unnecessary column in opcodes.lstHugo Villeneuve2014-02-132-292/+310
* Remove duplicate code for disassemblyHugo Villeneuve2014-02-133-108/+16
* Fix checkpatch warningsHugo Villeneuve2014-02-1333-545/+555
* Shorten GPLv2 licence text in header of each source fileHugo Villeneuve2014-02-1348-601/+48
* Add up to 4 emulator timersHugo Villeneuve2014-02-139-37/+93
* Rename DumpMem function -> memory_dumpHugo Villeneuve2014-02-133-5/+5
* Add more error checking for CLI version argumentsHugo Villeneuve2014-02-135-32/+107
* Cleanup help menuHugo Villeneuve2014-02-132-32/+31
* Add support for GNU readlineHugo Villeneuve2014-02-137-10/+86
* Rename CLI and GUI versions main source filesHugo Villeneuve2014-02-1312-16/+16
* Allow hex numbers to begin with 0x or $ prefix in scannerHugo Villeneuve2014-02-131-1/+10
* Allow to set all SFR registers in CLI versionHugo Villeneuve2014-02-133-44/+47
* Add new value range check when writing register in CLI versionHugo Villeneuve2014-02-133-36/+33
* Convert CLI version input parsing to Lex/YaccHugo Villeneuve2014-02-1312-504/+614
* Remove address parameter from RUN and TRACE CLI commandsHugo Villeneuve2014-02-061-51/+37
* Add general-purpose timer to CLIHugo Villeneuve2014-01-261-1/+10
* Add better error checking when loading invalid hex filesHugo Villeneuve2014-01-267-75/+69
* Refactor hex loading codeHugo Villeneuve2014-01-261-21/+20