mirror of
https://github.com/decaf-emu/decaf-emu.git
synced 2025-04-02 10:42:13 -04:00
Commit graph
Select branches
Hide pull requests
ci
dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
master
#100
#101
#102
#104
#105
#106
#107
#108
#109
#110
#111
#112
#113
#114
#115
#116
#117
#118
#120
#121
#122
#127
#128
#129
#130
#131
#132
#133
#134
#135
#139
#14
#142
#143
#145
#146
#146
#148
#149
#15
#153
#154
#155
#155
#156
#157
#16
#160
#160
#161
#165
#165
#167
#168
#168
#169
#169
#170
#170
#171
#172
#173
#174
#174
#175
#175
#178
#178
#179
#180
#180
#181
#181
#182
#183
#184
#185
#186
#187
#188
#189
#189
#19
#190
#191
#191
#192
#192
#193
#193
#195
#196
#197
#198
#200
#200
#201
#201
#202
#202
#203
#203
#204
#204
#205
#205
#206
#206
#207
#207
#208
#208
#209
#209
#210
#210
#211
#211
#212
#212
#213
#213
#214
#215
#216
#217
#218
#219
#219
#22
#220
#223
#224
#23
#237
#238
#239
#24
#24
#240
#242
#243
#243
#244
#245
#246
#247
#249
#25
#250
#251
#252
#254
#255
#256
#257
#258
#259
#26
#260
#261
#263
#263
#264
#266
#267
#268
#268
#269
#269
#270
#271
#271
#272
#272
#273
#273
#274
#276
#277
#278
#279
#28
#280
#282
#286
#287
#289
#289
#290
#290
#292
#293
#294
#295
#295
#296
#297
#299
#300
#301
#302
#303
#304
#305
#306
#307
#307
#308
#309
#31
#310
#312
#312
#313
#314
#316
#316
#318
#319
#320
#322
#322
#327
#327
#33
#33
#332
#334
#336
#336
#337
#339
#339
#34
#343
#344
#345
#346
#347
#348
#35
#350
#350
#355
#356
#356
#36
#36
#362
#367
#369
#369
#373
#374
#374
#375
#376
#377
#386
#387
#388
#389
#390
#391
#391
#393
#394
#397
#399
#400
#402
#403
#403
#404
#404
#406
#410
#413
#415
#416
#416
#417
#418
#418
#419
#420
#420
#424
#425
#427
#43
#430
#431
#435
#435
#436
#439
#442
#442
#445
#447
#447
#45
#458
#46
#460
#461
#464
#465
#465
#466
#466
#468
#468
#469
#469
#47
#471
#471
#472
#472
#473
#474
#475
#476
#477
#477
#478
#478
#479
#479
#482
#484
#484
#486
#486
#488
#488
#489
#49
#490
#490
#491
#491
#493
#493
#494
#495
#496
#496
#497
#497
#498
#50
#503
#504
#505
#506
#507
#508
#509
#51
#514
#515
#52
#521
#522
#523
#524
#525
#526
#527
#531
#532
#533
#534
#535
#539
#54
#544
#546
#55
#553
#556
#557
#559
#56
#561
#564
#565
#566
#567
#57
#57
#571
#573
#576
#577
#579
#58
#582
#583
#584
#585
#59
#594
#598
#60
#600
#606
#607
#608
#61
#614
#617
#62
#622
#623
#624
#625
#628
#63
#630
#631
#632
#634
#637
#637
#638
#639
#64
#640
#641
#642
#642
#645
#65
#651
#652
#654
#654
#66
#67
#68
#69
#70
#71
#83
#86
#87
#88
#89
#90
#99
release
-
8835f2eb16
Fix bit_cast template types
James Benton
2015-05-30 16:15:07 +01:00 -
ed7e2c3986
Cleanup loader a tiny bit.
James Benton
2015-05-29 00:52:06 +01:00 -
ba01619860
Added a prototype gdb stub for debugging with IDA Pro
James Benton
2015-05-27 21:44:04 +01:00 -
9dd14e27ab
Add function to test if a memory address is valid.
James Benton
2015-05-27 21:40:56 +01:00 -
0d8420b09f
Fix 64 bit warnings.
James Benton
2015-05-27 21:40:37 +01:00 -
bcd6ad5497
Implement float load/store instructions.
James Benton
2015-05-27 21:39:31 +01:00 -
e96e40b065
Fix addis not using 0 instead of gpr[0]
James Benton
2015-05-27 21:39:06 +01:00 -
eec229f3eb
Fix addme bitmask.
James Benton
2015-05-27 21:38:45 +01:00 -
634009950a
Fix bc condition calculation
James Benton
2015-05-27 21:38:34 +01:00 -
f02956cd2f
Fix bcctr address calculation.
James Benton
2015-05-27 21:38:24 +01:00 -
41bc70821f
Add Paired Single instructions to instruction list
James Benton
2015-05-27 21:38:01 +01:00 -
967c33ba7f
Add ovsocket submodule.
James Benton
2015-05-27 21:37:47 +01:00 -
b377b553f8
Rewrite loader.
James Benton
2015-05-26 00:33:31 +01:00 -
568dbfa083
Started work on interpreter.
James Benton
2015-05-24 17:41:42 +01:00 -
b121b9290c
Initial commit.
James Benton
2015-05-19 00:53:56 +01:00