Skip to content

Instantly share code, notes, and snippets.

View houmei's full-sized avatar

Katunori Takesita houmei

View GitHub Profile
@houmei
houmei / BDZ-ZW2800.txt
Last active November 19, 2023 18:38
SONY BDレコーダー BDZ-ZW2800 故障発生記録
2023/11/19 発生。
使用環境:BDZ-ZW2800は液晶ディスプレイ Viewsonic VX3276-2K-MHD-7 に接続。PS4 torne経由で視聴。番組の削除と録画予約もtorne経由。
直接操作は主にblurayディスクへのダビングおよび削除。
直近では録画番組が溜まり二週間くらい前からHDD容量不足の警告が出ておりBlurayディスクに頻繁に書き出していた。
省電力モードは修理完了時の指示に従っている。
前回の故障 2023/6 発生。似た症状での故障はこれが2回目。今回は3回目。
http://blog.livedoor.jp/hardyboy/archives/10372309.html
@houmei
houmei / LFSR8.PLD
Last active August 31, 2023 15:36
8bit LFSR with PRESET / GAL22V10 WinCUPL (compile only)
Name LFSR8;
PartNo PRACTICE;
Revision 01;
Date 20/10/11;
Designer Katunori Takesita;
Company ;
Assembly ;
Location ;
Device G22V10;
@houmei
houmei / PS2kybd.cpp
Created October 15, 2012 12:56
PS/2Keyboard for Arduino Leonardo 20121015
/*
http://arduino.cc/playground/Main/PS2Keyboard
http://arduino.cc/playground/Main/PS2KeyboardExt2
http://msdn.microsoft.com/en-us/library/windows/hardware/gg463446.aspx
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
@houmei
houmei / PS2Keyboard.cpp
Created April 8, 2012 05:13
Arduino PS2Keyboard Library for Japanese
/*
PS2Keyboard.cpp - PS2Keyboard library
Copyright (c) 2007 Free Software Foundation. All right reserved.
Written by Christian Weichel <info@32leaves.net>
** Mostly rewritten Paul Stoffregen <paul@pjrc.com> 2010, 2011
** Modified for use beginning with Arduino 13 by L. Abraham Smith, <n3bah@microcompdesign.com> *
** Modified for easy interrup pin assignement on method begin(datapin,irq_pin). Cuningan <cuninganreset@gmail.com> **
for more information you can read the original wiki in arduino.cc
@houmei
houmei / PASOPIAPAC1R.ino
Created May 27, 2022 10:09
PASOPIA PAC1 ROM Reader / use GG_Library
//
// PASOPIA PAC1 Reader for ArduinoMEGA2560
//
// use GG_library
// https://www.arduino.cc/reference/en/libraries/gg/
// https://github.com/mkogax/GG_for_Arduino
#include <GG_for_Arduino.h>
// databus input
@houmei
houmei / SHFTER.v
Last active January 9, 2022 07:32
QuartusII 12.1 barrel shifter Example
module SHFTER(clk,GPIO1,GPIO2,GPIO3);
input clk;
input [63:0] GPIO1;
input [63:0] GPIO2;
output [63:0] GPIO3;
wire [63:0] indata;
wire [63:0] val;
wire [63:0] sftout;
@houmei
houmei / genhexbin.awk
Last active October 4, 2021 19:04
hexadecimal to binary convert pattern(256)
BEGIN{
HE="36DA5B7FEC924801"
BI="0011010111100100001"
H2B["0"]="0000"
H2B["1"]="0001"
H2B["2"]="0010"
H2B["3"]="0011"
H2B["4"]="0100"
H2B["5"]="0101"
@houmei
houmei / F1280101.JED
Created July 12, 2021 15:25
FM11RAM ADDRESS DECODE - GAL 16V8

CUPL(WM) 5.0a Serial# 60008009
Device g16v8s Library DLIB-h-40-9
Created Thu Jul 01 23:48:49 2021
Name F1280101
Partno FM11RAM
Revision 01
Date 21/07/01
Designer Katunori Takesita
Company
@houmei
houmei / MMR.BAS
Created July 5, 2021 18:54
FM-11 EXTENDED MEMORY READ / F-BASIC4.0
100 CLEAR ,&H4FFF
110 DEF FNH$(A)=RIGHT$("0"+HEX$(A),2)
120 M=&HFD80
130 S=PEEK(&HFD93)
140 PRINT "MSR: ";FNH$(S)
150 FOR I=0 TO 15
160 PRINT "MMR: ";FNH$(I);" ";FNH$(PEEK(M+I));"000"
170 NEXT I
180 T=&HFD85
190 FOR I=2 TO 15
@houmei
houmei / _LCC
Last active January 29, 2021 20:44
TOYOSHIKI BASIC for MS-DOS / LSIC-86 / 20210130 compile only
# LSI C-86 compiler's configuration file
-DLSI_C
-XC:\LSIC86\BIN -LC:\LSIC86\LIB -IC:\LSIC86\INCLUDE -T -O
-acdos.obj $LSICOPTS
& #Command line argument will be inserted here
-lknjlib -ldoslib -v