rubyboy 0.4.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyboy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - sacckey
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-20 00:00:00.000000000 Z
11
+ date: 2023-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: raylib-bindings
@@ -26,7 +26,8 @@ dependencies:
26
26
  version: 0.5.7
27
27
  description:
28
28
  email:
29
- executables: []
29
+ executables:
30
+ - rubyboy
30
31
  extensions: []
31
32
  extra_rdoc_files: []
32
33
  files:
@@ -37,6 +38,8 @@ files:
37
38
  - LICENSE.txt
38
39
  - README.md
39
40
  - Rakefile
41
+ - exe/rubyboy
42
+ - lib/bench.rb
40
43
  - lib/opcodes.json
41
44
  - lib/roms/bgbtest.gb
42
45
  - lib/roms/cpu_instrs/cpu_instrs.gb
@@ -66,9 +69,20 @@ files:
66
69
  - lib/rubyboy/interrupt.rb
67
70
  - lib/rubyboy/joypad.rb
68
71
  - lib/rubyboy/lcd.rb
72
+ - lib/rubyboy/operand.rb
73
+ - lib/rubyboy/operand/direct16.rb
74
+ - lib/rubyboy/operand/direct8.rb
75
+ - lib/rubyboy/operand/hl_dec.rb
76
+ - lib/rubyboy/operand/hl_inc.rb
77
+ - lib/rubyboy/operand/immediate16.rb
78
+ - lib/rubyboy/operand/immediate8.rb
79
+ - lib/rubyboy/operand/indirect.rb
80
+ - lib/rubyboy/operand/register16.rb
81
+ - lib/rubyboy/operand/register8.rb
69
82
  - lib/rubyboy/ppu.rb
70
83
  - lib/rubyboy/ram.rb
71
84
  - lib/rubyboy/register.rb
85
+ - lib/rubyboy/registers.rb
72
86
  - lib/rubyboy/rom.rb
73
87
  - lib/rubyboy/timer.rb
74
88
  - lib/rubyboy/version.rb
@@ -97,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
111
  - !ruby/object:Gem::Version
98
112
  version: '0'
99
113
  requirements: []
100
- rubygems_version: 3.4.10
114
+ rubygems_version: 3.5.3
101
115
  signing_key:
102
116
  specification_version: 4
103
117
  summary: A Game Boy emulator written in Ruby