Changeset 4485
- Timestamp:
- 01/12/08 16:12:17 (5 years ago)
- Location:
- lang/ruby/CPU-Z80/trunk
- Files:
-
- 1 added
- 2 modified
-
ChangeLog (modified) (1 diff)
-
lib/CPU/Z80.rb (modified) (1 diff)
-
spec/CPU_Z80_spec.rb (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/CPU-Z80/trunk/ChangeLog
r4474 r4485 1 1 2008-01-12 Kenta Murata <mrkn@gmail.com> 2 3 * lib/CPU/Z80.rb (CPU::Z80::initialize): An instance of CPU::Z80 4 has an instance of RegisterSet. 5 6 * spec/CPU_Z80_spec.rb: A spec file for CPU::Z80 class. 7 8 * spec/CPU_Z80_Register8.rb: A spec file for CPU::Z80::Register8 9 class. 10 11 * spec/CPU_Z80_Register16.rb: A spec file for CPU::Z80::Register16 12 class. 13 14 * spec/CPU_Z80_RegisterSet.rb: A spec file for 15 CPU::Z80::RegisterSet class. 2 16 3 17 * lib/CPU/Z80.rb, lib/CPU/Z80/register_set.rb, -
lang/ruby/CPU-Z80/trunk/lib/CPU/Z80.rb
r4474 r4485 1 1 # $Id$ 2 3 require 'CPU/Z80/register_set' 2 4 3 5 module CPU 4 6 class Z80 7 def initialize 8 @regs = RegisterSet.new 9 end 5 10 end 6 11 end
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)