diff --git a/.editorconfig b/.editorconfig index 0e59231a7..5395899c4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,7 +17,12 @@ indent_style = tab indent_size = 8 trim_trailing_whitespace = true -[*.{C,H,c,h,xml,xsl}] +[*.{C,CPP,H,c,cpp,h}] +indent_style = space +indent_size = 4 +trim_trailing_whitespace = true + +[*.{xml,xsl}] indent_style = tab indent_size = 4 trim_trailing_whitespace = true diff --git a/devices/pc8080/machine/invaders/README.md b/devices/pc8080/machine/invaders/README.md index 15b5864a5..91dedfc2f 100644 --- a/devices/pc8080/machine/invaders/README.md +++ b/devices/pc8080/machine/invaders/README.md @@ -10,8 +10,7 @@ machines: Space Invaders (1978) --- -This is a test of [PC8080](/modules/pc8080/), a new 8080-based machine emulator recently added to the -PCjs Project. +This is a test of [PC8080](/modules/pc8080/), a new 8080-based PCjs emulator running the original Space Invaders. It is currently playable only in desktop browsers and uses the following hard-coded key mappings: diff --git a/devices/pc8080/machine/invaders/debugger/machine.xml b/devices/pc8080/machine/invaders/debugger/machine.xml index 170279973..572fdb97c 100644 --- a/devices/pc8080/machine/invaders/debugger/machine.xml +++ b/devices/pc8080/machine/invaders/debugger/machine.xml @@ -9,7 +9,8 @@ -