Commit graph

  • 8b07f65b29 Added SIF and re-enabled EE/DMAC PSI-Rockin 2018-03-07 22:48:11 -05:00
  • 08f3a5e330 Some IOP fixes; now loops waiting for an SIF value to change PSI-Rockin 2018-03-06 23:21:19 -05:00
  • 614b375681
    Merge pull request #22 from cpba/flatpak-cmake PSISP 2018-03-04 20:52:47 -05:00
  • 8e38b7afbe Flatpak manifest cleanup Carles Pastor 2018-03-05 01:02:45 +01:00
  • 8f42da01f4 Add manifest for building as a flatpak Carles Pastor 2018-03-04 21:55:33 +01:00
  • 4d177115cf Update meson.build Carles Pastor 2018-03-04 20:37:03 +01:00
  • 4209d14ab1 Updated CMakeLists.txt and dropped meson support PSI-Rockin 2018-03-04 14:20:35 -05:00
  • c408f4cc39
    Merge 118ff6459c into 84ca9962d5 Nobbs66 2018-03-04 16:05:42 +00:00
  • 118ff6459c Fix DIV/DIVU and add MULT Nobbs66 2018-03-04 09:51:50 -06:00
  • 84ca9962d5 Added IsC to IOP COP0 PSI-Rockin 2018-03-03 18:50:37 -05:00
  • fd2a947b29
    Add EE memory map PSISP 2018-03-03 16:48:50 -05:00
  • 99512ee10e
    Add basic memory map to IOP docs PSISP 2018-03-03 16:17:01 -05:00
  • a257b377ad Added basic IOP core PSI-Rockin 2018-03-02 22:59:57 -05:00
  • 7ab7c15a0a
    Create BIOS.md PSISP 2018-03-02 19:29:24 -05:00
  • a8f5c8eac7
    Create README for docs PSISP 2018-03-02 18:19:12 -05:00
  • 261049f928
    Create DMAC.md PSISP 2018-03-01 22:56:39 -05:00
  • 975ba4612e
    Create IOP.md PSISP 2018-03-01 21:56:05 -05:00
  • 60dc68e647
    Create GIF.md PSISP 2018-03-01 21:43:24 -05:00
  • 5c7aaa6a6a
    Create EmotionEngine.md PSISP 2018-02-25 14:23:07 -05:00
  • f0a11c24d4
    Merge pull request #18 from andriii25/feat/disassembly PSISP 2018-02-17 13:53:14 -05:00
  • 848c1d05f7 Removed leftover printf statements andriii25 2018-02-17 19:00:53 +01:00
  • 357d12bf6b
    Merge branch 'master' into feat/disassembly PSISP 2018-02-16 17:04:44 -05:00
  • 651aed3a6b Fixed several deadly CPU bugs PSI-Rockin 2018-02-15 19:12:59 -05:00
  • 8ed2e9eeca Took care of problems mentioned in review and some other minor improvements andriii25 2018-02-15 17:54:02 +01:00
  • 7b8d82752f Added disassembly for more leftover opcodes andriii25 2018-02-14 19:15:48 +01:00
  • f0ea1155f1 Merge branch 'master' into feat/disassembly andriii25 2018-02-14 18:54:19 +01:00
  • 7df3ef6008 Added opcodes needed for BIOS PSI-Rockin 2018-02-13 17:48:57 -05:00
  • 777deedc7c Fixed display of FPU registers andriii25 2018-02-13 22:01:14 +01:00
  • 95c67d9c0b Removed old disassembly statements and macros andriii25 2018-02-12 22:46:54 +01:00
  • 185cab04d8 Fixed missing disassembly andriii25 2018-02-12 22:46:23 +01:00
  • 1738d104ec Improved unknown opcode handling andriii25 2018-02-12 22:12:50 +01:00
  • 895bbb7116 Added better disassembly andriii25 2018-02-12 21:58:26 +01:00
  • dd6326b665 Added missing instructions needed for "1987" PSI-Rockin 2018-02-10 18:56:47 -05:00
  • b52c58bce3
    Merge pull request #17 from WisterToub/gif PSISP 2018-02-10 17:03:32 -05:00
  • da4273b7f4 Add gif.cpp and gif.hpp to cmake and meson rwilfried 2018-02-09 23:41:52 +01:00
  • 50f1e59c98 Add GraphicsInterface class Move path3 related functions from GraphicsSynthesizer to GraphicsInterface rwilfried 2018-02-08 23:33:53 +01:00
  • 5d6e2f9645
    Update README.md PSISP 2018-02-07 17:28:48 -05:00
  • f43493cdee Fixed instruction decoding of FPU instructions PSI-Rockin 2018-02-06 23:02:40 -05:00
  • 1747e7f391
    Update TASKS.md PSISP 2018-02-06 20:24:39 -05:00
  • b8ef4a6fe4 Big changes: Added basic assembler and support for COP0/COP1 PSI-Rockin 2018-02-06 20:19:14 -05:00
  • 27c7329dcc
    Merge pull request #7 from turtlewit/master PSISP 2018-02-06 18:19:50 -05:00
  • 5a7164bbaa
    Merge pull request #9 from andriii25/feat/cmake PSISP 2018-02-05 17:36:30 -05:00
  • cadff746c4 Updated README.MD andriii25 2018-02-05 23:19:58 +01:00
  • 8c0189d926 Added CMake support and updated .gitignore andriii25 2018-02-05 23:14:42 +01:00
  • 4c0bfcec62 Switch to cmath, make empty loop clearer turtlewit 2018-02-04 19:35:05 -08:00
  • d875c722d5
    Update README.md PSISP 2018-02-04 18:37:29 -05:00
  • 7c603006f4
    Update TASKS.md PSISP 2018-02-04 18:34:32 -05:00
  • 1634a7219c
    Update README.md PSISP 2018-02-04 18:29:16 -05:00
  • c5ae0bd0b4 Rename functions and variables to follow style guidelines turtlewit 2018-02-04 14:07:16 -08:00
  • 4174beca40
    Merge pull request #6 from cpba/master PSISP 2018-02-04 12:37:00 -05:00
  • a162c365e6
    Merge 1c2d66b6e6 into bfb988fa8e Pedrocasf 2018-02-04 17:21:30 +00:00
  • 1c2d66b6e6 small change to readme Pedrocasf 2018-02-04 15:19:58 -02:00
  • bfb988fa8e
    Update TASKS.md PSISP 2018-02-04 11:46:50 -05:00
  • 96a2293802 fixed cmake naming mistake Pedrocasf 2018-02-04 14:21:59 -02:00
  • 77a017254f fixed camke compile Pedrocasf 2018-02-04 14:04:51 -02:00
  • 26e9f05664 Added cmake support Pedrocasf 2018-02-04 12:43:41 -02:00
  • 61e8399b77 remove misleading comment turtlewit 2018-02-04 02:00:36 -08:00
  • 3cb3caf979 Improve framelimiting turtlewit 2018-02-04 01:39:35 -08:00
  • 0922f9c834 Merge https://github.com/PSI-Rockin/DobieStation turtlewit 2018-02-03 22:17:23 -08:00
  • 91d93d7603 Add framelimiter and framerate counter turtlewit 2018-02-03 22:10:45 -08:00
  • a3583e4028 Added meson build support Carles 2018-02-04 04:11:09 +01:00
  • 6ccb8729a3 Disable disassembly by default PSI-Rockin 2018-02-03 19:56:47 -05:00
  • 96c0e3a388
    Update TASKS.md PSISP 2018-02-03 15:07:32 -05:00
  • 72c5c7a7a8
    Update TASKS.md PSISP 2018-02-03 15:05:07 -05:00
  • 4f394838c8
    Update TASKS.md PSISP 2018-02-03 15:03:11 -05:00
  • dcd2c474a5
    Update TASKS.md PSISP 2018-02-03 14:31:32 -05:00
  • feacdaa89f Reorganize core and Qt files into separate src folders PSI-Rockin 2018-02-03 14:19:02 -05:00
  • 88fde3ec24 Added some HLE calls for torus.elf PSI-Rockin 2018-02-02 23:38:04 -05:00
  • 75dbe96d3c
    Create tasks for contributors to implement PSISP 2018-02-02 23:30:58 -05:00
  • dcaa73dea1
    Merge 4217ff17bc into b0c3d1b98e Melissa Goad 2018-02-03 02:23:04 +00:00
  • 98432f02ba
    Merge db7a3bc5ed into b0c3d1b98e Melissa Goad 2018-02-03 02:07:06 +00:00
  • 4217ff17bc Some fixes for torus.elf Melissa Goad 2018-02-02 14:21:41 -06:00
  • db7a3bc5ed Fix crash Melissa Goad 2018-02-02 14:06:13 -06:00
  • b0c3d1b98e Added support for running from the command line PSI-Rockin 2018-02-02 19:26:28 -05:00
  • d1eac802ea
    Create CONTRIBUTING.md PSISP 2018-02-02 18:54:35 -05:00
  • 7285348d58 Added alpha blending and more tests to draw_pixel PSI-Rockin 2018-02-01 22:51:56 -05:00
  • 0e869e4d6f Added basic support for texture through UV PSI-Rockin 2018-02-01 18:20:32 -05:00
  • f314353ee8 Merge duplicate GS registers into "Context" struct PSI-Rockin 2018-01-31 20:32:13 -05:00
  • 0aa82159f3 Graphical output! Added a Qt frontend and the ability to display the framebuffer PSI-Rockin 2018-01-28 18:50:55 -05:00
  • 86f6ec60f9 Added source chain DMA and the "vertex kick" PSI-Rockin 2018-01-28 00:59:19 -05:00
  • 23c92b1885 Added PATH3 for the GIF PSI-Rockin 2018-01-27 17:42:09 -05:00
  • 9072a98916 Merge branch 'master' of https://github.com/PSI-Rockin/DobieStation PSI-Rockin 2018-01-26 21:31:28 -05:00
  • e7e7c9e570 Added basic DMAC stub PSI-Rockin 2018-01-26 21:31:23 -05:00
  • 8b0b7022bf
    Create LICENSE PSISP 2018-01-14 00:31:31 -05:00
  • 9fd6f42df8 Initial import PSI-Rockin 2018-01-14 00:29:04 -05:00