!

[3DS] Citra SVN281/256

[0] @ !!! środa, 7 Maja 2014 23:49 CET [07-05-2014 23:48 CET]

Nowa (prawie, bo sprzed 6 dni) repozytoryjna wersja projektu emulatora konsoli NINTENDO 3DS. Emulator  w obecnej postaci pozwala zabootować parę produkcji homebrew, zdebugować to i tamto... i na tym tyle, trzeba będzie jeszcze całkiem sporo poczekać, aż powstanie emulator 3DS pozwalający na odpalenie i zagranie w komercyjne tytuły. 

Citra[SVN 281]

Author: bunnei | Date: 1 maja 2014 05:31:04

  • fixed a bug where ExeFs code was being incorrectly masked

Citra[SVN 280]

Author: bunnei | Date: 1 maja 2014 00:31:35

  • added virtual memory map for ExeFS (where ARM11 code is supposed to be loaded)

Citra[SVN 279]

Author: bunnei | Date: 1 maja 2014 00:31:24

  • reorganized memory regions enum, added regions for ExeFS code

Citra[SVN 278]

Author: bunnei | Date: 28 kwietnia 2014 23:07:48

  • added FAQ link to README.md

Citra[SVN 277]

Author: bunnei | Date: 28 kwietnia 2014 18:23:38

  • fixed build image in README.md to link to Travis CI page

Citra[SVN 276]

Author: bunnei | Date: 28 kwietnia 2014 18:21:41

  • added Travis CI build indicator to README.md

Citra[SVN 275]

Author: bunnei | Date: 28 kwietnia 2014 17:57:12

  • Merge pull request #5 from cpp3ds/master
  • Travis CI script

Citra[SVN 274]

Author: thomas.edvalson | Date: 26 kwietnia 2014 05:01:58

  • Need to add Xcursor to linker?

Citra[SVN 273]

Author: thomas.edvalson | Date: 26 kwietnia 2014 04:04:18

  • Yet anothing missing dependency? libxcursor-dev

Citra[SVN 272]

Author: thomas.edvalson | Date: 26 kwietnia 2014 03:54:09

  • Maybe needs libglew-dev?

Citra[SVN 271]

