summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #955 from belegdol/master R. Belmont2016-06-171-0/+1
|\ | | | | Made the way jpeglib.h is included more pretty
| * Made the way jpeglib.h is included more pretty Julian Sikorski2016-06-151-0/+1
| |
* | Removed not needed files from compiling (nw) Miodrag Milanovic2016-06-161-3/+0
|/
* pofo: Expansion port slot interface WIP. (nw) Curt Coder2016-06-151-0/+17
|
* Merge pull request #911 from GiuseppeGorgoglione/master Vas Crabb2016-06-151-2/+0
|\ | | | | | | | | | | | | Three patches with code cleanups to the OSD layer [ Giuseppe Gorgoglione] * Fix debugging code in font_dwrite.cpp * Introduce dynamic_module * Remove Direct3D abstraction layer
| * Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-2/+0
| | | | | | | | | | This is a central cross-platform facility to dynamically bind functions from shared libraries. Updated all OSD modules to use it.
* | Added bare-bones Sony LDP-1000 device (nw) angelosa2016-06-141-0/+12
| |
* | Refactored text layout code out of ui.cpp into a separate module Nathan Woods2016-06-131-0/+2
| |
* | Revert "More work on gameking 3 [PeT]" Miodrag Milanovic2016-06-121-4/+0
| | | | | | | | This reverts commit 550175d8b8ec9739c5e7810bbdba789cf6b49158.
* | More work on gameking 3 [PeT] Miodrag Milanovic2016-06-121-0/+4
|/
* and the missing device (nw) smf-2016-06-101-0/+12
|
* New driver for Force Computers CPU-30, WIP but starts up some diagnostics ↵ Joakim Larsson Edstrom2016-06-101-0/+12
| | | | tests so a good milestone
* Fix git version [Vas Crabb] Vas Crabb2016-06-102-16/+6
| | | | | | | | * git version is set by top-level make, not just when GENie runs * can set IGNORE_GIT=1 for make to ignore git * git ignored/unavailable uses "unknown" in version string * mark modified trees as dirty * note that version now comes from makefile
* Added initial ninja support to use add MAKETYPE=ninja to compile command ↵ Miodrag Milanovic2016-06-093-11/+11
| | | | | | line (nw) Custom build tasks are not yet working
* Updated GENie to latest (nw) Miodrag Milanovic2016-06-081-1/+1
|
* - More code cleanup. couriersud2016-06-071-1/+2
| | | | | | | | | | | | | | - Dead code removal and minor refactoring. - Simplify. Align naming with stl. Fix somed pedantic warnings. - More STL compatability. - Remove ATTR_HOT and ATTR_COLD. Refactored netlist_time. - Fix long standing workaround which would ignore policy of change-only" propagation. - Rewrote for loops to use auto : semantics. - Truthtable cleanup. (nw) - Get rid of nl_math. Remove nl_util.h and moved contents to plib/putil.h. - Fix standalone build. Refactor ptypes.h. [Couriersud]
* - Minor cosmetic refactoring. Added a "uninitialised array" template to balr0g2016-06-071-1/+2
| | | | | | | | | | | allow in-place creation (for increased locality) of netlist classes. Main use is in truthtable class. - Remove PLIB_NAMESPACE macros. - Remove namespace macros. Use explicit namespace declarations. - Moved device definitions into cpp files. - Moved more device definitions into cpp files. - New prefix "nlid" for include files flags purely internal include files not to be leaked into userland. - Fix factory code.
* electron: added preliminary expansion port Nigel Barnes2016-06-051-0/+13
|
* e01: added acorn filestore floppy format and softlist Nigel Barnes2016-06-051-0/+2
|
* fix compile problem hap2016-06-051-1/+1
|
* Placed back old output system as module "-output windows" need more things ↵ Miodrag Milanovic2016-06-052-0/+34
| | | | cleaned (nw)
* fix android target libSDL2 circular ref (nw) Jeffrey Clark2016-06-041-5/+7
| | | | | also rename ANDROID_NDK_ROOT -> ANDROID_NDK_LLVM to point directly to prebuilt host compiler (removes windows only restriction).
* support msbuild from posix shell Jeffrey Clark2016-05-311-5/+5
| | | | preliminary fastbuild support (experimental in genie)
* removed not used libraries, and commented portaudio that will be used but no ↵ Miodrag Milanovic2016-05-312-235/+150
| | | | need for now (nw)
* Commodore PET Joysticks and Sound Device [Ken White] smf-2016-05-311-0/+2
| | | | | | * pet_cass.xml - Added Supermon (Toronto PET User Group) [Ken White] - Replaced bad dump of Side B of Squiggle, Big Time / Monitor (the m command in the monitor now works correctly) [Ken White]
* Emscripten tweaks (nw) Justin Kerk2016-05-291-2/+4
|
* Added highly experimental SHARC recompiler (disabled by default) [Ville Linde] Ville Linde2016-05-281-0/+3
|
* proper patch already applied upstream (nw) Miodrag Milanovic2016-05-281-2/+0
|
* we are not using pipes so no problem, but there is something wrong here (nw) Miodrag Milanovic2016-05-281-0/+2
|
* fix compile issue (nw) Miodrag Milanovic2016-05-271-0/+2
|
* Further improvements to the Patinho Feio driver & CPU Felipe Corrêa da Silva Sanches2016-05-251-1/+1
|
* (nw) Merge branch 'seattle_pci' Ted Green2016-05-171-0/+2
|\
| * voodoo_pci: Added default PCI BAR locations (nw) Ted Green2016-05-171-0/+2
| | | | | | | | | | | | gt64xxx: Added DMA control and proper PCI address mapping (nw) pci-ide: New generic PCI IDE controller (nw) machine.lua: Added pci-ide machine (nw)
* | try to support older xcode (nw) Miodrag Milanovic2016-05-161-0/+1
| |
* | Emscripten options cleanup (nw) Justin Kerk2016-05-141-15/+24
| |
* | h63484 ==> hd63484 (nw) Sandro Ronco2016-05-131-12/+12
| |
* | remove legacy hd63484. (nw) Sandro Ronco2016-05-131-12/+0
|/
* Added ability to create standalone emulators, added zexall as example (nw) Miodrag Milanovic2016-05-081-26/+39
|
* no deps between osd and frontend, internal debugger removed (nw) Miodrag Milanovic2016-05-061-4/+0
|
* Converted 7486 to macro module couriersud2016-05-051-2/+0
|
* Removed drivers/signal.h since netlist devices no longer use it. (nw) couriersud2016-05-051-1/+0
|
* Convert 7430 to macro module. couriersud2016-05-051-2/+0
|
* Convert 7425 to macro modul couriersud2016-05-051-2/+0
|
* Converted 7420 to macro modul couriersud2016-05-051-2/+0
|
* Export SDL_SendKeyboardKey function to allow scancode injectiony James Baicoianu2016-05-051-1/+1
|
* Convert 7432 to macro device. couriersud2016-05-041-2/+0
|
* Converted 7437 to macro device couriersud2016-05-041-2/+0
|
* Converted 7427 to macro device couriersud2016-05-041-2/+0
|
* Converted 7411 into a macro device. couriersud2016-05-041-2/+0
|
* Converted 7410 into macro device. couriersud2016-05-041-2/+0
|