Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 descendants and 50 ancestors of e5562e8884f2efc33434eea8d1ff8f3307256f8f

2019-06-14
18:23
Add JVMFunction.jvmLoadStringNoIntern(). check-in: c04fe0c5c9 user: stephanie.gawroriski tags: trunk
18:20
Remove a bunch of notes except from the GC. check-in: 4a34560d8e user: stephanie.gawroriski tags: trunk
18:18
Remove note strings in the bootstrap. check-in: 48adcac4bf user: stephanie.gawroriski tags: trunk
15:37
Add configuration ROM to RatufaCoat; Correct potential memory leak in RatufaCoat; Implement Java instruction write types in RatufaCoat check-in: e77018c3ea user: stephanie.gawroriski tags: trunk
15:01
Write of SummerCoat's config ROM area. check-in: 895f1a5e6b user: stephanie.gawroriski tags: trunk
14:37
Remove deprecated class. check-in: 0ba25e5877 user: stephanie.gawroriski tags: trunk
14:36
Add WritableMemoryOutputStream. check-in: eda2bb56cb user: stephanie.gawroriski tags: trunk
14:25
Remove all the extra arguments to the bootstrap and just have a RAM, ROM, and Config memory areas. check-in: b48990fcdb user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: d6dd3b8ed8 user: squirreljme tags: trunk
00:15
Stop of an out of range register is decoded; Add debug note. check-in: 2dabb55ba2 user: stephanie.gawroriski tags: trunk
2019-06-13
23:59
Protect return values with temporary registers so they are not destroyed during uncounts. check-in: 1e543c9951 user: stephanie.gawroriski tags: trunk
23:42
Debugging. check-in: 08ccb21a57 user: stephanie.gawroriski tags: trunk
23:32
Add a bunch of dubug notes. check-in: 0237b5ee06 user: stephanie.gawroriski tags: trunk
23:21
Add test object. check-in: 0bb57d8e72 user: stephanie.gawroriski tags: trunk
23:19
Add more debug. check-in: b344810536 user: stephanie.gawroriski tags: trunk
23:17
Remove unused tempreg. check-in: e6d63d5a12 user: stephanie.gawroriski tags: trunk
23:17
Add more debug notes to GC object. check-in: 9745a97fdb user: stephanie.gawroriski tags: trunk
22:40
Count the return register field after the copy. check-in: 6e3ea4929a user: stephanie.gawroriski tags: trunk
22:40
Reference count objects before they are returned. check-in: 6a5232a82c user: stephanie.gawroriski tags: trunk
22:31
Remove BREAKPOINT/TODO. check-in: 9263683e9f user: stephanie.gawroriski tags: trunk
22:21
Add InvalidInstructionException; Add todo.DEBUG.code() for a very basic debug note. check-in: cdf4a27303 user: stephanie.gawroriski tags: trunk
21:46
Do not count up replaced fields, instead count down. check-in: db1373b5d4 user: stephanie.gawroriski tags: trunk
21:39
Implement garbage collection of objects. check-in: 9cc578ba18 user: stephanie.gawroriski tags: trunk
19:03
In RatufaCoat, ignore writes to ROM. check-in: a39677c16d user: stephanie.gawroriski tags: trunk
19:02
When doing reference counting, use the new volatile register stuff instead of a fixed register position. check-in: abf8424601 user: stephanie.gawroriski tags: trunk
18:39
Add check to fail if ROM is attempted to be written to. check-in: 1daf2f812f user: stephanie.gawroriski tags: trunk
17:03
Fix makefile indentation. check-in: d038e29072 user: stephanie.gawroriski tags: trunk
17:01
Add ROM size to JVM structure. check-in: 6c2a58286d user: stephanie.gawroriski tags: trunk
16:41
Add total instruction count. check-in: 92d0e2fe2b user: stephanie.gawroriski tags: trunk
16:34
Make apt-get installs optional. check-in: 33341442c2 user: stephanie.gawroriski tags: trunk
15:45
Add tests for MIPS EB and MIPS EL. check-in: 3fc66ec256 user: stephanie.gawroriski tags: trunk
13:02
Remove long stuff in SummerCoat's NativeCPU; Make some adjustments to RatufaCoat (endianess issue still remains) check-in: 6599dc94ff user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 4e02fc749f user: squirreljme tags: trunk
2019-06-12
22:19
Add check for interface types as well. check-in: f7fe0f7589 user: stephanie.gawroriski tags: trunk
22:16
Implement jvmCanArrayStore(). check-in: cef945116b user: stephanie.gawroriski tags: trunk
21:54
Correct CHECKCAST where it would place un-cached entries on the stack when they should be cached. check-in: 844222f1c4 user: stephanie.gawroriski tags: trunk
21:19
Minor adjustment to ASTORE. check-in: 0e65fd55b2 user: stephanie.gawroriski tags: trunk
19:56
Adjust SXS script to be called outside the temporary directory. check-in: 2a59f5e05d user: stephanie.gawroriski tags: trunk
19:48
Adjust arrow usage a bit. check-in: ed6bace7f8 user: stephanie.gawroriski tags: trunk
19:45
Add arrows in splitter. check-in: b1bf7bee98 user: stephanie.gawroriski tags: trunk
19:43
Bi-column printing of instructions. check-in: fcf295dc4d user: stephanie.gawroriski tags: trunk
19:00
Add line population change count to show when a line has gone back (such as for loops). check-in: 37e31228d6 user: stephanie.gawroriski tags: trunk
18:54
Add side by side debug to compare byte code and native instructions. check-in: 1429835cc3 user: stephanie.gawroriski tags: trunk
17:13
Do not translate value for LOAD_POOL in debug print. check-in: b02eedf11f user: stephanie.gawroriski tags: trunk
13:38
Do not check for compatibility in virtual invoke if the type is exactly known and matches the stack; Add more debug marks check-in: 68f007bc1f user: stephanie.gawroriski tags: trunk
13:13
Store the actual super class in the instance check; Add interfaces and self pointer to the class information; Have memory issues read bad constants. check-in: 8679f7a02e user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 815952d341 user: squirreljme tags: trunk
00:25
Handle BREAKPOINT and print the stopping instruction and such. check-in: 5084d8d811 user: stephanie.gawroriski tags: trunk
00:21
Base handling for percent sequences in debug notes. check-in: 08fc6dd0e6 user: stephanie.gawroriski tags: trunk
2019-06-11
22:20
Remove the other headers, not needed. check-in: 5ccbd9181c user: stephanie.gawroriski tags: trunk
22:17
Remove some common files. check-in: e5562e8884 user: stephanie.gawroriski tags: trunk
22:11
Remove reliance on common files. check-in: 53871e2fb3 user: stephanie.gawroriski tags: trunk
22:09
Include of streams is not needed. check-in: ba2fd381fc user: stephanie.gawroriski tags: trunk
19:14
Correct name of target in the makefile. check-in: 932be7f752 user: stephanie.gawroriski tags: trunk
14:50
Implement buffered writes to standard error. check-in: 64528f6167 user: stephanie.gawroriski tags: trunk
12:34
Use a darker red so it does not burn as much. check-in: 53c79b1081 user: stephanie.gawroriski tags: trunk
12:33
Correct indentation. check-in: 5e856e7d56 user: stephanie.gawroriski tags: trunk
12:02
Add adjustable cycles per frame in RetroArch. check-in: d67adb51c6 user: stephanie.gawroriski tags: trunk
11:43
Set all fields for joypad and var end. check-in: e3b3fe4ed4 user: stephanie.gawroriski tags: trunk
11:42
Include stdint on PSP. check-in: 51d0e017a1 user: stephanie.gawroriski tags: trunk
11:28
Undefine little endian if both endianesses ended up being set. check-in: 3e0b350962 user: stephanie.gawroriski tags: trunk
11:28
Set big endian if explicitely defined. check-in: 33c4ce71fd user: stephanie.gawroriski tags: trunk
11:25
Remove some unused variables. check-in: 8983cd503a user: stephanie.gawroriski tags: trunk
11:25
Do not typedef struct sjmerc.c. check-in: bdc89fc5ec user: stephanie.gawroriski tags: trunk
11:18
Remove unused variable. check-in: f1c3bf8216 user: stephanie.gawroriski tags: trunk
11:16
Add types for old MSVC. check-in: d31d80567e user: stephanie.gawroriski tags: trunk
03:23
Correct spelling error. check-in: 2725b73f8c user: stephanie.gawroriski tags: trunk
03:23
Change how errors are handled and red screen if one is hit during init as well. check-in: 77149a8ae8 user: stephanie.gawroriski tags: trunk
03:02
Set corrective error state; Add macros for screen size; Need to reretrieve log_cb in retro_run() because it gets invalidated (and crashes); If the VM dies just turn the screen red. check-in: c859c166d2 user: stephanie.gawroriski tags: trunk
02:39
Add check on native functions. check-in: 593aa39c22 user: stephanie.gawroriski tags: trunk
02:36
Wipe functions. check-in: 78217cce53 user: stephanie.gawroriski tags: trunk
02:33
Check range of allocated address to ensure it is in range. check-in: 30d43be458 user: stephanie.gawroriski tags: trunk
01:54
Core initialization (load the SummerCoat ROM); Run loop; Allow fixed BootROM to be passed but copied if it needs sanitizing (out of address space) check-in: 342992c17f user: stephanie.gawroriski tags: trunk
00:46
Set full_path to false. check-in: 599137a140 user: stephanie.gawroriski tags: trunk
00:34
Remove openmp. check-in: a71cc705cf user: stephanie.gawroriski tags: trunk
00:32
Add Android LibRetro stuff. check-in: 5ae82833ff user: stephanie.gawroriski tags: trunk
2019-06-10
23:57
Set display version to 0.3.0. check-in: ba9b52bcf5 user: stephanie.gawroriski tags: trunk
23:56
Variables for debug notes. check-in: a0bc67e14d user: stephanie.gawroriski tags: trunk
23:52
Include stdint.h in MSVC 2010 and up. check-in: a4316d3d3f user: stephanie.gawroriski tags: trunk
21:50
Correct comment on input method. check-in: ac45d042fa user: stephanie.gawroriski tags: trunk
21:16
Poll core input since it is needed for the menu to work in such in Normal polling mode. check-in: 8862154e81 user: stephanie.gawroriski tags: trunk
20:50
Add a noise generator to the video out to signify stuff is going on. check-in: ed17a00660 user: stephanie.gawroriski tags: trunk
20:43
Remove debugging stuff as it just crashes the core. check-in: 48b4944449 user: stephanie.gawroriski tags: trunk
20:40
Add some debugging to the RetroArch core. check-in: 1f395f93a6 user: stephanie.gawroriski tags: trunk
20:15
Add missing symbols needed by RetroArch. check-in: c56615ab2c user: stephanie.gawroriski tags: trunk
20:04
Add retro_deinit() and retro_api_version(). check-in: 31c277c912 user: stephanie.gawroriski tags: trunk
20:03
Update build instructions. check-in: d9c0c5e52c user: stephanie.gawroriski tags: trunk
17:40
Some LibRetro initialization. check-in: a1a85c683f user: stephanie.gawroriski tags: trunk
16:10
Remove old RatufaCoat files. check-in: 679e642452 user: stephanie.gawroriski tags: trunk
16:08
Add libretro files and such. check-in: 20e4f42c08 user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 78f0ac4ab8 user: squirreljme tags: trunk
01:57
Some work on Watcom C working. check-in: 670cc2c831 user: stephanie.gawroriski tags: trunk
01:41
Do memset for huge DOS allocation. check-in: f7fbc3df8b user: stephanie.gawroriski tags: trunk
01:31
Add return status for VM destroy; Use huge malloc for DOS; check-in: 4ce5753483 user: stephanie.gawroriski tags: trunk
01:22
When using malloc(), fail if more than size_t was requested. check-in: cb524f4a83 user: stephanie.gawroriski tags: trunk
01:06
Only clip read size if sjme_jint is larger than size_t. check-in: fed66ec3cf user: stephanie.gawroriski tags: trunk
01:00
Add check for early EOF. check-in: 8703b5b948 user: stephanie.gawroriski tags: trunk
00:55
Free ROM on boot error if it is not preset; Add sjme_jvmdestroy() to cleanup after init; Add missing return value to the boot function; Cleanup the JVM after exit; Do not read more than size_t bytes. check-in: 8cbd19c4db user: stephanie.gawroriski tags: trunk
00:21
Switch DOS to use the huge memory model in Watcom (automatic 32-bit pointer management). check-in: 15934d50ff user: stephanie.gawroriski tags: trunk
2019-06-09
23:42
Define __DOS__ for DOS. check-in: 3ae154a330 user: stephanie.gawroriski tags: trunk
23:33
Correct PowerPC test title. check-in: 2e741ae77a user: stephanie.gawroriski tags: trunk