/src/emu/cpu/tlcs90/

wspan='2'>cgit logo index : hbmame
Emulator of homebrew and hacked games for arcade hardware
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | fidel68k: added cartridge slot hap2016-02-163-16/+73
| | | |
* | | | upd7220: command 05 appears to blank the display (nw) cracyc2016-02-151-1/+8
| | | |
* | | | New Working machine added hap2016-02-152-5/+72
| | | | | | | | | | | | | | | | | | | | ------------------- Fidelity Elite Avant Garde (model 6117-7) [hap, Micha]
* | | | New Working machine added hap2016-02-157-111/+427
| | | | | | | | | | | | | | | | | | | | -------------------- Coleco Electronic Quarterback [hap, Sean Riddle]
* | | | dsplmenu: fixed display options. nw dankan18902016-02-151-0/+4
| | | |
* | | | Fix errors with -rol and -ror, nw therealmogminer@gmail.com2016-02-153-33/+56
| | | |
* | | | fixed logic in expression (nw) Miodrag Milanovic2016-02-151-1/+1
| | | |
* | | | Merge pull request #623 from h0tw1r3/master Miodrag Milanović2016-02-157-60/+234
|\ \ \ \ | | | | | | | | | | Improve cross compile support [Jeffrey Clark]
| * | | | osx clang, silence flac unknown attribute error (nw) Jeffrey Clark2016-02-151-0/+5
| | | | |
| * | | | fix windows bgfx library link in sdl builds (nw) Jeffrey Clark2016-02-151-0/+5
| | | | |
| * | | | genie make targets for packager scripts (nw) Jeffrey Clark2016-02-151-3/+8
| | | | |
| * | | | fix cross compile windows targetextension (nw) Jeffrey Clark2016-02-152-0/+85
| | | | |
| * | | | check STRIP_SYMBOLS in strip function and add strip support for osx (nw) Jeffrey Clark2016-02-154-4/+46
| | | | |
| * | | | add TOOLCHAIN make flag for explicit toolchain prefix cross compiling (nw) Jeffrey Clark2016-02-154-29/+49
| | | | |
| * | | | Refactor MACOSX_USE_LIBSDL to USE_LIBSDL for windows and linux static ↵ Jeffrey Clark2016-02-153-25/+37
| | | | | | | | | | | | | | | | | | | | library support (nw)
* | | | | pc9801: no 32 (nw) cracyc2016-02-151-0/+4
|/ / / /
* | | | Hopefully fix text being weirdly rotated therealmogminer@gmail.com2016-02-151-1/+1
| | | |
* | | | Significant speed improvements to the BGFX renderer. [MooglyGuy] therealmogminer@gmail.com2016-02-159-418/+1025
| | | |
* | | | Merge pull request #622 from h0tw1r3/master Miodrag Milanović2016-02-151-1/+1
|\ \ \ \ | | | | | | | | | | fix compile (nw)
| * | | | fix compile (nw) Jeffrey Clark2016-02-151-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | GCC 5.3.1 on Fedora 22 src/lib/util/aviio.cpp:1378:57: error: ‘offset’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
* | | | draw FPS counter even in menus (nw) Miodrag Milanovic2016-02-152-1/+8
| | | | | | | | | | | | | | | | will revert this when MG finish his work
* | | | small addition for steamlink (nw) Miodrag Milanovic2016-02-151-1/+3
| | | |
* | | | fix compile on some platforms (nw) Miodrag Milanovic2016-02-151-1/+2
| | | |
* | | | fix build on some linuxes (nw) Miodrag Milanovic2016-02-151-0/+1
| | | |
* | | | Merge pull request #618 from motoschifo/master Miodrag Milanović2016-02-157-16/+284
|\| | | | | | | | | | | Autofire support (cheat) [motoschifo]
| * | | Fix osd message Michele Fochi2016-02-131-1/+1
| | | |
| * | | Added support for autofire under cheat menu and available only if cheats Michele Fochi2016-02-137-16/+284
| | | | | | | | | | | | activated.
| * | | Merge pull request #3 from mamedev/master motoschifo2016-02-1388-2769/+3287
| |\ \ \ | | | | | | | | | | Update from original
| * \ \ \ Merge pull request #2 from mamedev/master motoschifo2016-02-09139-2175/+15866
| |\ \ \ \ | | | | | | | | | | | | Update to master
* | \ \ \ \ Merge pull request #619 from keshbach/master Miodrag Milanović2016-02-1546-17/+2375
|\ \ \ \ \ \ | | | | | | | | | | | | | | Support for the AMPAL18P8 to the jedutil tool. [Kevin Eshbach]
| * | | | | | Added support for the AMPAL18P8 Kevin Eshbach2016-02-131-17/+109
| | | | | | |
| * | | | | | Adding regression tests for the AMPAL18P8 Kevin Eshbach2016-02-1327-0/+2266
| | | | | | |
| * | | | | | Removing files that were moved to the Opal_Jr directory Kevin Eshbach2016-02-1318-0/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #620 from h0tw1r3/master Olivier Galibert2016-02-154-2/+528
|\ \ \ \ \ \ | | | | | | | | | | | | | | WIP: Extend LUA api
| * | | | | | extend lua api, cheat (nw) Jeffrey Clark2016-02-142-0/+85
| | | | | | |
| * | | | | | extend lua api, ioport (nw) Jeffrey Clark2016-02-142-3/+83
| | | | | | |
| * | | | | | extend lua api, video (nw) Jeffrey Clark2016-02-142-0/+69
| | | | | | |
| * | | | | | extend lua api, parameters (nw) Jeffrey Clark2016-02-141-0/+4
| | | | | | |
| * | | | | | extend lua api more (nw)