Author: thomas.edvalson | Date: 25 kwietnia 2014 18:52:01

  • Fixed travis dir problem (third time's the charm)

Citra[SVN 270]

Author: thomas.edvalson | Date: 25 kwietnia 2014 18:43:11

  • One of the lines wasn't quite unneccesary.

Citra[SVN 269]

Author: thomas.edvalson | Date: 25 kwietnia 2014 18:39:49

  • Remove potentially unnecessary lines in Travis script.

Citra[SVN 268]

Author: thomas.edvalson | Date: 25 kwietnia 2014 18:32:13

  • Added Travis CI script

Citra[SVN 267]

Author: bunnei | Date: 28 kwietnia 2014 04:32:51

  • added virtual address conversion for firmware FW0B

Citra[SVN 266]

Author: bunnei | Date: 28 kwietnia 2014 03:31:50

  • fix for issue Linux build #9, not sure why this is broken but its unused code I'm just getting rid of it

Citra[SVN 265]

Author: bunnei | Date: 28 kwietnia 2014 03:25:16

  • Merge branch 'hle-interface-updates'

Citra[SVN 264]

Author: bunnei | Date: 28 kwietnia 2014 00:29:51

  • removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class

Citra[SVN 263]

Author: bunnei | Date: 28 kwietnia 2014 00:24:54

  • fixed weird spacing

Citra[SVN 262]

Author: bunnei | Date: 28 kwietnia 2014 00:22:30

  • removed commented out line - this was for an unimplemented MRC call, no longer need to leave this here

Citra[SVN 261]

Author: bunnei | Date: 27 kwietnia 2014 18:42:01

  • fixed renderer to use correct framebuffer location

Citra[SVN 260]

Author: bunnei | Date: 27 kwietnia 2014 18:41:25

  • hackish but working way to set the framebuffer location to VRAM (used in ARM11 demos tested thus far, e.g. yeti3DS)

Citra[SVN 259]

Author: bunnei | Date: 27 kwietnia 2014 18:40:31

  • added helper functions to mem_map to convert physical addresses to virtual addresses

Citra[SVN 258]

Author: bunnei | Date: 27 kwietnia 2014 18:39:57

  • added code to LCD modules keep track of framebuffer location in FCRAM or VRAM

Citra[SVN 257]

Author: bunnei | Date: 26 kwietnia 2014 20:21:40

  • - changed HW IO map to use virtual addresses
  • - added hooks to catch LCD IO read/writes

Citra[SVN 256]

Author: bunnei | Date: 26 kwietnia 2014 07:48:24

  • added simple GSP GPU ReadHWRegs function to support returning the framebuffer address

Citra[SVN 255]

Author: bunnei | Date: 26 kwietnia 2014 07:47:52

  • added preliminary DataSynchronizationBarrier support with simple DMA copy

Citra[SVN 254]

Author: bunnei | Date: 26 kwietnia 2014 07:32:05

  • added (fake) physical addresses for where to put framebuffer in VRAM

Citra[SVN 253]

Author: bunnei | Date: 26 kwietnia 2014 07:27:25

  • added vram to memory_map

Citra[SVN 252]

Author: bunnei | Date: 25 kwietnia 2014 23:15:19

  • moved HLE::MRC to its own module, added support for catching data synchronization barrier command

Citra[SVN 251]

Author: bunnei | Date: 25 kwietnia 2014 21:57:32

  • added disassembly to unimplemented instruction

Citra[SVN 250]

Author: bunnei | Date: 25 kwietnia 2014 21:27:47

  • removed some cruft

Citra[SVN 249]

Author: bunnei | Date: 25 kwietnia 2014 21:26:27

  • fixed bug where svc_ControlMemory was not properly getting passed in parameters

Citra[SVN 248]

Author: bunnei | Date: 25 kwietnia 2014 05:56:06

  • - added preliminary support for svc_MapMemoryBlock
  • - added shared memory region
  • - moarrrr cleanups to memory_map

Citra[SVN 247]

Author: bunnei | Date: 25 kwietnia 2014 04:32:26

  • added functions to map Heap and Shared memory space

Citra[SVN 246]

Author: bunnei | Date: 25 kwietnia 2014 04:20:13

  • added GSP::RegisterInterruptRelayQueue function

Citra[SVN 245]

Author: bunnei | Date: 25 kwietnia 2014 04:16:54

  • - refactored how service functions are called
  • - added option to create/delete service handles

Citra[SVN 227]

Author: thomas.edvalson | Date: 25 kwietnia 2014 16:50:25

  • Fixed CMake's import of GLFW.

Citra[SVN 226]

Author: thomas.edvalson | Date: 25 kwietnia 2014 16:34:27

  • Resolved undefined Common::g_scm_branch error.

Citra[SVN 225]

Author: bunnei | Date: 24 kwietnia 2014 20:42:03

  • removed "COVERAGE_" from "GCC_COVERAGE_COMPILE_FLAGS"

Citra[SVN 224]

Author: bunnei | Date: 24 kwietnia 2014 17:28:10

  • Update README.md

Citra[SVN 223]

Author: bunnei | Date: 24 kwietnia 2014 04:49:55

  • made qt window title consistent

Citra[SVN 222]

Author: bunnei | Date: 24 kwietnia 2014 04:13:00

  • fixes to scm_rev generation to make it conistent with windows build

Citra[SVN 221]

Author: shizzy | Date: 24 kwietnia 2014 04:04:33

  • updated windows scm_rev code to use new style

Citra[SVN 220]

Author: bunnei | Date: 24 kwietnia 2014 03:43:57

  • added scm rev generation on Linux/cmake

Citra[SVN 219]

Author: bunnei | Date: 23 kwietnia 2014 04:42:29

  • fixes to build on linux

Citra[SVN 218]

Author: shizzy | Date: 23 kwietnia 2014 00:47:43

  • removed duplicate rotl/rotr functions

Citra[SVN 217]

Author: shizzy | Date: 23 kwietnia 2014 00:35:40

  • updated CMakeLists for missing files

Citra[SVN 216]

Author: mathieu.vaillancourt | Date: 22 kwietnia 2014 05:21:02

  • Re-enable toggling window mode.

Citra[SVN 215]

Author: mathieu.vaillancourt | Date: 22 kwietnia 2014 05:15:40

  • Add a quick way to load Launcher.dat files

Citra[SVN 214]

Author: bunnei | Date: 22 kwietnia 2014 04:02:32

  • fixed order of LogManager and System init

Citra[SVN 213]

Author: bunnei | Date: 22 kwietnia 2014 04:00:32

  • fixed GL context acquire (applies to Qt GUI only)

Citra[SVN 212]

Author: bunnei | Date: 22 kwietnia 2014 04:00:13

  • fixed VSProps for Qt DLL copy

Citra[SVN 211]

Author: mathieu.vaillancourt | Date: 19 kwietnia 2014 20:26:14

  • Ignore scm_rev.h and auto copy Qt dlls to bin folder on build.

Citra[SVN 210]

Author: mathieu.vaillancourt | Date: 19 kwietnia 2014 00:34:24

  • Remove unused QTableView

Citra[SVN 209]

Author: mathieu.vaillancourt | Date: 19 kwietnia 2014 00:34:23

  • UI/debugger changes

Citra[SVN 208]

Author: bunnei | Date: 18 kwietnia 2014 23:52:49

  • Merge branch 'hle-interface'

Citra[SVN 207]

Author: bunnei | Date: 18 kwietnia 2014 05:48:23

  • renamed hw_lcd module to just lcd

Citra[SVN 206]

Author: bunnei | Date: 18 kwietnia 2014 05:43:55

  • added NDMA hardware interface

Citra[SVN 205]

Author: bunnei | Date: 18 kwietnia 2014 05:05:31

  • added GSP heap memory allocation

Citra[SVN 204]

Author: bunnei | Date: 18 kwietnia 2014 03:40:42

  • fixed bug in Memory::GetPointer

Citra[SVN 203]

Author: bunnei | Date: 18 kwietnia 2014 03:19:32

  • moved enums into Memory:: namespace

Citra[SVN 202]

Author: bunnei | Date: 18 kwietnia 2014 03:15:40

  • added memory read/write to GSP heap

Citra[SVN 201]

Author: bunnei | Date: 18 kwietnia 2014 03:05:34

  • more various refactors to memory interface

Citra[SVN 200]

Author: bunnei | Date: 18 kwietnia 2014 00:40:42

  • cleaned up memory interfaces a lot, removed some hackish stuff

Citra[SVN 199]

Author: bunnei | Date: 17 kwietnia 2014 23:47:34

  • fixed framebuffer color order

Citra[SVN 198]

Author: bunnei | Date: 17 kwietnia 2014 04:19:23

  • added a new function wrapper

Citra[SVN 197]

Author: bunnei | Date: 17 kwietnia 2014 03:30:10

  • removed hard-coded framebuffer addresses from renderer_opengl.cpp

Citra[SVN 196]

Author: bunnei | Date: 17 kwietnia 2014 03:22:15

  • fixed bug with printing std::string in log messages

Citra[SVN 195]

Author: bunnei | Date: 17 kwietnia 2014 03:21:53

  • changed unknown memory read/write to report the size

Citra[SVN 194]

Author: bunnei | Date: 17 kwietnia 2014 02:58:36

  • added class stub for HID:User service

Citra[SVN 193]

Author: bunnei | Date: 17 kwietnia 2014 02:46:05

  • updated service comments

Citra[SVN 192]

Author: bunnei | Date: 17 kwietnia 2014 02:41:33

  • - fixed tabs in function_wrappers.h
  • - fixed log message wording in hle.cpp
  • - added syscall stubs for CloseHandle and WaitSynchronization1

Citra[SVN 191]

Author: bunnei | Date: 16 kwietnia 2014 06:03:41

  • - added stubbed out GSP::Gpu service interface
  • - various cleanups/refactors to HLE services

Citra[SVN 190]

Author: bunnei | Date: 16 kwietnia 2014 05:41:52

  • removed no longer used function header

Citra[SVN 189]

Author: bunnei | Date: 16 kwietnia 2014 05:28:03

  • restructured hle:services completely to use function lookup tables

Citra[SVN 188]

Author: bunnei | Date: 16 kwietnia 2014 04:42:35

  • fixed naming for APT_U

Citra[SVN 187]

Author: bunnei | Date: 16 kwietnia 2014 04:40:19

  • - extracted srv: calls from service.cpp and put in its own module
  • - added function tables for service calls
  • - lots of refactoring

Citra[SVN 186]

Author: bunnei | Date: 15 kwietnia 2014 03:25:46

  • added helper functions for upper/lowercase strings

Citra[SVN 185]

Author: bunnei | Date: 14 kwietnia 2014 04:59:16

  • added a stub for GetLockHandle

Citra[SVN 184]

Author: bunnei | Date: 13 kwietnia 2014 22:33:45

  • added framework for APT service (application and title launching service)

Citra[SVN 183]

Author: bunnei | Date: 13 kwietnia 2014 07:22:05

  • renamed class Interface_SRV to SRV

Citra[SVN 182]

Author: bunnei | Date: 13 kwietnia 2014 06:39:05

  • replace tabs with spaces

Citra[SVN 181]

Author: bunnei | Date: 13 kwietnia 2014 06:38:48

  • added some very initial command parsing for SRV Sync

Citra[SVN 180]

Author: bunnei | Date: 13 kwietnia 2014 06:37:10

  • added a GetPointer function for reading from HLE command buffer

Citra[SVN 179]

Author: bunnei | Date: 13 kwietnia 2014 05:32:04

  • fixed hw write declarations to not be const

Citra[SVN 178]

Author: bunnei | Date: 13 kwietnia 2014 05:31:39

  • added OS memory read/write for thread command buffer

Citra[SVN 177]

Author: bunnei | Date: 13 kwietnia 2014 04:08:48

  • cleanups to service HLE

Citra[SVN 176]

Author: bunnei | Date: 13 kwietnia 2014 03:55:36

  • - added HLE to connect to "srv:" service
  • - added a manager for keeping track of services/ports
  • - added a memory mapped region for memory accessed by HLE
  • - added HLE for GetThreadCommandBuffer function

Citra[SVN 175]

Author: bunnei | Date: 12 kwietnia 2014 07:36:39

  • hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing this...)

