emacs-nes icon indicating copy to clipboard operation
emacs-nes copied to clipboard

How do you use this?

Open paxperscientiam opened this issue 5 years ago • 3 comments

Hello, could you please provide some insight into how to run this?

paxperscientiam avatar Apr 18 '19 18:04 paxperscientiam

@paxperscientiam I'm sorry for the late reply

📝 haven't written the README yet ...

  1. byte-compile

    $ cd /path/to/emacs-nes
    $ emacs -batch -L . -f batch-byte-compile nes*.el
    
  2. Set load-path

    (add-to-list 'load-path "/path/to/emacs-nes")
    

    or specify when launch emacs

    $ emacs -L /path/to/emacs-nes
    
  3. load emacs-nes M-x load-library RET nes

  4. Start nes (select load rom) M-x nes RET [FILE]

gongo avatar May 03 '19 07:05 gongo

Hi @gongo , no problem. I followed your instructions and was able to run nestest.nes rom. The problem I'm seeing is that contest is too big. Maybe something to do with my config, but IDK.

This is true in both text terminal emacs and the mac build with graphical backend. If I can help with more information, just ask!

Screenshot 2019-05-04 16 35 08

paxperscientiam avatar May 04 '19 20:05 paxperscientiam

@paxperscientiam

When use emacs on terminal (e.g. iTerm):

Fonts_と_2__emacs-nes__emacs_-nw_-Q_-L____zsh__と_Preferences_と_How_do_you_use_this__·_Issue__3_·_gongo_emacs-nes
  1. Open the font settings panel

  2. Change the height and width of characters

    • Because default character h/w is not square
  3. Make character smaller

  4. Change the height and width of screen (emacs terminal) to 256x240 (eq NES screen size)

    スクリーンショット 2019-05-07 13 47 14

gongo avatar May 07 '19 04:05 gongo