GithubHelp home page GithubHelp logo

nrom-template's People

Contributors

pinobatch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nrom-template's Issues

AttributeError: 'array.array' object has no attribute 'tostring' - issue with python version?

[Strugglemeat@b550maoruspro nrom-template-0.05]$ make
ca65  src/nrom.s -o obj/nes/nrom.o
ca65  src/init.s -o obj/nes/init.o
tools/pilbmp2nes.py tilesets/bggfx.png obj/nes/bggfx.chr
Traceback (most recent call last):
  File "/home/Strugglemeat/nesdev/nrom-template-0.05/tools/pilbmp2nes.py", line 210, in <module>
    main()
  File "/home/Strugglemeat/nesdev/nrom-template-0.05/tools/pilbmp2nes.py", line 187, in main
    outdata = pilbmp2chr(im, tileWidth, tileHeight,
  File "/home/Strugglemeat/nesdev/nrom-template-0.05/tools/pilbmp2nes.py", line 95, in pilbmp2chr
    data = formatTile(tile)
  File "/home/Strugglemeat/nesdev/nrom-template-0.05/tools/pilbmp2nes.py", line 188, in <lambda>
    lambda im: formatTilePlanar(im, planes, hflip, little))
  File "/home/Strugglemeat/nesdev/nrom-template-0.05/tools/pilbmp2nes.py", line 79, in formatTilePlanar
    return out.tostring()
AttributeError: 'array.array' object has no attribute 'tostring'
make: *** [makefile:105: obj/nes/bggfx.chr] Error 1

sounds like tostring was changed to tobytes in later versions of python? python-intelhex/intelhex#45

edit: yes, changing two instances of 'tostring' to 'tobytes' in the tools/pilbmp2nes.py file allowed me to run 'make'

Newest version of Windows Notepad has support for Unix line breaks

IF THIS FILE HAS NO LINE BREAKS: View it in a web browser.
Windows Notepad is a very popular text editor that comes with the Windows operating system, but it doesn't recognize line breaks in text files made on Linux or any other UNIX-like operating system.
Text files with UNIX line breaks display correctly in WordPad, Notepad++, Programmer's Notepad, Gedit, or a web browser, just not in Windows Notepad.

Should be removed from the README once the next Windows feature update (RS5) lands.

See: https://blogs.msdn.microsoft.com/commandline/2018/05/08/extended-eol-in-notepad/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.