Citra[SVN 174]

Author: bunnei | Date: 12 kwietnia 2014 07:35:45

  • added a SETABORT method that does not update LR (for HLE'd SVC that does not jump appcore CPU to an IRQ vector)

Citra[SVN 173]

Author: bunnei | Date: 12 kwietnia 2014 07:33:13

  • added a memory mapped option for HLE

Citra[SVN 172]

Author: bunnei | Date: 12 kwietnia 2014 00:44:21

  • - renamed hle_syscall to just syscall
  • - added service.h as an initial service interface

Citra[SVN 171]

Author: bunnei | Date: 12 kwietnia 2014 00:09:23

  • replace tabs with spaces

Citra[SVN 170]

Author: bunnei | Date: 12 kwietnia 2014 00:07:49

  • moved hle.cpp into hle folder (due to mistake earlier)

Citra[SVN 169]

Author: bunnei | Date: 11 kwietnia 2014 20:19:40

  • added remaining known syscall functions to Syscall_Table

Citra[SVN 168]

Author: bunnei | Date: 11 kwietnia 2014 05:26:12

  • base code to call a syscall from ARM11 appcore

Citra[SVN 167]

Author: bunnei | Date: 11 kwietnia 2014 04:49:12

  • updated logging message

Citra[SVN 166]

Author: bunnei | Date: 11 kwietnia 2014 04:45:40

  • cleaned up some logging messages

Citra[SVN 165]

Author: bunnei | Date: 11 kwietnia 2014 04:43:48

  • added logger for generic HLE

Citra[SVN 164]

Author: bunnei | Date: 11 kwietnia 2014 04:15:07

  • changed some naming/misc cleanups

Citra[SVN 163]

Author: bunnei | Date: 11 kwietnia 2014 03:30:00

  • - removed syscall classes (will just use HLEFunction)
  • - added hle.cpp and module registration
  • - removed unused code

Citra[SVN 162]

Author: bunnei | Date: 11 kwietnia 2014 02:10:18

  • Merge branch 'master' into hle-interface

Citra[SVN 161]

Author: bunnei | Date: 11 kwietnia 2014 01:58:28

  • added initial modules for setting up SysCall HLE

Citra[SVN 160]

Author: bunnei | Date: 11 kwietnia 2014 01:57:56

  • missed this file with commit 95e5436f

Citra[SVN 159]

Author: bunnei | Date: 11 kwietnia 2014 01:56:30

  • added Memory::GetCharPointer to read strings from HLE functions

Citra[SVN 158]

Author: bunnei | Date: 11 kwietnia 2014 01:55:59

  • cleaned up arm_interface, added a setter to set registers for use with HLE return values

Citra[SVN 157]

Author: mathieu.vaillancourt | Date: 13 kwietnia 2014 01:04:33

  • Init window size from VideoCore. Start changing the default window behavior...

Citra[SVN 156]

Author: mathieu.vaillancourt | Date: 13 kwietnia 2014 01:04:33

  • Show symbols in disasm

Citra[SVN 155]

Author: mathieu.vaillancourt | Date: 13 kwietnia 2014 01:04:32

  • Implement simple LoadSymbols for ELF files

Citra[SVN 154]

Author: mathieu.vaillancourt | Date: 13 kwietnia 2014 01:04:31

  • Add symbols map

Citra[SVN 153]

Author: bunnei | Date: 11 kwietnia 2014 22:21:14

  • Fixed GPLv2 license issue
  • Doing this from work via GitHub - Sorry for not combining with previous commits

Citra[SVN 152]

Author: bunnei | Date: 11 kwietnia 2014 22:20:39

  • Fixed GPLv2 license issue
  • Doing this from work via GitHub - Sorry for not combining with previous commits

Citra[SVN 151]

Author: bunnei | Date: 11 kwietnia 2014 22:19:39

  • Fixed GPLv2 license issue

Citra[SVN 150]

Author: mathieu.vaillancourt | Date: 11 kwietnia 2014 02:51:32

  • Temporarily "fix" citra_qt for Windows

Citra[SVN 149]

Author: bunnei | Date: 11 kwietnia 2014 02:05:58

  • removed scm_rev.h from version control

Citra[SVN 148]

Author: bunnei | Date: 11 kwietnia 2014 02:04:38

  • removed unused macros from citra.h

Citra[SVN 147]

Author: bunnei | Date: 11 kwietnia 2014 02:04:38

  • added missing const to GetWindowTitle

Citra[SVN 146]

Author: bunnei | Date: 10 kwietnia 2014 05:28:43

  • fixed a bunch of errors in CMakeLists

Citra[SVN 145]

Author: bunnei | Date: 10 kwietnia 2014 05:09:05

  • updated CMakeLists

Citra[SVN 144]

Author: bunnei | Date: 9 kwietnia 2014 20:31:37

  • Update README.md

Citra[SVN 143]

Author: bunnei | Date: 9 kwietnia 2014 05:18:23

  • - removed deprecated version.h
  • - cleaned up window title
  • - cleaned up emu_window_glfw/emu_window

Citra[SVN 142]

Author: bunnei | Date: 9 kwietnia 2014 02:38:33

  • fixed licensing and updated code style naming for arm_interface/arm_interpreter frontend module

Citra[SVN 141]

Author: bunnei | Date: 9 kwietnia 2014 02:25:53

  • fixed license headers in citra project

Citra[SVN 140]

Author: bunnei | Date: 9 kwietnia 2014 02:21:36

  • removed duplicate license file

Citra[SVN 139]

Author: bunnei | Date: 9 kwietnia 2014 02:20:10

  • fixed scm_rev_gen

Citra[SVN 138]

Author: bunnei | Date: 9 kwietnia 2014 02:15:08

  • fixed project includes to use new directory structure

Citra[SVN 137]

Author: bunnei | Date: 9 kwietnia 2014 01:25:03

  • got rid of 'src' folders in each sub-project

Citra[SVN 136]

Author: bunnei | Date: 9 kwietnia 2014 01:19:26

  • fixed some license headers that I missed

Citra[SVN 135]

Author: bunnei | Date: 9 kwietnia 2014 01:15:46

  • fixed all license file headers in core

Citra[SVN 134]

Author: bunnei | Date: 9 kwietnia 2014 01:11:21

  • fixed licensing issue with core_timing being GPL v2+ instead of Dolphin's GPL v2

Citra[SVN 133]

Author: bunnei | Date: 9 kwietnia 2014 01:04:25

  • fixed license header in video_core

Citra[SVN 132]

Author: bunnei | Date: 9 kwietnia 2014 01:03:00

  • added license txt file

Citra[SVN 131]

Author: bunnei | Date: 9 kwietnia 2014 00:59:02

  • - removed lots of unused code from gekko
  • - updated code style/naming conventions

Citra[SVN 130]

Author: bunnei | Date: 8 kwietnia 2014 21:05:45

  • Update README.md

Citra[SVN 129]

Author: bunnei | Date: 7 kwietnia 2014 06:57:37

  • Merge branch 'hardware-interface'
  • Conflicts:
  • src/core/src/core.h

Citra[SVN 128]

Author: bunnei | Date: 7 kwietnia 2014 06:53:47

  • removed unused comments, changed main processing loop to be infinite

Citra[SVN 127]

Author: bunnei | Date: 7 kwietnia 2014 06:52:34

  • added support for renderering the external framebuffers

Citra[SVN 126]

Author: bunnei | Date: 7 kwietnia 2014 04:57:04

  • added external framebuffer GL handles

Citra[SVN 125]

Author: bunnei | Date: 7 kwietnia 2014 04:56:25

  • removed log message from hw_lcd

Citra[SVN 124]

Author: bunnei | Date: 7 kwietnia 2014 04:56:08

  • added hack physical memory reads with Memory::GetPointer

Citra[SVN 123]

Author: bunnei | Date: 7 kwietnia 2014 04:49:54

  • added "citra" instead of "emu" to title bar

Citra[SVN 122]

Author: bunnei | Date: 6 kwietnia 2014 22:57:09

  • added video_core as a dependencie for citra in build order

Citra[SVN 121]

Author: bunnei | Date: 6 kwietnia 2014 22:56:42

  • added logger option specifically for the renderer

Citra[SVN 120]

Author: bunnei | Date: 6 kwietnia 2014 22:56:13

  • calling SwapBuffers from hw_lcd.cpp

Citra[SVN 119]

Author: bunnei | Date: 6 kwietnia 2014 22:55:54

  • initialize VideoCore

Citra[SVN 118]

Author: bunnei | Date: 6 kwietnia 2014 22:55:39

  • added initial renderer code

Citra[SVN 117]

Author: bunnei | Date: 6 kwietnia 2014 22:55:05

  • set window size to correspond to framebuffer sizes

Citra[SVN 116]

Author: bunnei | Date: 6 kwietnia 2014 22:54:28

  • added project linker reference

Citra[SVN 115]

Author: bunnei | Date: 5 kwietnia 2014 22:04:25

  • added video_core project to solution

Citra[SVN 114]

Author: bunnei | Date: 5 kwietnia 2014 21:47:55

  • added missing includes to common_types.h

Citra[SVN 113]

Author: bunnei | Date: 5 kwietnia 2014 21:26:03

  • added g_app_core->Step and HW::Update to Core::SingleStep to be consistent with other changes made

Citra[SVN 112]

Author: bunnei | Date: 5 kwietnia 2014 21:23:59

  • changed hw_lcd to use ARM core correct tick counter instead of [what was actually] just an instruction count. this seems to fix timing issues with the 3DS_Homebrew_Pong3Dv2 demo.

Citra[SVN 111]

Author: bunnei | Date: 5 kwietnia 2014 21:22:36

  • Updated common_types.h to use Gekko's version w/ Rect and some useful unions

Citra[SVN 110]

Author: bunnei | Date: 5 kwietnia 2014 21:22:11

  • added DISALLOW_COPY_AND_ASSIGN macro

Citra[SVN 109]

Author: bunnei | Date: 5 kwietnia 2014 07:25:13

  • added LCD logger

Citra[SVN 108]

Author: bunnei | Date: 5 kwietnia 2014 07:24:54

  • add hw_lcd.* to VS project files

Citra[SVN 107]

Author: bunnei | Date: 5 kwietnia 2014 07:24:14

  • added an "Update" method to update all hardware

Citra[SVN 106]

Author: bunnei | Date: 5 kwietnia 2014 07:23:51

  • added a module for interfacing to hardware LCD

Citra[SVN 105]

Author: bunnei | Date: 5 kwietnia 2014 07:23:28

  • added a tick counter

Citra[SVN 104]

Author: bunnei | Date: 5 kwietnia 2014 06:01:07

  • added initial support for hw.cpp module

Citra[SVN 103]

Author: bunnei | Date: 5 kwietnia 2014 05:02:59

  • added hw module to interface h/w register reads/writes

Citra[SVN 102]

Author: bunnei | Date: 5 kwietnia 2014 04:53:34

  • added a HW option to logging

Citra[SVN 101]

Author: bunnei | Date: 5 kwietnia 2014 04:47:10

  • renamed some functions

Citra[SVN 100]

Author: mathieu.vaillancourt | Date: 5 kwietnia 2014 05:24:09

  • Remove Core::GetState(). Use new ARM_Interface instead.

Citra[SVN 99]

Author: mathieu.vaillancourt | Date: 5 kwietnia 2014 05:10:02

  • Support vs express edition without having to get platform sdk

Citra[SVN 98]

Author: bunnei | Date: 5 kwietnia 2014 04:26:25

  • added entry point loading from ELF file

Citra[SVN 97]

Author: bunnei | Date: 5 kwietnia 2014 04:26:06

  • - added an interface layer for ARM cores
  • - cleaned up core.cpp a bit

Citra[SVN 96]

Author: bunnei | Date: 5 kwietnia 2014 04:25:12

  • renamed ARM disassembler class from "Arm" to "ARM_Disasm"

Citra[SVN 95]

Author: bunnei | Date: 5 kwietnia 2014 04:24:41

  • got rid of some really poorly named macros in SkyEye core

Citra[SVN 94]

Author: bunnei | Date: 5 kwietnia 2014 03:12:05

  • moved arm core to interpreter directory

Citra[SVN 93]

Author: bunnei | Date: 4 kwietnia 2014 04:07:07

  • added some commented out ARMulator functions

Citra[SVN 92]

Author: bunnei | Date: 4 kwietnia 2014 04:07:06

  • added hack to allow physical mem read/writes

Citra[SVN 91]

Author: bunnei | Date: 4 kwietnia 2014 04:07:05

  • made memory #define's enum to make debugging easier

Citra[SVN 90]

Author: mathieu.vaillancourt | Date: 4 kwietnia 2014 03:25:40

  • More Qt changes for debugger

Citra[SVN 89]

Author: mathieu.vaillancourt | Date: 4 kwietnia 2014 03:25:39

  • Add Core::GetState() for debugger

Citra[SVN 88]

Author: bunnei | Date: 4 kwietnia 2014 01:04:14

  • removed some useless log messages

Citra[SVN 87]

Author: bunnei | Date: 4 kwietnia 2014 01:03:55

  • added thumb mode emulation

Citra[SVN 86]

Author: bunnei | Date: 2 kwietnia 2014 00:48:08

  • convert tabs to spaces

Citra[SVN 85]

Author: bunnei | Date: 2 kwietnia 2014 00:48:06

  • convert tabs to spaces

Citra[SVN 84]

Author: bunnei | Date: 2 kwietnia 2014 00:48:04

  • -converted tabs to spaces
  • -moved scratchpad memory out of MemArena

Citra[SVN 83]

Author: mathieu.vaillancourt | Date: 1 kwietnia 2014 04:42:19

  • Load file in qt window

Citra[SVN 82]

Author: mathieu.vaillancourt | Date: 1 kwietnia 2014 04:32:03

  • Basic QT window

Citra[SVN 81]

Author: bunnei | Date: 1 kwietnia 2014 04:26:50

  • added very hackish ARMulator core initialization and CPU stepping

Citra[SVN 80]

Author: bunnei | Date: 1 kwietnia 2014 04:25:55

  • added simple processing loop and ELF loading to main()... hackish, will cleanup later

Citra[SVN 79]

Author: bunnei | Date: 1 kwietnia 2014 04:23:55

  • added ELF loading support to loader.cpp

Citra[SVN 78]

Author: bunnei | Date: 1 kwietnia 2014 04:15:02

  • commented out bswap stuff... ARM ELF files are little endian anyway

Citra[SVN 77]

Author: bunnei | Date: 1 kwietnia 2014 03:05:51

  • added support for reading/writing to stack mem

Citra[SVN 76]

Author: bunnei | Date: 1 kwietnia 2014 03:04:50

  • grabbed ppsspp's MemArena

Citra[SVN 75]

Author: bunnei | Date: 30 marca 2014 08:13:25

  • replaced some error logs with debug asserts

Citra[SVN 74]

Author: bunnei | Date: 30 marca 2014 06:42:13

  • removed unnecessary debug assert

Citra[SVN 73]

Author: bunnei | Date: 30 marca 2014 05:28:38

  • added ARM11 MMU from skyeye

Citra[SVN 72]

Author: bunnei | Date: 30 marca 2014 03:53:41

  • initialize mem regions

Citra[SVN 71]

Author: bunnei | Date: 30 marca 2014 03:53:07

  • added various arm modules from skyeye to make project link OK

Citra[SVN 70]

Author: bunnei | Date: 25 marca 2014 15:50:34

  • added a GetPointer function to Memory for use with ELF loading

Citra[SVN 69]

Author: bunnei | Date: 25 marca 2014 15:49:56

  • updated Windows project files to include ELF files

Citra[SVN 68]

Author: bunnei | Date: 25 marca 2014 15:47:12

  • added Dolphin's ELF reader to the project

Citra[SVN 67]

Author: shizzy | Date: 6 października 2013 15:39:11

  • renamed FILETYPE_CTR_DIRECTORY to FILETYPE_DIRECTORY_CXI

Citra[SVN 66]

Author: shizzy | Date: 6 października 2013 15:24:46

  • fixed a typo in declaration of meta file system

Citra[SVN 65]

Author: shizzy | Date: 3 października 2013 23:47:31

  • moved some core functions over to system module

Citra[SVN 64]

Author: shizzy | Date: 2 października 2013 01:10:47

  • added core_timing and system modules to core vcproj

Citra[SVN 63]

Author: shizzy | Date: 2 października 2013 01:09:49

  • added an early function for booting from a directory

Citra[SVN 62]

Author: shizzy | Date: 2 października 2013 01:07:33

  • added a message option to Core::Halt function

Citra[SVN 61]

Author: shizzy | Date: 2 października 2013 01:06:51

  • added TIME logger for core timing

Citra[SVN 60]

Author: shizzy | Date: 2 października 2013 01:05:33

  • renamed GC_ALIGNED* macros to MEMORY_ALIGNED*

Citra[SVN 59]

Author: shizzy | Date: 27 września 2013 04:48:31

  • upgraded proj files to vs 2013

Citra[SVN 58]

Author: shizzy | Date: 27 września 2013 04:01:09

  • added system.h to project

Citra[SVN 57]

Author: shizzy | Date: 26 września 2013 23:34:48

  • renamed from citrus to citra

Citra[SVN 56]

Author: shizzy | Date: 26 września 2013 03:25:46

  • added meta_file_system to project

Citra[SVN 55]

Author: shizzy | Date: 26 września 2013 03:03:42

  • renamed file_sys_directory.* to directory_file_system.*

Citra[SVN 54]

Author: shizzy | Date: 26 września 2013 02:59:29

  • moved file_sys back to core

Citra[SVN 53]

Author: shizzy | Date: 24 września 2013 04:09:26

  • removed include from common.h and added it only where needed

Citra[SVN 52]

Author: shizzy | Date: 24 września 2013 04:04:56

  • moved file_sys to common

Citra[SVN 51]

Author: shizzy | Date: 24 września 2013 03:57:54

  • removed unused commented-out code

Citra[SVN 50]

Author: shizzy | Date: 24 września 2013 03:55:02

  • renamed PSPFileInfo to just FileInfo

Citra[SVN 49]

Author: shizzy | Date: 24 września 2013 03:50:41

  • added PPSSPP's file system directory module for game loading

Citra[SVN 48]

Author: shizzy | Date: 24 września 2013 03:48:30

  • added UNICODE preprocessor define

Citra[SVN 47]

Author: shizzy | Date: 24 września 2013 03:47:24

  • added localtime_r for use on windows

Citra[SVN 46]

Author: shizzy | Date: 24 września 2013 03:46:59

  • added utf8 to common module, utils for dealing with utf8

Citra[SVN 45]

Author: shizzy | Date: 24 września 2013 03:45:44

  • removed preprocessor defines from base.props... these were not used

Citra[SVN 44]

Author: shizzy | Date: 20 września 2013 05:28:34

  • ppsspp file system module - currently unused

Citra[SVN 43]

Author: shizzy | Date: 20 września 2013 05:28:05

  • updated to chunk_file module from ppsspp

Citra[SVN 42]

Author: shizzy | Date: 20 września 2013 05:21:22

  • added a module for loading bootable binaries

Citra[SVN 41]

Author: shizzy | Date: 20 września 2013 05:13:33

  • added mem_map hardware writing

Citra[SVN 40]

Author: shizzy | Date: 19 września 2013 05:52:51

  • added hw R/W/ memory functions

Citra[SVN 39]

Author: shizzy | Date: 19 września 2013 05:26:13

  • added swap types to common

Citra[SVN 38]

Author: shizzy | Date: 19 września 2013 04:36:39

  • refactored some mem_map stuff

Citra[SVN 37]

Author: shizzy | Date: 19 września 2013 04:36:07

  • added log msg to core

Citra[SVN 36]

Author: shizzy | Date: 19 września 2013 04:35:45

  • added core initialization to app entry point

Citra[SVN 35]

Author: shizzy | Date: 19 września 2013 04:35:09

  • removed CORE and LOADER from LogTypes

Citra[SVN 34]

Author: shizzy | Date: 19 września 2013 03:29:55

  • added CORE and LOADER to LogTypes

Citra[SVN 33]

Author: shizzy | Date: 18 września 2013 05:03:54

  • added ARMulator/skyeye ARM11 core to the project

Citra[SVN 32]

Author: shizzy | Date: 18 września 2013 04:58:55

  • changed log CPU from PPC to ARM11

Citra[SVN 31]

Author: shizzy | Date: 18 września 2013 04:58:18

  • added default windows include

Citra[SVN 30]

Author: shizzy | Date: 18 września 2013 04:57:59

  • initialized log manager

Citra[SVN 29]

Author: shizzy | Date: 16 września 2013 04:18:16

  • added file platform.h

Citra[SVN 28]

Author: shizzy | Date: 14 września 2013 00:11:14

  • renamed project to 'citrus'

Citra[SVN 27]

Author: shizzy | Date: 13 września 2013 23:46:27

  • added scm_rev_gen project to automatically create a header with the git revision on build

Citra[SVN 26]

Author: shizzy | Date: 9 września 2013 03:57:38

  • renamed AkiruBinDir to EmuBinDir

Citra[SVN 25]

Author: shizzy | Date: 9 września 2013 03:56:54

  • cleaned up VS project files

Citra[SVN 24]

Author: shizzy | Date: 9 września 2013 03:55:37

  • fixed some code warnings

Citra[SVN 23]

Author: shizzy | Date: 9 września 2013 02:42:03

  • removed unneeded dolphin paths code, fixed linker problems with common.lib

Citra[SVN 22]

Author: shizzy | Date: 9 września 2013 02:41:23

  • re-enabled GetLastErrorMsg

Citra[SVN 21]

Author: shizzy | Date: 9 września 2013 02:37:04

  • enabled StringPooling and EnableEnhancedInstructionSet

Citra[SVN 20]

Author: shizzy | Date: 9 września 2013 02:36:24

  • added missing project dependencies

Citra[SVN 19]

Author: shizzy | Date: 9 września 2013 02:36:00

  • removed ignored specific libraries section from project file

Citra[SVN 18]

Author: shizzy | Date: 8 września 2013 19:17:27

  • updated common paths

Citra[SVN 17]

Author: shizzy | Date: 6 września 2013 05:04:04

  • start of 3DS memory map

Citra[SVN 16]

Author: shizzy | Date: 6 września 2013 00:33:46

  • added core and mem_map files to the project

Citra[SVN 15]

Author: shizzy | Date: 5 września 2013 05:01:55

  • added ipch/ folder (MSVS generated) to .gitignore

Citra[SVN 14]

Author: shizzy | Date: 5 września 2013 05:00:12

  • added an ARM disassembler from the android project

Citra[SVN 13]

Author: shizzy | Date: 5 września 2013 04:12:40

  • added 'bin' folder to .gitignore

Citra[SVN 12]

Author: shizzy | Date: 5 września 2013 04:10:47

  • added missing files

Citra[SVN 11]

Author: shizzy | Date: 5 września 2013 04:10:05

  • deleting renamed directory

Citra[SVN 10]

Author: shizzy | Date: 5 września 2013 04:09:15

  • various fixes to be able to build project

Citra[SVN 9]

Author: shizzy | Date: 5 września 2013 03:03:28

  • added build directory to be ignored by git

Citra[SVN 8]

Author: shizzy | Date: 5 września 2013 03:02:07

  • updated .gitignore to include temporary files created by MSVS

Citra[SVN 7]

Author: shizzy | Date: 5 września 2013 03:00:29

  • added emu_window.h to define interface to drawing to a window

Citra[SVN 6]

Author: shizzy | Date: 5 września 2013 02:46:01

  • renamed VS properties to be correct filename case

Citra[SVN 5]

Author: shizzy | Date: 5 września 2013 02:42:27

  • updated CMakeLists.txt file for new common files

Citra[SVN 4]

Author: shizzy | Date: 5 września 2013 02:17:46

  • replaced common code with dolphin common

Citra[SVN 3]

Author: shizzy | Date: 4 września 2013 23:52:59

  • deleted gekko's common files

Citra[SVN 2]

Author: shizzy | Date: 30 sierpnia 2013 05:35:09

  • adding initial project layout

Citra[SVN 1]

Author: shizzy1 | Date: 30 sierpnia 2013 05:18:16

  • Initial commit
wstecz07/05/2014 23:49
Dodatkowe informacje
Komentarze
... bez komentarza
Ostatnio dodane pliki
Newsy Linkownia Emulatory na PC Wideoteka Screenshoty Bajtek Reduks Ready.Run

© Try2emu 1999 - 2024 | Krzysztof 'Faust' Karkosza Kontakt Polityka Prywatności OWU